Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0'
  2. battery.charge_level.current = 0 (0x0) (int)
  3. battery.charge_level.design = 2056 (0x808) (int)
  4. battery.charge_level.last_full = 0 (0x0) (int)
  5. battery.charge_level.percentage = 0 (0x0) (int)
  6. battery.charge_level.rate = 22 (0x16) (int)
  7. battery.is_rechargeable = true (bool)
  8. battery.present = true (bool)
  9. battery.rechargeable.is_charging = false (bool)
  10. battery.rechargeable.is_discharging = true (bool)
  11. battery.reporting.current = 334 (0x14e) (int)
  12. battery.reporting.design = 2056 (0x808) (int)
  13. battery.reporting.rate = 22 (0x16) (int)
  14. battery.reporting.technology = 'Li-ion' (string)
  15. battery.reporting.unit = 'mAh' (string)
  16. battery.technology = 'lithium-ion' (string)
  17. battery.type = 'primary' (string)
  18. battery.voltage.current = 3826 (0xef2) (int)
  19. info.capabilities = {'battery'} (string list)
  20. info.category = 'battery' (string)
  21. info.parent = '/org/freedesktop/Hal/devices/computer' (string)
  22. info.product = 'Generic Battery Device' (string)
  23. info.subsystem = 'power_supply' (string)
  24. info.udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0' (string)
  25. linux.hotplug_type = 2 (0x2) (int)
  26. linux.subsystem = 'power_supply' (string)
  27. linux.sysfs_path = '/sys/class/power_supply/bq27200-0' (string)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement