Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345867 > unrolled thread
| Started by | Daniele Palmas <dnlplm@gmail.com> |
|---|---|
| First post | 2016-02-29 15:40 +0100 |
| Last post | 2016-02-29 19:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045 Daniele Palmas <dnlplm@gmail.com> - 2016-02-29 15:40 +0100
Re: [PATCH v2 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045 Johan Hovold <johan@kernel.org> - 2016-02-29 19:20 +0100
| From | Daniele Palmas <dnlplm@gmail.com> |
|---|---|
| Date | 2016-02-29 15:40 +0100 |
| Subject | [PATCH v2 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045 |
| Message-ID | <r7x9o-4er-1@gated-at.bofh.it> |
This patch adds support for 0x1045 PID of Telit LE922.
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
---
drivers/usb/serial/option.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index db86e51..15d16f2 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -270,6 +270,7 @@ static void option_instat_callback(struct urb *urb);
#define TELIT_PRODUCT_UE910_V2 0x1012
#define TELIT_PRODUCT_LE922_USBCFG0 0x1042
#define TELIT_PRODUCT_LE922_USBCFG3 0x1043
+#define TELIT_PRODUCT_LE922_USBCFG5 0x1045
#define TELIT_PRODUCT_LE920 0x1200
#define TELIT_PRODUCT_LE910 0x1201
@@ -1176,6 +1177,8 @@ static const struct usb_device_id option_ids[] = {
.driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg0 },
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE922_USBCFG3),
.driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg3 },
+ { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, TELIT_PRODUCT_LE922_USBCFG5, 0xff),
+ .driver_info = (kernel_ulong_t)&telit_le922_blacklist_usbcfg0 },
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910),
.driver_info = (kernel_ulong_t)&telit_le910_blacklist },
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE920),
--
1.9.1
[toc] | [next] | [standalone]
| From | Johan Hovold <johan@kernel.org> |
|---|---|
| Date | 2016-02-29 19:20 +0100 |
| Subject | Re: [PATCH v2 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045 |
| Message-ID | <r7AAh-6wh-5@gated-at.bofh.it> |
| In reply to | #1345867 |
On Mon, Feb 29, 2016 at 03:36:11PM +0100, Daniele Palmas wrote: > This patch adds support for 0x1045 PID of Telit LE922. > > Signed-off-by: Daniele Palmas <dnlplm@gmail.com> Now applied, thanks. Johan
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web