[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1280264714-17175-1-git-send-email-abogani@texware.it>
Date: Tue, 27 Jul 2010 23:05:14 +0200
From: Alessio Igor Bogani <abogani@...ware.it>
To: Greg Kroah-Hartman <gregkh@...e.de>,
Craig Shelley <craig@...rotron.org.uk>,
Johan Hovold <jhovold@...il.com>,
Alan Cox <alan@...ux.intel.com>, Michael Brunner <mibru@....de>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Alessio Igor Bogani <abogani@...ware.it>
Subject: [PATCH] USB: cp210x: Add four new device IDs
Signed-off-by: Alessio Igor Bogani <abogani@...ware.it>
---
drivers/usb/serial/cp210x.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 8b8c797..2bef441 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -126,6 +126,10 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
{ USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
+ { USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */
+ { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
+ { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
+ { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
{ } /* Terminating Entry */
};
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists