From c601644248280ebe21b2fa6ff5eaebe7a3a2b0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Thu, 21 Apr 2016 13:53:00 +0200 Subject: [PATCH] Patch bluez to enable DualShock 3 auto pairing --- .../bluez/patches/bluez-20-sixaxis-autotrust.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/network/bluez/patches/bluez-20-sixaxis-autotrust.patch diff --git a/packages/network/bluez/patches/bluez-20-sixaxis-autotrust.patch b/packages/network/bluez/patches/bluez-20-sixaxis-autotrust.patch new file mode 100644 index 0000000000..b1bc215695 --- /dev/null +++ b/packages/network/bluez/patches/bluez-20-sixaxis-autotrust.patch @@ -0,0 +1,11 @@ +diff -Naur bluez-5.37/plugins/sixaxis.c bluez-5.37.patch/plugins/sixaxis.c +--- bluez-5.37/plugins/sixaxis.c 2015-03-31 15:41:57.000000000 +0200 ++++ bluez-5.37.patch/plugins/sixaxis.c 2016-04-21 12:13:25.044666696 +0200 +@@ -303,6 +303,7 @@ + btd_device_set_pnpid(device, devices[index].source, devices[index].vid, + devices[index].pid, devices[index].version); + btd_device_set_temporary(device, false); ++ btd_device_set_trusted(device, true); + + return true; + }