linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support
@ 2009-10-22  7:00 Bryan Wu
  2009-10-22  9:04 ` Matthias Urlichs
  0 siblings, 1 reply; 6+ messages in thread
From: Bryan Wu @ 2009-10-22  7:00 UTC (permalink / raw)
  To: smurf; +Cc: linux-usb, gregkh, linux-kernel

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

Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support
  2009-10-22  7:00 [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support Bryan Wu
@ 2009-10-22  9:04 ` Matthias Urlichs
  2009-10-23  2:40   ` Bryan Wu
  0 siblings, 1 reply; 6+ messages in thread
From: Matthias Urlichs @ 2009-10-22  9:04 UTC (permalink / raw)
  To: Bryan Wu; +Cc: smurf, linux-usb, gregkh, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

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 <bryan.wu@canonical.com>
Acked-By: Matthias Urlichs <matthias@urlichs.de>



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support
  2009-10-22  9:04 ` Matthias Urlichs
@ 2009-10-23  2:40   ` Bryan Wu
  2009-10-23  4:52     ` Sam Ravnborg
  0 siblings, 1 reply; 6+ messages in thread
From: Bryan Wu @ 2009-10-23  2:40 UTC (permalink / raw)
  To: Matthias Urlichs; +Cc: smurf, linux-usb, gregkh, linux-kernel

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 <bryan.wu@canonical.com>
> Acked-By: Matthias Urlichs <matthias@urlichs.de>
> 
> 

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support
  2009-10-23  2:40   ` Bryan Wu
@ 2009-10-23  4:52     ` Sam Ravnborg
  2009-10-23  5:33       ` Bryan Wu
  0 siblings, 1 reply; 6+ messages in thread
From: Sam Ravnborg @ 2009-10-23  4:52 UTC (permalink / raw)
  To: Bryan Wu; +Cc: Matthias Urlichs, smurf, linux-usb, gregkh, linux-kernel

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 <bryan.wu@canonical.com>
>> Acked-By: Matthias Urlichs <matthias@urlichs.de>
>>
>>
>
> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support
  2009-10-23  4:52     ` Sam Ravnborg
@ 2009-10-23  5:33       ` Bryan Wu
  2009-10-23  6:49         ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Bryan Wu @ 2009-10-23  5:33 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Matthias Urlichs, smurf, linux-usb, gregkh, linux-kernel

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 <bryan.wu@canonical.com>
>>>>         
>>> Acked-By: Matthias Urlichs <matthias@urlichs.de>
>>>
>>>
>>>       
>> 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support
  2009-10-23  5:33       ` Bryan Wu
@ 2009-10-23  6:49         ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2009-10-23  6:49 UTC (permalink / raw)
  To: Bryan Wu; +Cc: Sam Ravnborg, Matthias Urlichs, smurf, linux-usb, linux-kernel

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 <bryan.wu@canonical.com>
>>>>>         
>>>> Acked-By: Matthias Urlichs <matthias@urlichs.de>
>>>>
>>>>
>>>>       
>>> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-23  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-22  7:00 [PATCH 1/1] UBUNTU: USB: option: TLAYTECH TUE800 support Bryan Wu
2009-10-22  9:04 ` Matthias Urlichs
2009-10-23  2:40   ` Bryan Wu
2009-10-23  4:52     ` Sam Ravnborg
2009-10-23  5:33       ` Bryan Wu
2009-10-23  6:49         ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).