*** linux-2.4.28/drivers/usb/acm.c.orig 2003-11-29 03:26:20.000000000 +0900 --- linux-2.4.28/drivers/usb/acm.c 2005-01-05 22:42:58.000000000 +0900 *************** *** 538,544 **** continue; } ! if (ifcom->bInterfaceClass != 2 || ifcom->bInterfaceSubClass != 2 || ifcom->bInterfaceProtocol < 1 || ifcom->bInterfaceProtocol > 6 || ifcom->bNumEndpoints < 1) continue; --- 538,544 ---- continue; } ! if (ifcom->bInterfaceClass != 2 || (ifcom->bInterfaceSubClass != 2 && ifcom->bInterfaceSubClass != 0x88) || ifcom->bInterfaceProtocol < 1 || ifcom->bInterfaceProtocol > 6 || ifcom->bNumEndpoints < 1) continue; *************** *** 656,661 **** --- 656,662 ---- static struct usb_device_id acm_ids[] = { { USB_DEVICE(0x22B8, 0x1005) }, /* Motorola TimePort 280 */ + { USB_DEVICE(0x0482, 0x0203) }, /* Kyocera AH-K3001V */ { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) }, { USB_DEVICE_INFO(USB_CLASS_COMM, 2, 0) }, { }