Just to add another data point, I just paired a Logitech diNovo Edge with a N900 running PR1.1 (flashed, not updated OTA, input enabled in /etc/bluetooth/main.conf) using the GUI. It wouldn't connect from the GUI, but using the bluez D-Bus interface from the command line worked: Code: # dbus-send --system --print-reply --dest=org.bluez \ / org.bluez.Manager.DefaultAdapter object path "/org/bluez/11984/hci0" # dbus-send --system --dest=org.bluez \ /org/bluez/11984/hci0/dev_00_07_61_75_xx_xx \ org.bluez.Input.Connect
# dbus-send --system --print-reply --dest=org.bluez \ / org.bluez.Manager.DefaultAdapter object path "/org/bluez/11984/hci0" # dbus-send --system --dest=org.bluez \ /org/bluez/11984/hci0/dev_00_07_61_75_xx_xx \ org.bluez.Input.Connect