diff -Nru yavdr-hardware-ps3remote-0.0.3/debian/changelog yavdr-hardware-ps3remote-0.0.4/debian/changelog --- yavdr-hardware-ps3remote-0.0.3/debian/changelog 2018-06-19 07:53:41.000000000 +0000 +++ yavdr-hardware-ps3remote-0.0.4/debian/changelog 2018-06-19 10:32:16.000000000 +0000 @@ -1,3 +1,9 @@ +yavdr-hardware-ps3remote (0.0.4-0yavdr0~bionic) bionic; urgency=medium + + * add bluez as dependency + + -- Alexander Grothe Tue, 19 Jun 2018 10:32:16 +0000 + yavdr-hardware-ps3remote (0.0.3-0yavdr0~bionic) bionic; urgency=medium * fix udev rule diff -Nru yavdr-hardware-ps3remote-0.0.3/debian/control yavdr-hardware-ps3remote-0.0.4/debian/control --- yavdr-hardware-ps3remote-0.0.3/debian/control 2018-06-19 06:58:24.000000000 +0000 +++ yavdr-hardware-ps3remote-0.0.4/debian/control 2018-06-19 10:32:16.000000000 +0000 @@ -7,5 +7,5 @@ Package: yavdr-hardware-ps3remote Architecture: all -Depends: ${misc:Depends}, lircd2uinput, python3-evdev +Depends: ${misc:Depends}, lircd2uinput, python3-evdev, bluez Description: yaVDR integration for PS3 Bluetooth remote diff -Nru yavdr-hardware-ps3remote-0.0.3/README.md yavdr-hardware-ps3remote-0.0.4/README.md --- yavdr-hardware-ps3remote-0.0.3/README.md 2018-06-19 07:54:12.000000000 +0000 +++ yavdr-hardware-ps3remote-0.0.4/README.md 2018-06-19 10:33:08.000000000 +0000 @@ -2,3 +2,18 @@ This package improves the usability of the PS3 BD Remote with yaVDR. ## ps3remote ps3remote processes the input events of the kernel input device created for the PS3 BD Remote and outputs them with added key repeats using uinput in order to improve the usability when using eventlircd. + +### pairing the PS3 remote +``` +sudo bluetoothctl +# in the bluetoothctl shell: +power on +scan on +# press START + ENTER on your PS3 remote +# list devices, note the MAC address (replace with the actual address in the commands below) +devices +# note that you can use tab-completion when entering the +trust +connect +quit +```