On Sat, 2007-11-24 at 00:37 +0000, Frédéric Blain wrote:Hello, With the current bluez-utils version (3.22 or CVS), the PS3 bluetooth controller (Sixaxis) is not recognized.The input service doesn't support device initiated connections. See: http://thread.gmane.org/gmane.linux.bluez.devel/12584/focus=12614 <snip>==== Workaround ==== Basically, using the file /var/lib/bluetooth/xx:xx:xx:xx:xx:xx/hidd renamed as input will help since at startup, bluetoothd-service-input will scan this file and fill 'GSList *devices' accordingly. Also, the file /var/lib/bluetooth/xx:xx:xx:xx:xx:xx/trusts has to be updated . For those interested, a step by step description can be found here : http://creber.free.fr/frederic-blain/index.php?n=Main.GentooOnPS3SixaxisBluetooth#Workaround.Haaa. Once I get the capabilities right in my sixaxis patch (I'll be able to compare the hidd generated output with the one from my patch), I think I'll be able to use udev to automatically add the device as supported via Bluetooth once connected via USB. I'll try and get to it in the week. Cheers