• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files

hddb.h

Go to the documentation of this file.
00001 void hddb_init(hd_data_t *hd_data);
00002 
00003 unsigned device_class(hd_data_t *hd_data, unsigned vendor, unsigned device);
00004 unsigned sub_device_class(hd_data_t *hd_data, unsigned vendor, unsigned device, unsigned sub_vendor, unsigned sub_device);
00005 
00006 char *hid_tag_name(int tag);
00007 char *hid_tag_name2(int tag);