USB: Support for BT On-Air USB modem in cdc-acm.c
commit91a9c9214e34c364bf15406aadb922787ae7129b
authorChris Malley <mail@chrismalley.co.uk>
Tue, 3 Oct 2006 09:08:28 +0000 (3 10:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Oct 2006 21:46:30 +0000 (17 14:46 -0700)
tree299c8cbe41baa25747a0bc1300665d4e0909057f
parent931b0411ac296591643662b7a790d15d6e23d57e
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 <mail@chrismalley.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c