fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

[PATCH][OPTION]: Add id for Onda MSA501HS HSDPA modem - Kernel

This is a discussion on [PATCH][OPTION]: Add id for Onda MSA501HS HSDPA modem - Kernel ; Hi Matthias, Please consider adding the following USB product id to the option GSM modem driver. Using the generic usbserial kernel driver I can only get to ~490 Kbit/s, while when using your excellent driver I'm being able to saturate ...


Fix Unix > Linux > Help > Kernel > [PATCH][OPTION]: Add id for Onda MSA501HS HSDPA modem

Reply
 
LinkBack Tools
  #1  
Old 05-16-2008, 06:50 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default [PATCH][OPTION]: Add id for Onda MSA501HS HSDPA modem

Hi Matthias,

Please consider adding the following USB product id to the
option GSM modem driver.

Using the generic usbserial kernel driver I can only get to
~490 Kbit/s, while when using your excellent driver I'm being able to
saturate the 1 Mbit/s bandwidth I subscribed from TIM WEB here in Brazil.

Signed-off-by: Arnaldo Carvalho de Melo

Best Regards,

- Arnaldo

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index e7e016e..47be78b 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -183,6 +183,7 @@ static int option_send_setup(struct usb_serial_port *port);
#define AXESSTEL_PRODUCT_MV110H 0x1000

#define ONDA_VENDOR_ID 0x19d2
+#define ONDA_PRODUCT_MSA501HS 0x0001
#define ONDA_PRODUCT_ET502HS 0x0002

#define BANDRICH_VENDOR_ID 0x1A8D
@@ -297,6 +298,7 @@ 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) },
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Reply With Quote
  #2  
Old 05-16-2008, 07:20 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: [PATCH][OPTION]: Add id for Onda MSA501HS HSDPA modem

On Fri, May 16, 2008 at 03:41:40PM -0300, Arnaldo Carvalho de Melo wrote:
> Hi Matthias,
>
> Please consider adding the following USB product id to the
> option GSM modem driver.
>
> Using the generic usbserial kernel driver I can only get to
> ~490 Kbit/s, while when using your excellent driver I'm being able to
> saturate the 1 Mbit/s bandwidth I subscribed from TIM WEB here in Brazil.
>
> Signed-off-by: Arnaldo Carvalho de Melo


Hm, I already added this device to the driver a few days ago, but it was
under a different section and name. I'll go fix it up to use these
defines as that makes more sense, sorry for missing that previously.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
[patch 05/50] USB: option: add new Dell 5520 HSDPA variant unix Kernel 0 06-07-2008 01:20 AM
[PATCH] option.c: add support for the ET502HS HSDPA modem unix Kernel 0 04-19-2008 06:50 PM
Re: Option HSDPA USB dongle and mode switching unix FreeBSD 0 11-14-2007 02:58 PM
hsdpa modem unix Setup 0 10-01-2007 12:13 AM
Re: Option HSDPA USB dongle and mode switching unix FreeBSD 0 09-05-2007 07:42 PM


All times are GMT. The time now is 08:36 AM.