Displaying 1 result from an estimated 1 matches for "belkin_format_mfr".
2006 Jun 03
1
RFC: allow HID subdriver's to register ups.conf settings
...n, this is shown for the
belkin-hid) to be;
subdriver_t belkin_subdriver = {
BELKIN_HID_VERSION,
belkin_claim,
belkin_utab,
belkin_hid2nut,
belkin_shutdown,
belkin_format_model,
belkin_format_mfr,
belkin_format_serial,
belkin_extendvartable,
};
- In newhidups.c, at the end of upsdrv_makevartable(), add a single line
that does:
subdriver->extendvartable();
to actually extend the table of configuration options for the specific...