06.08.2010 19:05, Greg KH wrote: > On Fri, Aug 06, 2010 at 06:49:21PM +0400, Michael Tokarev wrote: [] >> and now really against 2.6.35 as promised :) >> --- linux-2.6.34/drivers/usb/serial/option.c.orig 2010-08-02 02:11:14.000000000 +0400 > > This says .34 :) Because I added the prefix manually, diffing ./option.c not .../serial/option.c. But that does not matter, since that part is ignored (patch -p1). >> +++ linux-2.6.34/drivers/usb/serial/option.c 2010-08-06 18:22:28.520671967 +0400 >> @@ -365,6 +365,14 @@ >> #define OLIVETTI_VENDOR_ID 0x0b3c >> #define OLIVETTI_PRODUCT_OLICARD100 0xc000 >> >> +/* Celot products */ >> +#define CELOT_VENDOR_ID 0x211f >> +/* CT-650 CD A 450 1xEVDO modem. >> + * This has 3 interfaces, one serial and 2 unknown. >> + * Expose all 3 for now >> + */ > > This comment is not needed. Well, if it's not needed, it's trivial to remove. Much more difficult to add since the info has to be collected somewhere. Ok. >> @@ -889,6 +897,9 @@ >> { USB_DEVICE(CINTERION_VENDOR_ID, 0x0047) }, >> >> { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD100) }, >> + >> + { USB_DEVICE(CELOT_VENDOR_ID, CELOT_PRODUCT_CT680M) }, /* CT-650 CDMA 450 1xEVDO modem */ > > Especially as you say here what device it is. > > Third time's a charm? I'm going to a small vacation, and I've turned my pc off already, so I've nothing to diff against or verify. I can hand-edit the diff, but I can't promise it will ever apply. Probably easier to remove the 'extra unneeded' comment or just wait for someone else to find the way to make this device to work -- hopefully this thread will be searchable by google. Thanks. /mjt -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html