summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/0053-remove_wait_on_bit_timeout/btusb.patch
AgeCommit message (Collapse)Author
2015-04-29patches: refresh patches on v4.0.0v4.0.1-1linux-4.0.yHauke Mehrtens
1 3.0.101 [ OK ] 2 3.1.10 [ OK ] 3 3.2.68 [ OK ] 4 3.3.8 [ OK ] 5 3.4.107 [ OK ] 6 3.5.7 [ OK ] 7 3.6.11 [ OK ] 8 3.7.10 [ OK ] 9 3.8.13 [ OK ] 10 3.9.11 [ OK ] 11 3.10.75 [ OK ] 12 3.11.10 [ OK ] 13 3.12.40 [ OK ] 14 3.13.11 [ OK ] 15 3.14.39 [ OK ] 16 3.15.10 [ OK ] 17 3.16.7 [ OK ] 18 3.17.8 [ OK ] 19 3.18.12 [ OK ] 20 3.19.5 [ OK ] 21 4.0.0 [ OK ] 22 4.1-rc1 [ FAIL ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-04-03patches: remove usage of wait_on_bit_timeout() in btusb.cHauke Mehrtens
wait_on_bit_timeout() is only supported with kernel >= 3.17 in backports. On older kernel versions we go back to the old implementation. The new implementation was introduced in commits: a087a98, fad7097 and 129a769. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>