Patch to add generichid so bluez can emulate a bluetooth keyboard.
Pairs with ubuntu, osx leopard and tiger. The following commands set
it up for testing:
#!/bin/bash
./src/bluetoothd -P input -n &> log &
/usr/local/sbin/hciconfig hci0 class 0x02540
/usr/local/sbin/hciconfig hci0 piscan
python test/simple-agent
Makefile.am | 10 +
Makefile.tools | 1 +
acinclude.m4 | 6 +
bootstrap-configure | 1 +
input/generichid.c | 1220 +++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 1238 insertions(+), 0 deletions(-)