Comment 22 for bug 1153488

Revision history for this message
Martin Pitt (pitti) wrote : Re: Treats bluetooth input device batteries as system power supply

Sorr, this command might not even be enough; please rather do

  ls -lR /sys/class/power_supply/*hid* > /tmp/out.txt
  udevadm info --export-db >> /tmp/out.txt
  grep -r . /sys/class/power_supply /sys/class/bluetooth/ >> /tmp/out.txt

and attach /tmp/out.txt after that. Thanks!