On Thu, 30 Dec 2010 ttkspam@xxxxxxx wrote: > I attached a syslog with udev log set to info, and the output of usb-devices > before the disconnect occur. You forgot to attach the syslog. > I don't know how the kernel knows which driver should take care of a usb device. The kernel matches drivers to USB devices based on the descriptors stored in the device. In your case, the the bInterfaceClass, bInterfaceSubClass, and bInterfaceProtocol values 0x08, 0x06, and 0x50 match the usb-storage driver. > Is there a config file or db i could modify to force usbstorage as a driver for > my device ? No, because usb-storage is already set to be a driver for your device. > Google keeps trace of another device with same usbid as mine ... that is > 0851:1542 ... > thx It probably uses the same firmware. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html