On Sun, Dec 27, 2015 at 08:49:22PM +0100, Oliver Freyermuth wrote: > Dear kernel-hackers, > > this adds the PID and VID for the ELV Marble Sound Board which uses a > CP2102 as USB-serial converter. > I hope linux-usb is the correct list for this patch, otherwise please > redirect me. > > Details about this device, for the interested (German): > http://www.elv.de/elv-marble-sound-board-msb1-bausatz.html > > Since I'm not subscribed, please CC me in replies. > > Cheers, > Oliver > From 69d5cb791829eda2e69d3955e08de7e2c215495c Mon Sep 17 00:00:00 2001 > From: Oliver Freyermuth <o.freyermuth@xxxxxxxxxxxxxx> > Date: Sun, 27 Dec 2015 20:40:42 +0100 > Subject: [PATCH] USB: cp210x: add ID for ELV Marble Sound Board 1. > > Add the USB device ID for ELV Marble Sound Board 1. > --- > drivers/usb/serial/cp210x.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c > index 7d4f51a..59b2126 100644 > --- a/drivers/usb/serial/cp210x.c > +++ b/drivers/usb/serial/cp210x.c > @@ -160,6 +160,7 @@ static const struct usb_device_id id_table[] = { > { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */ > { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */ > { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */ > + { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */ > { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */ > { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */ > { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */ Thanks for the patch. Patch itself looks good, except for the missing Signed-off-by tag. Please also resend it "inline" rather than as an attachment. More details in Documentation/SubmittingPatches in the source tree. Thanks, Johan -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html