#include <sysdep.h>
Data Fields | |
char * | busclass |
char * | vendor |
char * | model |
discover_sysdep_data * | next |
Definition at line 42 of file sysdep.h.
|
String describing the general device class Definition at line 44 of file sysdep.h. Referenced by _discover_free_sysdep_data(), and _discover_sysdep_data_new(). |
|
String identifying the model Definition at line 48 of file sysdep.h. Referenced by _discover_free_sysdep_data(), _discover_sysdep_data_new(), and discover_get_devices(). |
|
Pointer to the next hardware device discovered Definition at line 50 of file sysdep.h. Referenced by _discover_free_sysdep_data(), _discover_sysdep_data_new(), and discover_get_devices(). |
|
String describing the manufacturer or distributor Definition at line 46 of file sysdep.h. Referenced by _discover_free_sysdep_data(), _discover_sysdep_data_new(), and discover_get_devices(). |