--- zzzz-none-000/linux-2.6.28.10/drivers/net/usb/cdc_ether.c 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/drivers/net/usb/cdc_ether.c 2010-10-11 16:07:37.000000000 +0000 @@ -469,6 +469,22 @@ .bInterfaceSubClass = USB_CDC_SUBCLASS_ETHERNET, \ .bInterfaceProtocol = USB_CDC_PROTO_NONE +/* Altair LTE modem. uses the class, needs a custom driver; */ +{ + .match_flags = USB_DEVICE_ID_MATCH_DEVICE, + .idVendor = 0x216f, + .idProduct = 0x0040, + .driver_info = 0, +}, + +/* Altair LTE modem. uses the class, needs a custom driver; */ +{ + .match_flags = USB_DEVICE_ID_MATCH_DEVICE, + .idVendor = 0x216f, + .idProduct = 0x0041, + .driver_info = 0, +}, + /* SA-1100 based Sharp Zaurus ("collie"), or compatible; * wire-incompatible with true CDC Ethernet implementations. * (And, it seems, needlessly so...)