Originally Posted by niteice:
Interesting. Take a look at /etc/miniboot.sh:
[code]# Start novacomd service
if [[ "$hostName" == "castle" ]];then
modprobe g_composite product=0x8002
elif [[ "$hostName" == "pixie" ]];then
modprobe g_composite product=0x8012
else
modprobe -q g_composite
fi[/code]
Looks like a second webOS device.
/lib/modules/2.6.24-palm-joplin-3430/kernel/drivers/usb/gadget/composite/g_composite.ko doesn't reveal anything terribly interesting but it looks like Palm did quite a bit of work on it...and curiously that's a GPL driver...
somewhere on the web pixie was a reference to the GSM device, the EOS...