linux.yes.nu/diNovo - Using the Logitech diNovo Media Desktop in Linux

 
 
 
   
Switching from HID to HCI
Really, switching from HID to HCI wasn't that hard.

The hid2hci command uses the USB hiddev device to be handled as a normal Bluetooth device.

Then the hcid daemon handles all the connections and authentication between the devices and the kernel.

Then the sdpd daemon allow the devices to advertise their services.

And finally, the hidd daemon turns some services of the devices into HID-stuff again.

All of these came from the bluez-utils-2.10 package.

Thus, my start-up script looks like this:


hid2hci
hcid
sdpd
hidd --server

For those using Gentoo (and probably most other distributions), these commands can be handled with the /etc/init.d/bluetooth that comes with bluez-utils.
Just be sure to set HID2HCI_ENABLE=true and HIDD_ENABLE=true in /etc/conf.d/bluetooth. HCID_ENABLE=true and SDPD_ENABLE=true should be on by default.
(Debian: HIDD_ENABLED=1 in /etc/default/bluez-utils)
Updated: 2007-10-28 10:33:01
  Pages:
Page 1
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Summary 1
» Summary 2
Summary 3
Summary 4
Summary 5
Summary 6
Summary 7
Summary 8
Summary 9
Summary 10
Summary 11
Summary 12
Summary 13
Update 1
Update 2
Update 3
Update 4
Update 5
Update 6
Credits
 
« Kernel configuration 12 / 30 /etc/bluetooth/hcid.conf »