summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/cxacru-cf.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-26docs: networking: move ATM drivers to the hw driver sectionJakub Kicinski1-48/+0
Move docs for cxacru, fore200e and iphase under device_drivers/atm. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-02USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott1-0/+48
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>