Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
cypress_m8.h File Reference

Go to the source code of this file.

Macros

#define HID_REQ_GET_REPORT   0x01
 
#define HID_REQ_SET_REPORT   0x09
 
#define VENDOR_ID_DELORME   0x1163
 
#define PRODUCT_ID_EARTHMATEUSB   0x0100
 
#define PRODUCT_ID_EARTHMATEUSB_LT20   0x0200
 
#define VENDOR_ID_CYPRESS   0x04b4
 
#define PRODUCT_ID_CYPHIDCOM   0x5500
 
#define VENDOR_ID_POWERCOM   0x0d9f
 
#define PRODUCT_ID_UPS   0x0002
 
#define VENDOR_ID_DAZZLE   0x07d0
 
#define PRODUCT_ID_CA42   0x4101
 
#define CYPRESS_SET_CONFIG   0x01
 
#define CYPRESS_GET_CONFIG   0x02
 
#define THROTTLED   0x1
 
#define ACTUALLY_THROTTLED   0x2
 
#define CT_EARTHMATE   0x01
 
#define CT_CYPHIDCOM   0x02
 
#define CT_CA42V2   0x03
 
#define CT_GENERIC   0x0F
 
#define CONTROL_DTR   0x20 /* data terminal ready - flow control - host to device */
 
#define UART_DSR   0x20 /* data set ready - flow control - device to host */
 
#define CONTROL_RTS   0x10 /* request to send - flow control - host to device */
 
#define UART_CTS   0x10 /* clear to send - flow control - device to host */
 
#define UART_RI   0x10 /* ring indicator - modem - device to host */
 
#define UART_CD   0x40 /* carrier detect - modem - device to host */
 
#define CYP_ERROR   0x08 /* received from input report - device to host */
 
#define CONTROL_RESET   0x08 /* sent with output report - host to device */
 

Macro Definition Documentation

#define ACTUALLY_THROTTLED   0x2

Definition at line 42 of file cypress_m8.h.

#define CONTROL_DTR   0x20 /* data terminal ready - flow control - host to device */

Definition at line 58 of file cypress_m8.h.

#define CONTROL_RESET   0x08 /* sent with output report - host to device */

Definition at line 66 of file cypress_m8.h.

#define CONTROL_RTS   0x10 /* request to send - flow control - host to device */

Definition at line 60 of file cypress_m8.h.

#define CT_CA42V2   0x03

Definition at line 50 of file cypress_m8.h.

#define CT_CYPHIDCOM   0x02

Definition at line 49 of file cypress_m8.h.

#define CT_EARTHMATE   0x01

Definition at line 48 of file cypress_m8.h.

#define CT_GENERIC   0x0F

Definition at line 51 of file cypress_m8.h.

#define CYP_ERROR   0x08 /* received from input report - device to host */

Definition at line 64 of file cypress_m8.h.

#define CYPRESS_GET_CONFIG   0x02

Definition at line 38 of file cypress_m8.h.

#define CYPRESS_SET_CONFIG   0x01

Definition at line 37 of file cypress_m8.h.

#define HID_REQ_GET_REPORT   0x01

Definition at line 13 of file cypress_m8.h.

#define HID_REQ_SET_REPORT   0x09

Definition at line 14 of file cypress_m8.h.

#define PRODUCT_ID_CA42   0x4101

Definition at line 33 of file cypress_m8.h.

#define PRODUCT_ID_CYPHIDCOM   0x5500

Definition at line 25 of file cypress_m8.h.

#define PRODUCT_ID_EARTHMATEUSB   0x0100

Definition at line 20 of file cypress_m8.h.

#define PRODUCT_ID_EARTHMATEUSB_LT20   0x0200

Definition at line 21 of file cypress_m8.h.

#define PRODUCT_ID_UPS   0x0002

Definition at line 29 of file cypress_m8.h.

#define THROTTLED   0x1

Definition at line 41 of file cypress_m8.h.

#define UART_CD   0x40 /* carrier detect - modem - device to host */

Definition at line 63 of file cypress_m8.h.

#define UART_CTS   0x10 /* clear to send - flow control - device to host */

Definition at line 61 of file cypress_m8.h.

#define UART_DSR   0x20 /* data set ready - flow control - device to host */

Definition at line 59 of file cypress_m8.h.

#define UART_RI   0x10 /* ring indicator - modem - device to host */

Definition at line 62 of file cypress_m8.h.

#define VENDOR_ID_CYPRESS   0x04b4

Definition at line 24 of file cypress_m8.h.

#define VENDOR_ID_DAZZLE   0x07d0

Definition at line 32 of file cypress_m8.h.

#define VENDOR_ID_DELORME   0x1163

Definition at line 19 of file cypress_m8.h.

#define VENDOR_ID_POWERCOM   0x0d9f

Definition at line 28 of file cypress_m8.h.