unsigned major
Definition: hd.h:1013
str_list_t * read_file(char *file_name, unsigned start_line, unsigned lines)
Definition: hd.c:2528
@ sc_mou_ps2
Definition: hd.h:231
char * unix_dev_name2
Special device file.
Definition: hd.h:2373
hd_id_t base_class
Base class (id and name).
Definition: hd.h:2235
@ sc_mou_bus
Definition: hd.h:231
hd_t * hd
Current hardware list.
Definition: hd.h:2614
str_list_t * search_str_list(str_list_t *sl, char *str)
Definition: hd.c:2465
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2712
@ hw_joystick
Definition: hd.h:141
char * canon_str(char *s, int len)
Definition: hd.c:2192
char * new_str(const char *s)
Definition: hd.c:1578
#define PROGRESS(a, b, c)
Definition: hd_int.h:65
enum hd_detail_type type
Definition: hd.h:2146
str_list_t * hd_split(char del, const char *str)
Definition: hd.c:5128
@ bus_adb
Definition: hd.h:302
struct s_str_list_t * next
Link to next member.
Definition: hd.h:411
@ mod_input
Definition: hd_int.h:83
hd_id_t compat_device
Device id and name of some compatible hardware.
Definition: hd.h:2303
char * unix_dev_name
Special device file.
Definition: hd.h:2352
str_list_t * unix_dev_names
List of device names.
Definition: hd.h:2365
Individual hardware item.
Definition: hd.h:2200
@ bc_mouse
Definition: hd.h:167
@ vendor
Definition: isdn_cdb_def.h:5
struct s_hd_t * next
Link to next hardware item.
Definition: hd.h:2201
hd_id_t device
Device id and name.
Definition: hd.h:2263
joystick_t * data
Definition: hd.h:2142
@ hd_detail_joystick
Definition: hd.h:2071
str_list_t * free_str_list(str_list_t *list)
Definition: hd.c:2494
@ bus_ps2
outside the range of the PCI values
Definition: hd.h:301
hd_detail_t * free_hd_detail(hd_detail_t *d)
Definition: hd.c:1214
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2685
#define ADD2LOG(a...)
Definition: hd_int.h:66
String list type.
Definition: hd.h:410
void hd_set_hw_class(hd_t *hd, hd_hw_item_t hw_class)
Definition: hd.c:5244
int load_module(hd_data_t *hd_data, char *module)
Definition: hd.c:3860
hd_detail_t * detail
Special info associated with this hardware.
Definition: hd.h:2437
@ pr_input
Definition: hd.h:123
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1778
@ bc_keyboard
Definition: hd.h:168
@ bc_joystick
Definition: hd.h:169
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:579
#define MAKE_ID(tag, id_val)
Combine tag and id value.
Definition: hd.h:105
device number; type is either 0 or 'b' or 'c'.
Definition: hd.h:1011
unsigned id
Numeric id.
Definition: hd.h:401
hd_id_t compat_vendor
Vendor id and name of some compatible hardware.
Definition: hd.h:2297
Joystick details.
Definition: hd.h:1286
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2240
hd_dev_num_t unix_dev_num2
Device type & number according to sysfs.
Definition: hd.h:2378
@ bus_gameport
Definition: hd.h:303
@ sc_mou_usb
Definition: hd.h:231
@ hw_mouse
Definition: hd.h:140
hd_dev_num_t unix_dev_num
Device type & number according to sysfs.
Definition: hd.h:2357
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2253
char * name
Name (if any) that corresponds to hd_id_t::id.
Definition: hd.h:402
hd_id_t bus
Bus type (id and name).
Definition: hd.h:2219
unsigned minor
Definition: hd.h:1013
static hd_data_t * hd_data
Definition: pppoe.c:29
void str_printf(char **buf, int offset, char *format,...)
Definition: hd.c:2402
static int input(void)
Definition: lex.yy.c:1478
#define DEV_MICE
Definition: hd_int.h:38
str_list_t * add_str_list(str_list_t **sl, char *str)
Definition: hd.c:2480
unsigned char axes
Definition: hd.h:1288
#define TAG_SPECIAL
Internally used ids.
Definition: hd.h:88
Holds all data accumulated during hardware probing.
Definition: hd.h:2608
void * new_mem(size_t size)
Definition: hd.c:1536
@ sc_keyboard_kbd
Definition: hd.h:256
hd_detail_joystick_t joystick
Definition: hd.h:2160
unsigned char buttons
Definition: hd.h:1287
char * str
Some string data.
Definition: hd.h:412
void * free_mem(void *p)
Definition: hd.c:1595