Bug 139169

Summary: RFE: out-of-the-box support for bluetooth hid devices
Product: [Fedora] Fedora Reporter: Teppo Turtiainen <teppo.turtiainen>
Component: bluez-utilsAssignee: David Woodhouse <dwmw2>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bnocera
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.15-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-02 12:32:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Teppo Turtiainen 2004-11-13 15:59:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041111 Firefox/1.0

Description of problem:
The Bluetooth init script doesn't start the hidd daemon. The init
script has to be edited by hand to get Bluetooth keyboards and mice
recognised.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot FC3.
2.
3.
    

Actual Results:  Bluetooth HID devices don't work.

Expected Results:  Bluetooth HID devices work.

Additional info:

Comment 1 David Woodhouse 2005-01-19 09:54:26 UTC
The hidd script starts the hidd dæmon. Is it sufficient just to start
that?

/sbin/chkconfig --level 345 hidd on


Comment 2 Bastien Nocera 2005-01-19 11:25:42 UTC
Why does status give info about hidd then? :)
$ grep hidd /etc/init.d/bluetooth
        status hidd

Remove that, and it should be fine.