On Sun, Sep 23, 2001 at 09:59:45PM +1000, Brad Hards wrote:
> G'day
> 
> This patch (against 2.4.10-pre15) enables the USB CDC Ethernet driver, which
> is included in the current kernels, but is not "enabled" with Configure.help,
> Config.in and Makefile entries.
> 
> In addition to enabling the driver selection, this patch also modifies the way
> device probing is done for USB CDC support (both abstract control model and
> ethernet model), by switching to probing on interface, rather than device,
> descriptors. This should make probing more efficient.

Any reason they acm driver shouldn't use the
USB_DEVICE_ID_MATCH_INT_INFO() macro instead of specifying just
USB_DEVICE_ID_MATCH_INT_CLASS and USB_DEVICE_ID_MATCH_INT_SUBCLASS like
you did?

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to