search for: 480258c

Displaying 2 results from an estimated 2 matches for "480258c".

2013 Jul 01
1
bcmxcp: Patch for cosmetic code changes
...; Date: Mon, 1 Jul 2013 21:11:40 +0200 Subject: [PATCH] bcmxcp: Fix method name outputted in debug message, and minor fixes for indentation --- drivers/bcmxcp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/bcmxcp.c b/drivers/bcmxcp.c index 2e5f18f..480258c 100644 --- a/drivers/bcmxcp.c +++ b/drivers/bcmxcp.c @@ -948,16 +948,16 @@ int init_outlet(unsigned char len) upsdebugx(2, "Auto delay off: %d\n", auto_dly_off); snprintf(outlet_name, sizeof(outlet_name)-1, "outlet.%d.delay.shutdown", num); dstate_...
2013 Jul 02
2
bcmxcp: Patch for adding ups.load and battery.voltage.low
...:37 +0200 Subject: [PATCH] bcmxcp: Add battery.voltage.low and ups.load to meter map, based on info in http://old.networkupstools.org/protocols/eaton/XCP_Meter_Map_021309.pdf --- drivers/bcmxcp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/bcmxcp.c b/drivers/bcmxcp.c index 480258c..d84adc1 100644 --- a/drivers/bcmxcp.c +++ b/drivers/bcmxcp.c @@ -351,7 +351,9 @@ if (nphases == 1) { bcmxcp_meter_map[33].nut_entity = "battery.voltage"; bcmxcp_meter_map[34].nut_entity = "battery.charge"; bcmxcp_meter_map[35].nut_entity = "battery.runtim...