>> This patch adds another quirky Conexant USB Modem Clone to usb cdc-acm.c >> >> This is to be applied to latest git. (Got off the website...) >> >> Signed-off-by: Xiao Kaijian <xiaokj@xxxxxxxxx> > > Ah, better, but your email client seems to have eaten all of the tabs > and spit out spaces instead. Care to read > Documentation/email_clients.txt and try it again? > >> --- a/drivers/usb/class/cdc-acm.c 2009-05-06 22:06:27.556488116 +0800 >> +++ b/drivers/usb/class/cdc-acm.c 2009-05-06 22:12:56.648401202 +0800 >> @@ -1375,6 +1375,13 @@ static struct usb_device_id acm_ids[] = { >> { USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */ >> .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ >> }, >> + { USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */ >> + .driver_info = NO_UNION_NORMAL, /* has no union descriptor. >> + This is basically a clone of >> + Conexant USB MODEM RD02-D400. >> + Seems like NO_UNION_ _IS_ becoming >> + NORMAL... */ > > Is the commentary really needed here? The majority of devices do not > need this quirk, so i don't think it's really "normal"... > > thanks, > > greg k-h Retry attempt 2: terse mode I sincerely hope this is finally ok. After much testing on gmail, here it is. I have verified that it is still applicable to git too. Thank you for your on-going guidance, even over the huge time zone difference. *********************** For those uninterested in the personal dialogue above, here it is: *********************** This patch adds another quirky Conexant USB Modem Clone to usb cdc-acm.c This is to be applied to latest git. (Got off the website...) Signed-off-by: Xiao Kaijian <xiaokj@xxxxxxxxx> --- a/drivers/usb/class/cdc-acm.c 2009-05-06 22:06:27.556488116 +0800 +++ b/drivers/usb/class/cdc-acm.c 2009-05-06 22:12:56.648401202 +0800 @@ -1375,6 +1375,13 @@ static struct usb_device_id acm_ids[] = { { USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ }, + { USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */ + .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ + }, { USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */ }, { USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */ -- 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