This is a note to let you know that I’ve just added the patch titled
Subject: USB: OPTION: fix name of Onda MSA501HS HSDPA modem
to my gregkh-2.6 tree. Its filename is
usb-option-fix-name-of-onda-msa501hs-hsdpa-modem.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
From [email protected] Fri May 16 12:07:22 2008
From: Arnaldo Carvalho de Melo
Date: Fri, 16 May 2008 15:41:40 -0300
Subject: USB: OPTION: fix name of Onda MSA501HS HSDPA modem
To: Matthias Urlichs
Cc: [email protected], [email protected], Augusto Campos
Message-ID: <[email protected]>
Content-Disposition: inline
This fixes the name of the onda MSA501HS device, I guess it is called
different things in different countries.
Signed-off-by: Arnaldo Carvalho de Melo
Signed-off-by: Greg Kroah-Hartman
—
drivers/usb/serial/option.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
— a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -183,6 +183,7 @@ static int option_send_setup(struct usb
#define AXESSTEL_PRODUCT_MV110H 0×1000
#define ONDA_VENDOR_ID 0×19d2
+#define ONDA_PRODUCT_MSA501HS 0×0001
#define ONDA_PRODUCT_ET502HS 0×0002
#define BANDRICH_VENDOR_ID 0×1A8D
@@ -300,13 +301,13 @@ static struct usb_device_id option_ids[]
{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_E100A) },
{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_500A) },
{ USB_DEVICE(AXESSTEL_VENDOR_ID, AXESSTEL_PRODUCT_MV110H) },
+ { USB_DEVICE(ONDA_VENDOR_ID, ONDA_PRODUCT_MSA501HS) },
{ USB_DEVICE(ONDA_VENDOR_ID, ONDA_PRODUCT_ET502HS) },
{ USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_1) },
{ USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_2) },
{ USB_DEVICE(KYOCERA_VENDOR_ID, KYOCERA_PRODUCT_KPC680) },
{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0×6613)}, /* Onda H600/ZTE MF330 */
{ USB_DEVICE(MAXON_VENDOR_ID, 0×6280) }, /* BP3-USB & BP3-EXT HSDPA */
- { USB_DEVICE(0×19d2, 0×0001) }, /* Telstra NextG CDMA */
(Deleted, look the -)
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864E) },
{ } /* Terminating entry */
};
Patches currently in gregkh-2.6 which might be from [email protected]
are
usb.current/usb-option-fix-name-of-onda-msa501hs-hsdpa-modem.patch
has ubuntu module of kernel compiled with old version of option.c?
--
3G ZTE MF622 modem not working after bugfix #291333
https://bugs.launchpad.net/bugs/305968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs