* [PATCH] USB: sierra: add support for Onda H600/Zte MF330
@ 2008-04-29 19:47 Tim Gardner
2008-04-29 19:56 ` Kevin Lloyd
0 siblings, 1 reply; 3+ messages in thread
From: Tim Gardner @ 2008-04-29 19:47 UTC (permalink / raw)
To: klloyd; +Cc: linux-kernel, tim.gardner
From: Bruno Redondi <bruno.redondi@altarisoluzione.com>
Date: Fri, 1 Feb 2008 15:16:52 -0800
Subject: [PATCH] USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for
Sierra Wireless
Added support for Onda H600/Zte MF330 GPRS/UMTS/HSDPA datacard
Signed-off-by: Bruno Redondi <bruno.redondi@altarisoluzione.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Amit Kucheria <amit.kucheria@ubuntu.com>
Cc: stable@kernel.org
---
drivers/usb/serial/sierra.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index ed67881..da5a519 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -179,6 +179,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x1199, 0x0112), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless AirCard 580 */
{ USB_DEVICE(0x0F3D, 0x0112), .driver_info = DEVICE_1_PORT }, /* Airprime/Sierra PC 5220 */
+ { USB_DEVICE(0x05C6, 0x6613), .driver_info = DEVICE_1_PORT }, /* Onda H600/ZTE MF330 */
{ USB_DEVICE(0x1199, 0x0FFF), .driver_info = DEVICE_INSTALLER},
{ }
--
1.5.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] USB: sierra: add support for Onda H600/Zte MF330
2008-04-29 19:47 [PATCH] USB: sierra: add support for Onda H600/Zte MF330 Tim Gardner
@ 2008-04-29 19:56 ` Kevin Lloyd
2008-04-29 20:08 ` Tim Gardner
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Lloyd @ 2008-04-29 19:56 UTC (permalink / raw)
To: Tim Gardner
Cc: linux-kernel@vger.kernel.org, tim.gardner@canonical.com,
greg@kroah.com
Hi Tim,
The sierra device driver is really trying to focus on Sierra vendor specific features and it might not be the best approach to add a Onda/Zte device here. Might I suggest the option driver? That is where the other Onda/Zte devices are stored.
-Kevin
-----Original Message-----
From: Tim Gardner [mailto:timg@tpi.com]
Sent: Tuesday, April 29, 2008 12:47 PM
To: Kevin Lloyd
Cc: linux-kernel@vger.kernel.org; tim.gardner@canonical.com
Subject: [PATCH] USB: sierra: add support for Onda H600/Zte MF330
From: Bruno Redondi <bruno.redondi@altarisoluzione.com>
Date: Fri, 1 Feb 2008 15:16:52 -0800
Subject: [PATCH] USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for
Sierra Wireless
Added support for Onda H600/Zte MF330 GPRS/UMTS/HSDPA datacard
Signed-off-by: Bruno Redondi <bruno.redondi@altarisoluzione.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Amit Kucheria <amit.kucheria@ubuntu.com>
Cc: stable@kernel.org
---
drivers/usb/serial/sierra.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index ed67881..da5a519 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -179,6 +179,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x1199, 0x0112), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless AirCard 580 */
{ USB_DEVICE(0x0F3D, 0x0112), .driver_info = DEVICE_1_PORT }, /* Airprime/Sierra PC 5220 */
+ { USB_DEVICE(0x05C6, 0x6613), .driver_info = DEVICE_1_PORT }, /* Onda H600/ZTE MF330 */
{ USB_DEVICE(0x1199, 0x0FFF), .driver_info = DEVICE_INSTALLER},
{ }
--
1.5.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] USB: sierra: add support for Onda H600/Zte MF330
2008-04-29 19:56 ` Kevin Lloyd
@ 2008-04-29 20:08 ` Tim Gardner
0 siblings, 0 replies; 3+ messages in thread
From: Tim Gardner @ 2008-04-29 20:08 UTC (permalink / raw)
To: Kevin Lloyd; +Cc: linux-kernel@vger.kernel.org, greg@kroah.com
Kevin Lloyd wrote:
> Hi Tim,
>
> The sierra device driver is really trying to focus on Sierra vendor specific features and it might not be the best approach to add a Onda/Zte device here. Might I suggest the option driver? That is where the other Onda/Zte devices are stored.
>
> -Kevin
>
> -----Original Message-----
> From: Tim Gardner [mailto:timg@tpi.com]
> Sent: Tuesday, April 29, 2008 12:47 PM
> To: Kevin Lloyd
> Cc: linux-kernel@vger.kernel.org; tim.gardner@canonical.com
> Subject: [PATCH] USB: sierra: add support for Onda H600/Zte MF330
>
> From: Bruno Redondi <bruno.redondi@altarisoluzione.com>
> Date: Fri, 1 Feb 2008 15:16:52 -0800
> Subject: [PATCH] USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for
> Sierra Wireless
>
> Added support for Onda H600/Zte MF330 GPRS/UMTS/HSDPA datacard
>
> Signed-off-by: Bruno Redondi <bruno.redondi@altarisoluzione.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
> Signed-off-by: Amit Kucheria <amit.kucheria@ubuntu.com>
> Cc: stable@kernel.org
> ---
> drivers/usb/serial/sierra.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
> index ed67881..da5a519 100644
> --- a/drivers/usb/serial/sierra.c
> +++ b/drivers/usb/serial/sierra.c
> @@ -179,6 +179,7 @@ static struct usb_device_id id_table [] = {
>
> { USB_DEVICE(0x1199, 0x0112), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless AirCard 580 */
> { USB_DEVICE(0x0F3D, 0x0112), .driver_info = DEVICE_1_PORT }, /* Airprime/Sierra PC 5220 */
> + { USB_DEVICE(0x05C6, 0x6613), .driver_info = DEVICE_1_PORT }, /* Onda H600/ZTE MF330 */
>
> { USB_DEVICE(0x1199, 0x0FFF), .driver_info = DEVICE_INSTALLER},
> { }
> --
> 1.5.4.3
>
>
You are correct. In fact, it is already in drivers/usb/serial/option.c
using QUALCOMM_VENDOR_ID.
rtg
--
Tim Gardner tim.gardner@ubuntu.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-29 20:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 19:47 [PATCH] USB: sierra: add support for Onda H600/Zte MF330 Tim Gardner
2008-04-29 19:56 ` Kevin Lloyd
2008-04-29 20:08 ` Tim Gardner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox