conexant RD02-D400

Armin ranjbar <[email protected]>
Newsgroups gmane.linux.usb.devel
Organization Zoup.org
Message-ID <[email protected]>
Most recent kernel where this bug did not occur: 2.6.22
Distribution: Debian testing
Hardware Environment: DELL XPS1330
Problem Description:

this patch works as necessary workaround to support conexant RD02-D400 , which
fails to get assigned normally :

drivers/usb/class/cdc-acm.c: Zero length descriptor references
cdc_acm: probe of 1-1.2:1.0 failed with error -22

--- cdc-acm.c.orig      2007-10-15 13:54:51.000000000 -0400
+++ cdc-acm.c   2007-10-15 13:58:05.000000000 -0400
@@ -1165,6 +1165,9 @@
        { USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
        .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
        },
+       { USB_DEVICE(0x0572, 0x1324), /* Conexant RD02-D400 */
+       .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
+       },
        { USB_DEVICE(0x0e8d, 0x0003), /* FIREFLY, MediaTek Inc;
[email protected] */
        .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
        },

-- 
Bank error in your favor.  Collect $200.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.