Skip to content

Commit 39c4b38

Browse files
slacker775gregkh
authored andcommitted
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 <[email protected]> Signed-off-by: David Hollis <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 21641e3 commit 39c4b38

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

drivers/usb/net/asix.c

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,9 +1395,9 @@ static const struct usb_device_id products [] = {
13951395
USB_DEVICE (0x07b8, 0x420a),
13961396
.driver_info = (unsigned long) &hawking_uf200_info,
13971397
}, {
1398-
// Billionton Systems, USB2AR
1399-
USB_DEVICE (0x08dd, 0x90ff),
1400-
.driver_info = (unsigned long) &ax8817x_info,
1398+
// Billionton Systems, USB2AR
1399+
USB_DEVICE (0x08dd, 0x90ff),
1400+
.driver_info = (unsigned long) &ax8817x_info,
14011401
}, {
14021402
// ATEN UC210T
14031403
USB_DEVICE (0x0557, 0x2009),
@@ -1422,10 +1422,14 @@ static const struct usb_device_id products [] = {
14221422
// goodway corp usb gwusb2e
14231423
USB_DEVICE (0x1631, 0x6200),
14241424
.driver_info = (unsigned long) &ax8817x_info,
1425+
}, {
1426+
// JVC MP-PRX1 Port Replicator
1427+
USB_DEVICE (0x04f1, 0x3008),
1428+
.driver_info = (unsigned long) &ax8817x_info,
14251429
}, {
14261430
// ASIX AX88772 10/100
1427-
USB_DEVICE (0x0b95, 0x7720),
1428-
.driver_info = (unsigned long) &ax88772_info,
1431+
USB_DEVICE (0x0b95, 0x7720),
1432+
.driver_info = (unsigned long) &ax88772_info,
14291433
}, {
14301434
// ASIX AX88178 10/100/1000
14311435
USB_DEVICE (0x0b95, 0x1780),

0 commit comments

Comments
 (0)