commit | d853d872c14b9adc4adad29e56cd378b291f86e0 | [log] [tgz] |
---|---|---|
author | Johann Wilhelm <johann.wilhelm@student.tugraz.at> | Wed Sep 05 13:49:29 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:55:24 2007 -0700 |
tree | 7304314552d5b4e27d155797d6b56c1a4aa720f7 | |
parent | 63f991b2871bdb1431e8ff62cae2b7b94b4e5b0c [diff] [blame] |
USB: usb-storage: Initialize Huawei E220 properly This is a reworked version of this patch: http://www.mail-archive.com/linux-usb-devel%40lists.sourceforge.net/msg55094/activate_huawei_dev.patch That properly initializes the HUAWEI E220 devices into multi-port mode. Signed-off-by: Johann Wilhelm <johann.wilhelm@student.tugraz.at> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/usb/storage/initializers.h b/drivers/usb/storage/initializers.h index e2967a4..ad3ffd4 100644 --- a/drivers/usb/storage/initializers.h +++ b/drivers/usb/storage/initializers.h
@@ -47,3 +47,6 @@ /* This function is required to activate all four slots on the UCR-61S2B * flash reader */ int usb_stor_ucr61s2b_init(struct us_data *us); + +/* This places the HUAWEI E220 devices in multi-port mode */ +int usb_stor_huawei_e220_init(struct us_data *us);