GNOME Bugzilla – Bug 709654
input devices all named 'Extra'
Last modified: 2013-10-09 14:59:09 UTC
Created attachment 256743 [details] apple wireless keyboard & apple magicmouse both referred to as 'extra' We don't do a terribly good job labeling devices that are battery powered.
I also wonder what's going on with the icon. It's not really recharging in either case, it's fuzzy and there is some weird halo around individual parts of the icon.
What's the output of "upower -d" on this machine?
jimmac@kratos:~$ upower -d Device: /org/freedesktop/UPower/devices/battery_hid_e4o8bo7fo19oa3od5_battery native-path: /sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/bluetooth/hci0/hci0:41/0005:05AC:0256.0008/power_supply/hid-e4:8b:7f:19:a3:d5-battery model: Apple Wireless Keyboard power supply: no updated: Tue 08 Oct 2013 08:36:01 PM CEST (24 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable: yes state: discharging energy: 0 Wh energy-empty: 0 Wh energy-full: 0 Wh energy-full-design: 0 Wh energy-rate: 0 W percentage: 0% capacity: 100% Device: /org/freedesktop/UPower/devices/battery_hid_58o1foaaof0o34o48_battery native-path: /sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/bluetooth/hci0/hci0:42/0005:05AC:030D.004C/power_supply/hid-58:1f:aa:f0:34:48-battery model: Apple Magic Mouse power supply: no updated: Tue 08 Oct 2013 08:36:01 PM CEST (24 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable: yes state: discharging energy: 0 Wh energy-empty: 0 Wh energy-full: 0 Wh energy-full-design: 0 Wh energy-rate: 0 W percentage: 94% capacity: 100% History (charge): 1381257355 94.000 discharging 1381257355 0.000 unknown History (rate): 1381257355 0.000 unknown Daemon: daemon-version: 0.9.21 on-battery: no on-low-battery: no lid-is-closed: no lid-is-present: no is-docked: no
UPower 0.9.22 (in koji and upstream now) should fix the wrong categorisation of the device (it showed up under the main battery instead of in the devices section). The patch below will show the model name instead.
Created attachment 256801 [details] [review] power: Use device models as names And only fallback to the generic "Wireless Mouse" (eg.) when there's no valid name for it.
Attachment 256801 [details] pushed as 76e342e - power: Use device models as names