USB: ftdi_sio: correct spelling in header files
- correct spelling/whitespace in ftdi_sio.h and ftdi_sio_ids.h Signed-off-by: Andreas Mohr <andi@lisas.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
a45a1e07aa
commit
0a2a37752e
|
@ -28,13 +28,13 @@
|
||||||
#define FTDI_SIO_SET_FLOW_CTRL 2 /* Set flow control register */
|
#define FTDI_SIO_SET_FLOW_CTRL 2 /* Set flow control register */
|
||||||
#define FTDI_SIO_SET_BAUD_RATE 3 /* Set baud rate */
|
#define FTDI_SIO_SET_BAUD_RATE 3 /* Set baud rate */
|
||||||
#define FTDI_SIO_SET_DATA 4 /* Set the data characteristics of the port */
|
#define FTDI_SIO_SET_DATA 4 /* Set the data characteristics of the port */
|
||||||
#define FTDI_SIO_GET_MODEM_STATUS 5 /* Retrieve current value of modern status register */
|
#define FTDI_SIO_GET_MODEM_STATUS 5 /* Retrieve current value of modem status register */
|
||||||
#define FTDI_SIO_SET_EVENT_CHAR 6 /* Set the event character */
|
#define FTDI_SIO_SET_EVENT_CHAR 6 /* Set the event character */
|
||||||
#define FTDI_SIO_SET_ERROR_CHAR 7 /* Set the error character */
|
#define FTDI_SIO_SET_ERROR_CHAR 7 /* Set the error character */
|
||||||
#define FTDI_SIO_SET_LATENCY_TIMER 9 /* Set the latency timer */
|
#define FTDI_SIO_SET_LATENCY_TIMER 9 /* Set the latency timer */
|
||||||
#define FTDI_SIO_GET_LATENCY_TIMER 10 /* Get the latency timer */
|
#define FTDI_SIO_GET_LATENCY_TIMER 10 /* Get the latency timer */
|
||||||
|
|
||||||
/* Interface indicies for FT2232, FT2232H and FT4232H devices*/
|
/* Interface indices for FT2232, FT2232H and FT4232H devices */
|
||||||
#define INTERFACE_A 1
|
#define INTERFACE_A 1
|
||||||
#define INTERFACE_B 2
|
#define INTERFACE_B 2
|
||||||
#define INTERFACE_C 3
|
#define INTERFACE_C 3
|
||||||
|
@ -270,7 +270,7 @@ typedef enum {
|
||||||
* BmRequestType: 0100 0000b
|
* BmRequestType: 0100 0000b
|
||||||
* bRequest: FTDI_SIO_SET_FLOW_CTRL
|
* bRequest: FTDI_SIO_SET_FLOW_CTRL
|
||||||
* wValue: Xoff/Xon
|
* wValue: Xoff/Xon
|
||||||
* wIndex: Protocol/Port - hIndex is protocl / lIndex is port
|
* wIndex: Protocol/Port - hIndex is protocol / lIndex is port
|
||||||
* wLength: 0
|
* wLength: 0
|
||||||
* Data: None
|
* Data: None
|
||||||
*
|
*
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
#define LMI_LM3S_DEVEL_BOARD_PID 0xbcd8
|
#define LMI_LM3S_DEVEL_BOARD_PID 0xbcd8
|
||||||
#define LMI_LM3S_EVAL_BOARD_PID 0xbcd9
|
#define LMI_LM3S_EVAL_BOARD_PID 0xbcd9
|
||||||
|
|
||||||
#define FTDI_TURTELIZER_PID 0xBDC8 /* JTAG/RS-232 adapter by egnite GmBH */
|
#define FTDI_TURTELIZER_PID 0xBDC8 /* JTAG/RS-232 adapter by egnite GmbH */
|
||||||
|
|
||||||
/* OpenDCC (www.opendcc.de) product id */
|
/* OpenDCC (www.opendcc.de) product id */
|
||||||
#define FTDI_OPENDCC_PID 0xBFD8
|
#define FTDI_OPENDCC_PID 0xBFD8
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
#define FTDI_ELV_TFD128_PID 0xE0EC /* ELV Temperatur-Feuchte-Datenlogger TFD 128 */
|
#define FTDI_ELV_TFD128_PID 0xE0EC /* ELV Temperatur-Feuchte-Datenlogger TFD 128 */
|
||||||
#define FTDI_ELV_FM3RX_PID 0xE0ED /* ELV Messwertuebertragung FM3 RX */
|
#define FTDI_ELV_FM3RX_PID 0xE0ED /* ELV Messwertuebertragung FM3 RX */
|
||||||
#define FTDI_ELV_WS777_PID 0xE0EE /* Conrad WS 777 */
|
#define FTDI_ELV_WS777_PID 0xE0EE /* Conrad WS 777 */
|
||||||
#define FTDI_ELV_EM1010PC_PID 0xE0EF /* Engery monitor EM 1010 PC */
|
#define FTDI_ELV_EM1010PC_PID 0xE0EF /* Energy monitor EM 1010 PC */
|
||||||
#define FTDI_ELV_CSI8_PID 0xE0F0 /* Computer-Schalt-Interface (CSI 8) */
|
#define FTDI_ELV_CSI8_PID 0xE0F0 /* Computer-Schalt-Interface (CSI 8) */
|
||||||
#define FTDI_ELV_EM1000DL_PID 0xE0F1 /* PC-Datenlogger fuer Energiemonitor (EM 1000 DL) */
|
#define FTDI_ELV_EM1000DL_PID 0xE0F1 /* PC-Datenlogger fuer Energiemonitor (EM 1000 DL) */
|
||||||
#define FTDI_ELV_PCK100_PID 0xE0F2 /* PC-Kabeltester (PCK 100) */
|
#define FTDI_ELV_PCK100_PID 0xE0F2 /* PC-Kabeltester (PCK 100) */
|
||||||
|
@ -212,8 +212,8 @@
|
||||||
* drivers, or possibly the Comedi drivers in some cases. */
|
* drivers, or possibly the Comedi drivers in some cases. */
|
||||||
#define FTDI_ELV_CLI7000_PID 0xFB59 /* Computer-Light-Interface (CLI 7000) */
|
#define FTDI_ELV_CLI7000_PID 0xFB59 /* Computer-Light-Interface (CLI 7000) */
|
||||||
#define FTDI_ELV_PPS7330_PID 0xFB5C /* Processor-Power-Supply (PPS 7330) */
|
#define FTDI_ELV_PPS7330_PID 0xFB5C /* Processor-Power-Supply (PPS 7330) */
|
||||||
#define FTDI_ELV_TFM100_PID 0xFB5D /* Temperartur-Feuchte Messgeraet (TFM 100) */
|
#define FTDI_ELV_TFM100_PID 0xFB5D /* Temperatur-Feuchte-Messgeraet (TFM 100) */
|
||||||
#define FTDI_ELV_UDF77_PID 0xFB5E /* USB DCF Funkurh (UDF 77) */
|
#define FTDI_ELV_UDF77_PID 0xFB5E /* USB DCF Funkuhr (UDF 77) */
|
||||||
#define FTDI_ELV_UIO88_PID 0xFB5F /* USB-I/O Interface (UIO 88) */
|
#define FTDI_ELV_UIO88_PID 0xFB5F /* USB-I/O Interface (UIO 88) */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -320,7 +320,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4N-GALAXY.DE PIDs for CAN-USB, USB-RS232, USB-RS422, USB-RS485,
|
* 4N-GALAXY.DE PIDs for CAN-USB, USB-RS232, USB-RS422, USB-RS485,
|
||||||
* USB-TTY activ, USB-TTY passiv. Some PIDs are used by several devices
|
* USB-TTY aktiv, USB-TTY passiv. Some PIDs are used by several devices
|
||||||
* and I'm not entirely sure which are used by which.
|
* and I'm not entirely sure which are used by which.
|
||||||
*/
|
*/
|
||||||
#define FTDI_4N_GALAXY_DE_1_PID 0xF3C0
|
#define FTDI_4N_GALAXY_DE_1_PID 0xF3C0
|
||||||
|
@ -971,7 +971,7 @@
|
||||||
#define ALTI2_N3_PID 0x6001 /* Neptune 3 */
|
#define ALTI2_N3_PID 0x6001 /* Neptune 3 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dresden Elektronic Sensor Terminal Board
|
* Dresden Elektronik Sensor Terminal Board
|
||||||
*/
|
*/
|
||||||
#define DE_VID 0x1cf1 /* Vendor ID */
|
#define DE_VID 0x1cf1 /* Vendor ID */
|
||||||
#define STB_PID 0x0001 /* Sensor Terminal Board */
|
#define STB_PID 0x0001 /* Sensor Terminal Board */
|
||||||
|
|
Loading…
Reference in New Issue