On Mon, Dec 19, 2005, Tim Hewett wrote: > I tried your patch on the latest CVS of ttusb_dec.c. I'm not > sure whether you intended it to be a fix for the PPC byte > ordering problem but if you did then it isn't fixed. This is > what is shown in dmesg when the DEC2000 is connected: > > usb 3-1: new full speed USB device using ohci_hcd and address 2 > ttusb_dec_probe: invalid product id 0810 That's supposed to happen, the patch only changes error handling so it doesn't Oops anymore. Does it still work if you combine it with the le16_to_cpu removal? Johannes