ChangeSet 1.972, 2003/01/28 23:02:36+11:00, [EMAIL PROTECTED]

[PATCH] USB: Add an entry in cdc-acm.c for devices with ACM class (some Motorola 
phones)

Normally the CDC ACM devices have an subclass of 0, and the ACM subclass is
only applied to their first interface. But some have the subclass set on
the device itself, namely Motorola mobile phones. This patch takes those
devices into account.


diff -Nru a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
--- a/drivers/usb/class/cdc-acm.c       Tue Feb  4 15:17:41 2003
+++ b/drivers/usb/class/cdc-acm.c       Tue Feb  4 15:17:41 2003
@@ -697,6 +697,7 @@
 
 static struct usb_device_id acm_ids[] = {
        { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) },
+       { USB_DEVICE_INFO(USB_CLASS_COMM, 2, 0) },
        { }
 };
 



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to