2008-11-17 22:00:51

by Michael Roth

[permalink] [raw]
Subject: patch: drivers/usb/serial/cp2101.c: New vendor/product ID

--- linux-2.6.27.6/drivers/usb/serial/cp2101.c.orig 2008-11-17 21:06:55.000000000 +0100
+++ linux-2.6.27.6/drivers/usb/serial/cp2101.c 2008-11-17 21:07:31.000000000 +0100
@@ -85,6 +85,7 @@
{ USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
{ USB_DEVICE(0x10c4, 0x8293) }, /* Telegesys ETRX2USB */
{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
+ { USB_DEVICE(0x10c4, 0x83a8) }, /* Amber Wireless AMB2560 */
{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
{ USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */


Attachments:
cp2101.patch (670.00 B)

2008-11-26 17:31:41

by Greg KH

[permalink] [raw]
Subject: Re: patch: drivers/usb/serial/cp2101.c: New vendor/product ID

On Mon, Nov 17, 2008 at 10:39:43PM +0100, Michael Roth wrote:
> Hello list,
>
> please, could somebody include this vendor/product-id into the kernel?
>
> I'm a newbie to this list. Thanks for your patience.

This id is already added to the latest 2.6.28-rc kernel version.

thanks,

greg k-h