Comment 16 for bug 268877

Revision history for this message
Martin G Miller (mgmiller) wrote :

If I change this command in your patch:

 if [ "$HID2HCI_ENABLED" = "1" ] && [ -x /usr/sbin/hid2hci ]; then
  /usr/sbin/hid2hci --tohci

to read:

if [ "$HID2HCI_ENABLED" = "1" ] && [ -x /usr/sbin/hid2hci ]; then
  /usr/sbin/hid2hci --tohid

I have my bluetooth keyboard back after resume from standy.

Apparently, even though it is testing for HCI_ENABLED = 1 as the "if" part of the command, it is executing even when HID2HCI_ENABLED=0 is set in /etc/default/bluetooth