libhd
5.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
hd
hddb.h
Go to the documentation of this file.
1
void
hddb_init
(
hd_data_t
*
hd_data
);
2
3
unsigned
device_class
(
hd_data_t
*
hd_data
,
unsigned
vendor
,
unsigned
device
);
4
unsigned
sub_device_class
(
hd_data_t
*
hd_data
,
unsigned
vendor
,
unsigned
device
,
unsigned
sub_vendor,
unsigned
sub_device);
5
6
char
*
hid_tag_name
(
int
tag);
7
char
*
hid_tag_name2
(
int
tag);