Hello,
This patch adds support for the hid2hci command to be ran upon resuming
from suspend. At least the USB adapters I've been operating with that
need to switch modes need to do so upon resume.
Regards
--
Mario Limonciello
*Dell | Linux Engineering*
[email protected]
On Thu, 2008-10-23 at 11:29 -0500, Mario Limonciello wrote:
>
> +[ -f /etc/default/bluetooth ] || exit $NA
> +
> +. /etc/default/bluetooth
Wrong file to source under Fedora.
> + if [ "$HID2HCI_ENABLED" = "1" ] && [ -x /usr/sbin/hid2hci ];
> then
$ grep "HID2HCI_ENABLE[D=]" /etc/sysconfig/bluetooth
#HID2HCI_ENABLE=true
Cheers
Hi Marcel:
Marcel Holtmann wrote:
> Hi Mario,
>
> we should not install multiple scripts. Lets only install one "bluez"
> file for pm-utils. So no need for a hid2hci specific script.
>
> Regards
>
> Marcel
>
Attached is an updated patch that will install this as "48bluez" for
pm-utils. Of course the only thing in it right now is hid2hci, but
should that need to change, it's easy to add more.
Regards
--
Mario Limonciello
*Dell | Linux Engineering*
[email protected]
Hi Mario,
> This patch adds support for the hid2hci command to be ran upon resuming
> from suspend. At least the USB adapters I've been operating with that
> need to switch modes need to do so upon resume.
we should not install multiple scripts. Lets only install one "bluez"
file for pm-utils. So no need for a hid2hci specific script.
Regards
Marcel