From cea2d7e7933f0ec8dd411e34af22ebd6bd24436e Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Thu, 3 Apr 2014 16:56:22 +0000 Subject: backports: bump bluetooth backport to require >= 2.6.39 Commit b4dbde9da by Alan added support for setting and getting feature reports from hidraw, it did this by extending struct hid_device with a callback. We could carry over include/linux/hid.h but that'd requires ensuring all other non bluetooth drivers are also backported and we don't do that. Just bump the required kernels as I can't see how to backport this. mcgrof@ergon ~/linux (git::master)$ git describe --contains b4dbde9da v2.6.39-rc1~429^2^2~1 Signed-off-by: Luis R. Rodriguez --- dependencies | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies b/dependencies index ec8348b4..531c036b 100644 --- a/dependencies +++ b/dependencies @@ -3,9 +3,9 @@ # platform_get_device_id() ATH9K_AHB 2.6.30 -BT 2.6.27 -BT_RFCOMM_TTY 2.6.33 -BT_HIDP 2.6.28 +BT 2.6.39 +BT_RFCOMM_TTY 2.6.39 +BT_HIDP 2.6.39 BT_WILINK 2.6.39 MAC80211_HWSIM 2.6.31 @@ -221,7 +221,7 @@ BRCMDBG 2.6.30 # kernel 2.6.33, so depend on that. We could instead # backport it, but I can't test that and this is a # lot easier right now. -BT_HIDP 2.6.33 +BT_HIDP 2.6.39 # NFC core needs PF_NFC defined in socket.h which was # only introduced in kernel 3.1 -- cgit v1.2.3