Displaying 1 result from an estimated 1 matches for "belkin_shutdown".
2006 Jun 03
1
RFC: allow HID subdriver's to register ups.conf settings
...functions at the 
moment.
  Next, modify the subdriver_t chunk (again, 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();...