Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332099
| From | Jiri Slaby <jslaby@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3.12 19/64] USB: cp210x: add ID for ELV Marble Sound Board 1 |
| Date | 2016-02-11 15:40 +0100 |
| Message-ID | <r10zz-1Ec-77@gated-at.bofh.it> (permalink) |
| References | <r0ZWP-17m-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Oliver Freyermuth <o.freyermuth@googlemail.com>
3.12-stable review patch. If anyone has any objections, please let me know.
===============
commit f7d7f59ab124748156ea551edf789994f05da342 upstream.
Add the USB device ID for ELV Marble Sound Board 1.
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
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 3597be0a5ae4..9a3c0f76db8c 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 */
--
2.7.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 3.12 00/64] 3.12.54-stable review Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:00 +0100
Re: [PATCH 3.12 00/64] 3.12.54-stable review Nikolay Borisov <kernel@kyup.com> - 2016-02-11 15:10 +0100
Re: [PATCH 3.12 00/64] 3.12.54-stable review Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:20 +0100
Re: [PATCH 3.12 00/64] 3.12.54-stable review Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:20 +0100
[PATCH 3.12 65/65] dm thin: fix race condition when destroying thin pool workqueue Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:20 +0100
[PATCH 3.12 01/64] ALSA: rme96: Fix unexpected volume reset after rate changes Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:40 +0100
[PATCH 3.12 19/64] USB: cp210x: add ID for ELV Marble Sound Board 1 Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:40 +0100
[PATCH 3.12 03/64] ALSA: hda - Set SKL+ hda controller power at freeze() and thaw() Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
[PATCH 3.12 11/64] ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
[PATCH 3.12 07/64] ALSA: timer: Harden slave timer list handling Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
[PATCH 3.12 12/64] ALSA: hrtimer: Fix stall by hrtimer_cancel() Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
[PATCH 3.12 04/64] ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2) Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
[PATCH 3.12 06/64] ALSA: seq: Fix race at timer setup and close Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
[PATCH 3.12 05/64] ALSA: seq: Fix missing NULL check at remove_events ioctl Jiri Slaby <jslaby@suse.cz> - 2016-02-11 15:50 +0100
Re: [PATCH 3.12 00/64] 3.12.54-stable review Guenter Roeck <linux@roeck-us.net> - 2016-02-11 19:20 +0100
Re: [PATCH 3.12 00/64] 3.12.54-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2016-02-11 20:30 +0100
Re: [PATCH 3.12 00/64] 3.12.54-stable review Jiri Slaby <jslaby@suse.cz> - 2016-02-15 16:30 +0100
RE: [PATCH 3.12 00/64] 3.12.54-stable review "Winkler, Tomas" <tomas.winkler@intel.com> - 2016-02-15 17:20 +0100
csiph-web