vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "John \"Spydir Web\" Powers" <jppow@bellsouth.net> writes: > I just rebuilt my 2.4.21 kernel and rebooted and noticed something: > > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver > hub.c: port 2, portstatus 101, change 2, 12 Mb/s > hub.c: port 2, portstatus 101, change 2, 12 Mb/s > hub.c: port 2, portstatus 101, change 2, 12 Mb/s > hub.c: port 2, portstatus 103, change 0, 12 Mb/s > hub.c: new USB device 00:11.2-2, assigned address 2 > usb.c: kmalloc IF df224a80, numif 1 > usb.c: new device strings: Mfr=0, Product=1, SerialNumber=0 > usb.c: USB device number 2 default language ID 0x409 > Product: USB SD Card Reader. > usb.c: unhandled interfaces on device > usb.c: USB device 2 (vend/prod 0x416/0x7723) is not claimed by any > active driver. I don't think the ID's for the Zire 71 are included in the visor module. I had the same problem with the TT. From visor.h in the 2.4.21 module sources: #define PALM_VENDOR_ID 0x0830 #define PALM_M500_ID 0x0001 #define PALM_M505_ID 0x0002 #define PALM_M515_ID 0x0003 #define PALM_I705_ID 0x0020 #define PALM_M125_ID 0x0040 #define PALM_M130_ID 0x0050 #define PALM_TUNGSTEN_T_ID 0x0060 #define PALM_TUNGSTEN_Z_ID 0x0031 #define PALM_ZIRE_ID 0x0070 #define PALM_M100_ID 0x0080 Note the Zire id is given as 0x0070, I don't know what ID the new Zire 71 has, though I suspect it might be 0x0060 like the T|T from what I have seen. this may be of assistance: http://dbforums.com/t866303.html jack -- Vlad, Heisenberg & Thomas: The originators of FUD. |