Brad Hards wrote:
>In some ways, I would like to continue to use interface descriptors (more
> cleanly), and to use vendor / product IDs for those few devices that break
> (like the Actiontec 56K USB) - see attached acm-ideas.patch.
> This would avoid needless hotplug loading of modules and probing on
> interfaces. However it would be more maintenance load. Any views on this?
Err, that table should have a protocol = 1, that is:
static struct usb_device_id acm_ids[] = {
{ USB_INTERFACE_INFO(USB_CLASS_COMM, 2, 1) },
{ USB_DEVICE(0x1668, 0x0333) }, /* Actiontec 56K modem */
{ }
};
Brad
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
- [linux-usb-devel] Re: [patch] Enabling USB CDC Ethernet (us... Greg KH
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC Eth... Brad Hards
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC Eth... Vojtech Pavlik
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC Eth... Brad Hards
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC Eth... Vojtech Pavlik
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC Eth... Brad Hards
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC... Brad Hards
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC... Brad Hards
- Re: [linux-usb-devel] Re: [patch] Enabling USB... Greg KH
- Re: [linux-usb-devel] Re: [patch] Enabling... Vojtech Pavlik
- Re: [linux-usb-devel] Re: [patch] Ena... Brad Hards
- Re: [linux-usb-devel] Re: [patch]... Vojtech Pavlik
- Re: [linux-usb-devel] Re: [patch] Enabling USB CDC Eth... Vojtech Pavlik
