#include <sysdep.h>
Data Fields | |
char * | busclass |
char * | vendor |
char * | model |
discover_sysdep_device_data_t * | data |
discover_sysdep_data * | next |
Definition at line 56 of file sysdep.h.
|
String describing the general device class Definition at line 58 of file sysdep.h. Referenced by _discover_free_sysdep_data(), and _discover_sysdep_data_new(). |
|
Pointer to any sysdep/device specific data to be returned Definition at line 64 of file sysdep.h. Referenced by _discover_free_sysdep_data(), and _discover_sysdep_data_new(). |
|
String identifying the model Definition at line 62 of file sysdep.h. Referenced by _discover_free_sysdep_data(), and _discover_sysdep_data_new(). |
|
Pointer to the next hardware device discovered Definition at line 66 of file sysdep.h. Referenced by _discover_free_sysdep_data(), and _discover_sysdep_data_new(). |
|
String describing the manufacturer or distributor Definition at line 60 of file sysdep.h. Referenced by _discover_free_sysdep_data(), and _discover_sysdep_data_new(). |