I've created a hid2hci application that converts Logitech Bluetooth HID hubs to Bluetooth HCI devices. This is similar to the Linux hid2hci, but only does Logitech devices and doesn't perform any device matching. Currently it's a bit awkward to use since you'll need uhid and ng_ubt loaded.
http://am-productions.biz/docs/logitech-hid2hci.c Just compile with gcc: gcc logitech-hid2hci.c -o logitech-hid2hci You keyboard and mouse should attach as /dev/uhid*. Run the app against the uhid devices. ./logitech-hid2hci /dev/uhid0 ./logitech-hid2hci /dev/uhid1 An ubt device should now appear. Just for reference if you have a non-logitech device the following should work, just point it at a ugen device. http://www.naobsd.org/MacBook/hid2hci.c -- Anish Mistry [EMAIL PROTECTED] AM Productions http://am-productions.biz/
pgpmvdiX4IPHR.pgp
Description: PGP signature
