diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2014-04-03 16:56:22 +0000 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2014-04-08 18:23:54 -0700 |
commit | cea2d7e7933f0ec8dd411e34af22ebd6bd24436e (patch) | |
tree | 62712dd8002082a8b7b77accfba4b7a10d9cdb3c | |
parent | 9624292feed8df39c84830399af9ba3370485e7c (diff) |
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 <mcgrof@do-not-panic.com>
-rw-r--r-- | dependencies | 8 |
1 files 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 |