mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
USB: asix.c - Add JVC-PRX1 ids
Add device IDs for the JVC-PRX1 port replicator. Additionally cleans up the tabs on a few of other IDs in the list. Reported by: Reuben Thomas <rrt@sc3d.org> Signed-off-by: David Hollis <dhollis@davehollis.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
21641e3fb1
commit
39c4b38cad
1 changed files with 9 additions and 5 deletions
|
@ -1395,9 +1395,9 @@ static const struct usb_device_id products [] = {
|
||||||
USB_DEVICE (0x07b8, 0x420a),
|
USB_DEVICE (0x07b8, 0x420a),
|
||||||
.driver_info = (unsigned long) &hawking_uf200_info,
|
.driver_info = (unsigned long) &hawking_uf200_info,
|
||||||
}, {
|
}, {
|
||||||
// Billionton Systems, USB2AR
|
// Billionton Systems, USB2AR
|
||||||
USB_DEVICE (0x08dd, 0x90ff),
|
USB_DEVICE (0x08dd, 0x90ff),
|
||||||
.driver_info = (unsigned long) &ax8817x_info,
|
.driver_info = (unsigned long) &ax8817x_info,
|
||||||
}, {
|
}, {
|
||||||
// ATEN UC210T
|
// ATEN UC210T
|
||||||
USB_DEVICE (0x0557, 0x2009),
|
USB_DEVICE (0x0557, 0x2009),
|
||||||
|
@ -1422,10 +1422,14 @@ static const struct usb_device_id products [] = {
|
||||||
// goodway corp usb gwusb2e
|
// goodway corp usb gwusb2e
|
||||||
USB_DEVICE (0x1631, 0x6200),
|
USB_DEVICE (0x1631, 0x6200),
|
||||||
.driver_info = (unsigned long) &ax8817x_info,
|
.driver_info = (unsigned long) &ax8817x_info,
|
||||||
|
}, {
|
||||||
|
// JVC MP-PRX1 Port Replicator
|
||||||
|
USB_DEVICE (0x04f1, 0x3008),
|
||||||
|
.driver_info = (unsigned long) &ax8817x_info,
|
||||||
}, {
|
}, {
|
||||||
// ASIX AX88772 10/100
|
// ASIX AX88772 10/100
|
||||||
USB_DEVICE (0x0b95, 0x7720),
|
USB_DEVICE (0x0b95, 0x7720),
|
||||||
.driver_info = (unsigned long) &ax88772_info,
|
.driver_info = (unsigned long) &ax88772_info,
|
||||||
}, {
|
}, {
|
||||||
// ASIX AX88178 10/100/1000
|
// ASIX AX88178 10/100/1000
|
||||||
USB_DEVICE (0x0b95, 0x1780),
|
USB_DEVICE (0x0b95, 0x1780),
|
||||||
|
|
Loading…
Reference in a new issue