Hi Greg, Some minor device-id fixes for v4.4-rc3. Note that I included the patch that blacklists the flash-loader device in cdc-acm. Thanks, Johan The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4: Linux 4.4-rc2 (2015-11-22 16:45:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.4-rc3 for you to fetch changes up to a0e80fbd56b4573de997c9a088a33abbc1121400: USB: serial: Another Infineon flash loader USB ID (2015-11-23 10:32:59 +0100) ---------------------------------------------------------------- USB-serial fixes for v4.4-rc3 Here are some device-id fixes that remove a HID device from cp210x, and adds support for another Infineon flash-loader device. The flash-loader device presents itself as a CDC-ACM device even though it is clearly not, so we need to blacklist it in the cdc-acm driver as well. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Jonas Jonsson (2): USB: cdc_acm: Ignore Infineon Flash Loader utility USB: serial: Another Infineon flash loader USB ID Konstantin Shkolnyy (1): USB: cp210x: Remove CP2110 ID from compatibility list drivers/usb/class/cdc-acm.c | 5 +++++ drivers/usb/serial/cp210x.c | 1 - drivers/usb/serial/usb-serial-simple.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html