Defines | |
#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) |
#define INP_ABS "B: ABS=" |
#define INP_HANDLERS "H: Handlers=" |
#define INP_KEY "B: KEY=" |
#define INP_NAME "N: Name=" |
#define INP_REL "B: REL=" |
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] |