Displaying 1 result from an estimated 1 matches for "format_model".
2006 Jun 03
1
RFC: allow HID subdriver's to register ups.conf settings
...endvartable)(void);
so it becomes;
struct subdriver_s {
char *name;
int (*claim)(HIDDevice *hd);
usage_tables_t *utab;
hid_info_t *hid2nut;
int (*shutdown)(int ondelay, int offdelay);
char *(*format_model)(HIDDevice *hd);
char *(*format_mfr)(HIDDevice *hd);
char *(*format_serial)(HIDDevice *hd);
void (*extendvartable)(void);
};
- In the subdriver source, add an extra function,
subdriver_extendvartable(). I'm currently
working on belkin-...