USB: cxacru: remove cxacru-cf.bin loader
authorSimon Arlott <simon@fire.lp0.eu>
Sat, 21 Nov 2009 15:15:47 +0000 (15:15 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:01 +0000 (14:53 -0800)
commit817db5b34e70650c488f22b072b7efb950812adb
tree058facd7c16a943cdcafa26d600e057cdb244213
parent4ac37208e9b30b36b615ed22a79b4ee787fdc9b5
USB: cxacru: remove cxacru-cf.bin loader

This has never worked properly because wsize passed to
cxacru_cm() is incorrectly set to the number of values
instead of the data bytes. The maximum number of values
that can be set at once is 7 which means the device will
not get enough data to work with and none of the
configuration values will be used.

At least one existing cxacru-cf.bin file contains invalid
data which will prevent the modem from syncing properly.

Fixing it is likely to break existing systems, and the
new sysfs interface for setting configuration parameters
can provide the same functionality. A script is provided
to convert from the original format.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/networking/00-INDEX
Documentation/networking/cxacru-cf.py [new file with mode: 0644]
Documentation/networking/cxacru.txt
drivers/usb/atm/cxacru.c