2009-10-22 07:00:48

by Bryan Wu

[permalink] [raw]
Subject: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support

Add ID for Tlaytech TUE800 CDMA modem to the option driver.

Signed-off-by: Bryan Wu <[email protected]>
---
drivers/usb/serial/option.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index 6d46d3f..dfd8409 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -325,6 +325,9 @@ static int option_resume(struct usb_serial *serial);
#define ALCATEL_VENDOR_ID 0x1bbb
#define ALCATEL_PRODUCT_X060S 0x0000

+/* TLAYTECH PRODUCTS */
+#define TLAYTECH_VENDOR_ID 0x20B9
+#define TLAYTECH_PRODUCT_TEU800 0x1682

static struct usb_device_id option_ids[] = {
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
@@ -584,6 +587,7 @@ static struct usb_device_id option_ids[] = {
{ USB_DEVICE(ALINK_VENDOR_ID, 0x9000) },
{ USB_DEVICE_AND_INTERFACE_INFO(ALINK_VENDOR_ID, ALINK_PRODUCT_3GU, 0xff, 0xff, 0xff) },
{ USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X060S) },
+ { USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, option_ids);
--
1.6.3.3


2009-10-22 09:24:32

by Matthias Urlichs

[permalink] [raw]
Subject: Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support

On Thu, 2009-10-22 at 15:00 +0800, Bryan Wu wrote:
> Add ID for Tlaytech TUE800 CDMA modem to the option driver.
>
> Signed-off-by: Bryan Wu <[email protected]>
Acked-By: Matthias Urlichs <[email protected]>



Attachments:
signature.asc (197.00 B)
This is a digitally signed message part

2009-10-23 02:41:03

by Bryan Wu

[permalink] [raw]
Subject: Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support

Matthias Urlichs wrote:
> On Thu, 2009-10-22 at 15:00 +0800, Bryan Wu wrote:
>> Add ID for Tlaytech TUE800 CDMA modem to the option driver.
>>
>> Signed-off-by: Bryan Wu <[email protected]>
> Acked-By: Matthias Urlichs <[email protected]>
>
>

Thanks a lot, Matthias. Do you think we need to include this patch into 31.y stable release?
Since our 9.10 Ubuntu kernel is based on .31 kernel, we need to include this patch through stable
release.

-Bryan

2009-10-23 04:52:34

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support

On Fri, Oct 23, 2009 at 10:40:51AM +0800, Bryan Wu wrote:
> Matthias Urlichs wrote:
>> On Thu, 2009-10-22 at 15:00 +0800, Bryan Wu wrote:
>>> Add ID for Tlaytech TUE800 CDMA modem to the option driver.
>>>
>>> Signed-off-by: Bryan Wu <[email protected]>
>> Acked-By: Matthias Urlichs <[email protected]>
>>
>>
>
> Thanks a lot, Matthias. Do you think we need to include this patch into 31.y stable release?
> Since our 9.10 Ubuntu kernel is based on .31 kernel, we need to include
> this patch through stable release.

What is it with the subject of this patch?
It says: UBUNTU: USB: ...

And I do not recall a subsystem named "UBUNTU" in the kernel.

Sam

2009-10-23 05:33:40

by Bryan Wu

[permalink] [raw]
Subject: Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support

Sam Ravnborg wrote:
> On Fri, Oct 23, 2009 at 10:40:51AM +0800, Bryan Wu wrote:
>
>> Matthias Urlichs wrote:
>>
>>> On Thu, 2009-10-22 at 15:00 +0800, Bryan Wu wrote:
>>>
>>>> Add ID for Tlaytech TUE800 CDMA modem to the option driver.
>>>>
>>>> Signed-off-by: Bryan Wu <[email protected]>
>>>>
>>> Acked-By: Matthias Urlichs <[email protected]>
>>>
>>>
>>>
>> Thanks a lot, Matthias. Do you think we need to include this patch into 31.y stable release?
>> Since our 9.10 Ubuntu kernel is based on .31 kernel, we need to include
>> this patch through stable release.
>>
>
> What is it with the subject of this patch?
> It says: UBUNTU: USB: ...
>
> And I do not recall a subsystem named "UBUNTU" in the kernel.
>
>

Sorry for that mess. I posted this patch to our Ubuntu kernel team
review as well as upstream. But forget to remove that tag.
Please ignore that, need I resend a patch?

Thanks
-Bryan

2009-10-23 06:50:12

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support

On Fri, Oct 23, 2009 at 01:33:36PM +0800, Bryan Wu wrote:
> Sam Ravnborg wrote:
>> On Fri, Oct 23, 2009 at 10:40:51AM +0800, Bryan Wu wrote:
>>
>>> Matthias Urlichs wrote:
>>>
>>>> On Thu, 2009-10-22 at 15:00 +0800, Bryan Wu wrote:
>>>>
>>>>> Add ID for Tlaytech TUE800 CDMA modem to the option driver.
>>>>>
>>>>> Signed-off-by: Bryan Wu <[email protected]>
>>>>>
>>>> Acked-By: Matthias Urlichs <[email protected]>
>>>>
>>>>
>>>>
>>> Thanks a lot, Matthias. Do you think we need to include this patch into 31.y stable release?
>>> Since our 9.10 Ubuntu kernel is based on .31 kernel, we need to include
>>> this patch through stable release.
>>>
>>
>> What is it with the subject of this patch?
>> It says: UBUNTU: USB: ...
>>
>> And I do not recall a subsystem named "UBUNTU" in the kernel.
>>
>>
>
> Sorry for that mess. I posted this patch to our Ubuntu kernel team review
> as well as upstream. But forget to remove that tag.
> Please ignore that, need I resend a patch?

No, I can edit that out, don't worry.

I'll apply this next week when I return from Japan.

thanks,

greg k-h