search for: apcsmart_tabs

Displaying 2 results from an estimated 2 matches for "apcsmart_tabs".

2011 May 27
0
quick update
...; Overall, the code changes on my side so far: > > 01:12 > git diff --stat ^99ea29b3d43a5c HEAD > drivers/Makefile.am | 2 +- > drivers/apcsmart.c | 1399 > ++++++++++++++++++++++++++++++++--------------- > drivers/apcsmart.h | 365 ++++--------- > drivers/apcsmart_tabs.c | 149 +++++ > drivers/apcsmart_tabs.h | 100 ++++ > 5 files changed, 1297 insertions(+), 718 deletions(-) > > apcsmart: [temporary] > apcsmart: cleanups, split into two files > apcsmart: next changes to instcmd stuff > apcsmart: simplify query_ups() > apcsmart: add apc_...
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
...BHID_UPS_SUBDRIVERS) @@ -237,7 +237,7 @@ powercom.h powerpanel.h powerp-bin.h powerp-txt.h powerware-mib.h raritan-pdu-mib.h \ safenet.h serial.h snmp-ups.h solis.h tripplite.h tripplite-hid.h \ upshandler.h usb-common.h usbhid-ups.h powercom-hid.h compaq-mib.h idowell-hid.h \ - apcsmart.h apcsmart_tabs.h apcsmart-old.h cyberpower-mib.h + apcsmart.h apcsmart_tabs.h apcsmart-old.h cyberpower-mib.h openups-hid.h # Define a dummy library so that Automake builds rules for the # corresponding object files. This library is not actually built, Index: drivers/openups-hid.c ===========================...