* USB: cp2101 Add new device ID ELV ALC 8xxx
@ 2017-12-27 21:13 Christian Holl
0 siblings, 0 replies; 2+ messages in thread
From: Christian Holl @ 2017-12-27 21:13 UTC (permalink / raw)
To: linux-usb@vger.kernel.org
From: Christian Holl <cyborgx1@gmail.com>
Date: Wed, 27 Dec 2017 21:39:04 +0100
Subject: [PATCH] USB: cp210x Add new device ID ELV ALC 8xxx
This adds the ELV ALC 8xxx Battery Charging device
to the list of USB IDs of drivers/usb/serial/cp210x.c
Signed-off-by: Christian Holl <cyborgx1@gmail.com>
---
drivers/usb/serial/cp210x.c | 1 +
1 file changed, 1 insertion(+)
{ USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 7c6273b..ea6e752 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -174,6 +174,7 @@ 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(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
+ { USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */
{ USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */
{ USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder
interface */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* USB: cp2101 Add new device ID ELV ALC 8xxx
@ 2018-01-02 9:46 Johan Hovold
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2018-01-02 9:46 UTC (permalink / raw)
To: Christian Holl; +Cc: linux-usb@vger.kernel.org
On Wed, Dec 27, 2017 at 10:13:23PM +0100, Christian Holl wrote:
> From: Christian Holl <cyborgx1@gmail.com>
> Date: Wed, 27 Dec 2017 21:39:04 +0100
> Subject: [PATCH] USB: cp210x Add new device ID ELV ALC 8xxx
>
> This adds the ELV ALC 8xxx Battery Charging device
> to the list of USB IDs of drivers/usb/serial/cp210x.c
>
> Signed-off-by: Christian Holl <cyborgx1@gmail.com>
Thanks for the patch. Unfortunately it has been corrupted by your
mailer, with tabs replaced by spaces, and does not apply.
Try sending the patch to yourself first and make sure you can apply it
with git am. git-send-email (and git-format-patch) can be very handy.
Thanks,
Johan
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-02 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 9:46 USB: cp2101 Add new device ID ELV ALC 8xxx Johan Hovold
-- strict thread matches above, loose matches on Subject: below --
2017-12-27 21:13 Christian Holl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).