Skip to content

Commit 513d88a

Browse files
Mark-Glover1jhovold
authored andcommitted
USB: serial: ftdi_sio: update Actisense PIDs constant names
Update the constant names for unused USB PIDs (product identifiers) to reflect the new products now using the PIDs. Signed-off-by: Mark Glover <mark.glover@actisense.com> Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent 06f22cd commit 513d88a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,9 +1033,9 @@ static const struct usb_device_id id_table_combined[] = {
10331033
{ USB_DEVICE(FTDI_VID, ACTISENSE_USG_PID) },
10341034
{ USB_DEVICE(FTDI_VID, ACTISENSE_NGT_PID) },
10351035
{ USB_DEVICE(FTDI_VID, ACTISENSE_NGW_PID) },
1036-
{ USB_DEVICE(FTDI_VID, ACTISENSE_D9AC_PID) },
1037-
{ USB_DEVICE(FTDI_VID, ACTISENSE_D9AD_PID) },
1038-
{ USB_DEVICE(FTDI_VID, ACTISENSE_D9AE_PID) },
1036+
{ USB_DEVICE(FTDI_VID, ACTISENSE_UID_PID) },
1037+
{ USB_DEVICE(FTDI_VID, ACTISENSE_USA_PID) },
1038+
{ USB_DEVICE(FTDI_VID, ACTISENSE_NGX_PID) },
10391039
{ USB_DEVICE(FTDI_VID, ACTISENSE_D9AF_PID) },
10401040
{ USB_DEVICE(FTDI_VID, CHETCO_SEAGAUGE_PID) },
10411041
{ USB_DEVICE(FTDI_VID, CHETCO_SEASWITCH_PID) },

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,9 +1568,9 @@
15681568
#define ACTISENSE_USG_PID 0xD9A9 /* USG USB Serial Adapter */
15691569
#define ACTISENSE_NGT_PID 0xD9AA /* NGT NMEA2000 Interface */
15701570
#define ACTISENSE_NGW_PID 0xD9AB /* NGW NMEA2000 Gateway */
1571-
#define ACTISENSE_D9AC_PID 0xD9AC /* Actisense Reserved */
1572-
#define ACTISENSE_D9AD_PID 0xD9AD /* Actisense Reserved */
1573-
#define ACTISENSE_D9AE_PID 0xD9AE /* Actisense Reserved */
1571+
#define ACTISENSE_UID_PID 0xD9AC /* USB Isolating Device */
1572+
#define ACTISENSE_USA_PID 0xD9AD /* USB to Serial Adapter */
1573+
#define ACTISENSE_NGX_PID 0xD9AE /* NGX NMEA2000 Gateway */
15741574
#define ACTISENSE_D9AF_PID 0xD9AF /* Actisense Reserved */
15751575
#define CHETCO_SEAGAUGE_PID 0xA548 /* SeaGauge USB Adapter */
15761576
#define CHETCO_SEASWITCH_PID 0xA549 /* SeaSwitch USB Adapter */

0 commit comments

Comments
 (0)