From: Chris Malley Date: Tue, 3 Oct 2006 09:08:28 +0000 (+0100) Subject: USB: Support for BT On-Air USB modem in cdc-acm.c X-Git-Tag: v2.6.19-rc3~137^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a9c9214e34c364bf15406aadb922787ae7129b;p=pandora-kernel.git USB: Support for BT On-Air USB modem in cdc-acm.c The patch below is a necessary workaround to support the BT On-Air USB modem, which fails to initialise properly during normal probing thus: Sep 30 17:34:57 sled kernel: drivers/usb/class/cdc-acm.c: Zero length descriptor references Sep 30 17:34:57 sled kernel: cdc_acm: probe of 1-1.2:1.0 failed with error -22 Adding the patch below causes the probing section to be skipped, and the modem then initialises correctly. Signed-off-by: Chris Malley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed