Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: serial: usb_debug: add new USB device id

USB vendor id and product id for Linux USB Debug Target is added.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>

authored by

Lu Baolu and committed by
Johan Hovold
762ff467 c654b21e

+2
+2
drivers/usb/serial/usb_debug.c
··· 31 31 }; 32 32 33 33 static const struct usb_device_id dbc_id_table[] = { 34 + { USB_DEVICE(0x1d6b, 0x0010) }, 34 35 { USB_DEVICE(0x1d6b, 0x0011) }, 35 36 { }, 36 37 }; 37 38 38 39 static const struct usb_device_id id_table_combined[] = { 39 40 { USB_DEVICE(0x0525, 0x127a) }, 41 + { USB_DEVICE(0x1d6b, 0x0010) }, 40 42 { USB_DEVICE(0x1d6b, 0x0011) }, 41 43 { }, 42 44 };