Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Johan writes:

USB-serial fixes for v4.8-rc7

Here's another Infineon flashloader device id.

Signed-off-by: Johan Hovold <johan@kernel.org>

Changed files
+2 -1
drivers
usb
+2 -1
drivers/usb/serial/usb-serial-simple.c
··· 54 54 /* Infineon Flashloader driver */ 55 55 #define FLASHLOADER_IDS() \ 56 56 { USB_DEVICE_INTERFACE_CLASS(0x058b, 0x0041, USB_CLASS_CDC_DATA) }, \ 57 - { USB_DEVICE(0x8087, 0x0716) } 57 + { USB_DEVICE(0x8087, 0x0716) }, \ 58 + { USB_DEVICE(0x8087, 0x0801) } 58 59 DEVICE(flashloader, FLASHLOADER_IDS); 59 60 60 61 /* Google Serial USB SubClass */