forked from luck/tmp_suning_uos_patched
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 <patrick.riphagen@xsens.com> Signed-off-by: Frans Klaver <frans.klaver@xsens.com> Cc: Johan Hovold <johan@kernel.org> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d508d99202
commit
9273b8a270
@ -140,12 +140,12 @@
|
||||
/*
|
||||
* Xsens Technologies BV products (http://www.xsens.com).
|
||||
*/
|
||||
#define XSENS_CONVERTER_0_PID 0xD388
|
||||
#define XSENS_CONVERTER_1_PID 0xD389
|
||||
#define XSENS_CONVERTER_0_PID 0xD388 /* Xsens USB converter */
|
||||
#define XSENS_CONVERTER_1_PID 0xD389 /* Xsens Wireless Receiver */
|
||||
#define XSENS_CONVERTER_2_PID 0xD38A
|
||||
#define XSENS_CONVERTER_3_PID 0xD38B
|
||||
#define XSENS_CONVERTER_4_PID 0xD38C
|
||||
#define XSENS_CONVERTER_5_PID 0xD38D
|
||||
#define XSENS_CONVERTER_3_PID 0xD38B /* Xsens USB-serial converter */
|
||||
#define XSENS_CONVERTER_4_PID 0xD38C /* Xsens Wireless Receiver */
|
||||
#define XSENS_CONVERTER_5_PID 0xD38D /* Xsens Awinda Station */
|
||||
#define XSENS_CONVERTER_6_PID 0xD38E
|
||||
#define XSENS_CONVERTER_7_PID 0xD38F
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user