All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] usb: option: add D-Link DWM-222 device ID
@ 2017-08-01 15:45 Hector Martin
  2017-08-01 19:25 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Hector Martin @ 2017-08-01 15:45 UTC (permalink / raw)
  To: johan; +Cc: gregkh, linux-usb, linux-kernel, Hector Martin, stable

Cc: stable@vger.kernel.org
Signed-off-by: Hector Martin <marcan@marcan.st>
---
 drivers/usb/serial/option.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index ebe51f11105d..fe123153b1a5 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -2025,6 +2025,8 @@ static const struct usb_device_id option_ids[] = {
 	{ USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7d04, 0xff) },			/* D-Link DWM-158 */
 	{ USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7e19, 0xff),			/* D-Link DWM-221 B1 */
 	  .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
+	{ USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7e35, 0xff),			/* D-Link DWM-222 */
+	  .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x7e11, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/A3 */
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] usb: option: add D-Link DWM-222 device ID
  2017-08-01 15:45 [PATCH 1/2] usb: option: add D-Link DWM-222 device ID Hector Martin
@ 2017-08-01 19:25 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2017-08-01 19:25 UTC (permalink / raw)
  To: Hector Martin; +Cc: johan, gregkh, linux-usb, linux-kernel, stable

On Wed, Aug 02, 2017 at 12:45:06AM +0900, Hector Martin wrote:

I'll fix it up this time, but please make sure to include a proper
commit message in the future.

> Cc: stable@vger.kernel.org
> Signed-off-by: Hector Martin <marcan@marcan.st>

Now applied, thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-01 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01 15:45 [PATCH 1/2] usb: option: add D-Link DWM-222 device ID Hector Martin
2017-08-01 19:25 ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.