Skip to content

Commit 9273b8a

Browse files
PPRiphagengregkh
authored andcommitted
USB: serial: ftdi_sio: Annotate the current Xsens PID assignments
The converters are used in specific products. It can be useful to know which they are exactly. Signed-off-by: Patrick Riphagen <[email protected]> Signed-off-by: Frans Klaver <[email protected]> Cc: Johan Hovold <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d508d99 commit 9273b8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@
140140
/*
141141
* Xsens Technologies BV products (http://www.xsens.com).
142142
*/
143-
#define XSENS_CONVERTER_0_PID 0xD388
144-
#define XSENS_CONVERTER_1_PID 0xD389
143+
#define XSENS_CONVERTER_0_PID 0xD388 /* Xsens USB converter */
144+
#define XSENS_CONVERTER_1_PID 0xD389 /* Xsens Wireless Receiver */
145145
#define XSENS_CONVERTER_2_PID 0xD38A
146-
#define XSENS_CONVERTER_3_PID 0xD38B
147-
#define XSENS_CONVERTER_4_PID 0xD38C
148-
#define XSENS_CONVERTER_5_PID 0xD38D
146+
#define XSENS_CONVERTER_3_PID 0xD38B /* Xsens USB-serial converter */
147+
#define XSENS_CONVERTER_4_PID 0xD38C /* Xsens Wireless Receiver */
148+
#define XSENS_CONVERTER_5_PID 0xD38D /* Xsens Awinda Station */
149149
#define XSENS_CONVERTER_6_PID 0xD38E
150150
#define XSENS_CONVERTER_7_PID 0xD38F
151151

0 commit comments

Comments
 (0)