Comment 21 for bug 1153488

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

Thanks Lee and hshan!

It turns out that to test Lee's patch I need information about the parent devices as well, which should be keyboard/mouse input devices. Can you please do

  for f in /sys/class/power_supply/*; do t=`readlink -f $f`; echo "=== $f -> $t ==="; grep -r . `dirname $t`; done > /tmp/out.txt

and attach /tmp/out.txt here?

Thanks!