usb: misc: uss720: add support for another variant of the Belkin F5U002
authorAlex Henrie <alexhenrie24@gmail.com>
Tue, 26 Mar 2024 15:07:10 +0000 (09:07 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Apr 2024 15:07:48 +0000 (17:07 +0200)
commitd24f05964f2dc5677c8b1f09a6ad42137467d1f0
treef0619ae7c36976d3b41d1c945af027268d354f4b
parentfabce53c240fa43c0deacd020f9563b36792c757
usb: misc: uss720: add support for another variant of the Belkin F5U002

This device is a gray USB parallel port adapter with "F5U002" imprinted
on the plastic and a sticker that says both "F5U002" and "P80453-A".
It's identified in lsusb as "05ab:1001 In-System Design BAYI Printer
Class Support". It's subtly different from the other gray cable I have
that has "F5U002 Rev 2" and "P80453-B" on its sticker and device ID
050d:0002.

The uss720 driver appears to work flawlessly with this device, although
the device evidently does not support ECP.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Link: https://lore.kernel.org/r/20240326150723.99939-4-alexhenrie24@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/uss720.c