ChangeSet 1.1101.3.4, 2003/04/09 16:59:52-07:00, soruk@eridani.co.uk [PATCH] USB: enable Motorola cellphone USB modems This patch updates the ACM driver to work with Motorola mobile phones with internal modems. drivers/usb/acm.c | 1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/acm.c b/drivers/usb/acm.c --- a/drivers/usb/acm.c Fri Apr 18 15:01:17 2003 +++ b/drivers/usb/acm.c Fri Apr 18 15:01:17 2003 @@ -651,6 +651,7 @@ static struct usb_device_id acm_ids[] = { { USB_DEVICE(0x22B8, 0x1005) }, /* Motorola TimePort 280 */ { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) }, + { USB_DEVICE_INFO(USB_CLASS_COMM, 2, 0) }, { } };