Advertisement
Guest User

apcupsd v.3.14.8 usb driver patch for apc cs

a guest
Feb 19th, 2011
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. --- apcupsd-3.14.8/src/drivers/usb/usb.c 2010-01-10 17:29:00.000000000 +0200
  2. +++ apcupsd-3.14.8/src/drivers/usb/usb.c 2011-02-19 20:34:34.109519477 +0200
  3. @@ -65,7 +65,7 @@
  4. {CI_VLINE, 0x00840030, P_INPUT, T_UNITS, true }, /* Line Voltage */
  5. {CI_VOUT, 0x00840030, P_OUTPUT, T_UNITS, true }, /* Output Voltage */
  6. {CI_VBATT, 0x00840030, P_BATTERY, T_UNITS, true }, /* Battery Voltage */
  7. - {CI_VBATT, 0x00840030, P_PWSUM, T_UNITS, true }, /* Battery Voltage (alternative) */
  8. + //{CI_VBATT, 0x00840030, P_PWSUM, T_UNITS, true }, /* Battery Voltage (alternative) */
  9. {CI_NONE, 0x00840031, P_ANY, T_UNITS, false}, /* Current */
  10. {CI_FREQ, 0x00840032, P_OUTPUT, T_UNITS, true }, /* Frequency */
  11. {CI_NONE, 0x00840033, P_ANY, T_UNITS, false}, /* ApparentPower */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement