libhd  5.0
Macros | Functions
Input devices
Device handling

Input device scan functions. More...

Macros

#define INP_NAME   "N: Name="
#define INP_HANDLERS   "H: Handlers="
#define INP_KEY   "B: KEY="
#define INP_REL   "B: REL="
#define INP_ABS   "B: ABS="

Functions

static void get_input_devices (hd_data_t *hd_data)
static char * all_bits (char *str)
static int test_bit (char *str, unsigned bit)
void hd_scan_input (hd_data_t *hd_data)

Detailed Description

Input device scan functions.

Macro Definition Documentation

#define INP_ABS   "B: ABS="

Referenced by get_input_devices().

#define INP_HANDLERS   "H: Handlers="

Referenced by get_input_devices().

#define INP_KEY   "B: KEY="

Referenced by get_input_devices().

#define INP_NAME   "N: Name="

Referenced by get_input_devices().

#define INP_REL   "B: REL="

Referenced by get_input_devices().

Function Documentation

char * all_bits ( char *  str)
static
void get_input_devices ( hd_data_t hd_data)
static
void hd_scan_input ( hd_data_t hd_data)
int test_bit ( char *  str,
unsigned  bit 
)
static

Referenced by get_input_devices().