unsigned major
Definition: hd.h:1013
str_list_t * read_file(char *file_name, unsigned start_line, unsigned lines)
Definition: hd.c:2544
char * unix_dev_name2
Special device file.
Definition: hd.h:2374
hd_id_t base_class
Base class (id and name).
Definition: hd.h:2236
hd_t * hd
Current hardware list.
Definition: hd.h:2615
str_list_t * search_str_list(str_list_t *sl, char *str)
Definition: hd.c:2481
void remove_hd_entries(hd_data_t *hd_data)
Definition: hd.c:2728
char * canon_str(char *s, int len)
Definition: hd.c:2208
char * new_str(const char *s)
Definition: hd.c:1594
#define PROGRESS(a, b, c)
Definition: hd_int.h:65
enum hd_detail_type type
Definition: hd.h:2147
str_list_t * hd_split(char del, const char *str)
Definition: hd.c:5139
struct s_str_list_t * next
Link to next member.
Definition: hd.h:411
hd_id_t compat_device
Device id and name of some compatible hardware.
Definition: hd.h:2304
char * unix_dev_name
Special device file.
Definition: hd.h:2353
str_list_t * unix_dev_names
List of device names.
Definition: hd.h:2366
Individual hardware item.
Definition: hd.h:2201
Definition: isdn_cdb_def.h:5
struct s_hd_t * next
Link to next hardware item.
Definition: hd.h:2202
hd_id_t device
Device id and name.
Definition: hd.h:2264
joystick_t * data
Definition: hd.h:2143
str_list_t * free_str_list(str_list_t *list)
Definition: hd.c:2510
outside the range of the PCI values
Definition: hd.h:301
hd_detail_t * free_hd_detail(hd_detail_t *d)
Definition: hd.c:1230
unsigned module
(Internal) the current probing module we are in
Definition: hd.h:2686
#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:5255
int load_module(hd_data_t *hd_data, char *module)
Definition: hd.c:3878
hd_detail_t * detail
Special info associated with this hardware.
Definition: hd.h:2438
hd_t * add_hd_entry(hd_data_t *hd_data, unsigned line, unsigned count)
Definition: hd.c:1794
int hd_probe_feature(hd_data_t *hd_data, enum probe_feature feature)
Definition: hd.c:595
#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:2298
Joystick details.
Definition: hd.h:1286
hd_id_t sub_class
Sub class (id and name).
Definition: hd.h:2241
hd_dev_num_t unix_dev_num2
Device type & number according to sysfs.
Definition: hd.h:2379
hd_dev_num_t unix_dev_num
Device type & number according to sysfs.
Definition: hd.h:2358
hd_id_t vendor
Vendor id and name.
Definition: hd.h:2254
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:2220
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:2418
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:2496
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:2609
void * new_mem(size_t size)
Definition: hd.c:1552
hd_detail_joystick_t joystick
Definition: hd.h:2161
unsigned char buttons
Definition: hd.h:1287
char * str
Some string data.
Definition: hd.h:412
void * free_mem(void *p)
Definition: hd.c:1611