All of lore.kernel.org
 help / color / mirror / Atom feed
* + another-id-for-cp2101-driver.patch added to -mm tree
@ 2007-02-16 21:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-16 21:16 UTC (permalink / raw)
  To: mm-commits; +Cc: pozsy, greg


The patch titled
     another id for cp2101 driver
has been added to the -mm tree.  Its filename is
     another-id-for-cp2101-driver.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: another id for cp2101 driver
From: Pozsar Balazs <pozsy@uhulinux.hu>

This patch adds another usb id to the cp2101. It seems to work well.

Signed-off-by: Pozsar Balazs <pozsy@uhulinux.hu>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/usb/serial/cp2101.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/usb/serial/cp2101.c~another-id-for-cp2101-driver drivers/usb/serial/cp2101.c
--- a/drivers/usb/serial/cp2101.c~another-id-for-cp2101-driver
+++ a/drivers/usb/serial/cp2101.c
@@ -69,6 +69,7 @@ static struct usb_device_id id_table [] 
 	{ USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
 	{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
 	{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
+	{ USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
 	{ USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
 	{ USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
 	{ } /* Terminating Entry */
_

Patches currently in -mm which might be from pozsy@uhulinux.hu are

another-id-for-cp2101-driver.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-16 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16 21:16 + another-id-for-cp2101-driver.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.