package/eudev: fix build with kernel < 4.8
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 5 Dec 2018 07:25:30 +0000 (08:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 6 Dec 2018 20:13:09 +0000 (21:13 +0100)
commit8b4fd3db85e958ee1f5e2c3b0ec65b5d7f81a2fb
tree3ac2a10b0c306fac9d2b9eb3a5d80b50c4bec98c
parent2877aef3d1dfb7e7b32e0ff8b0946d548ef1e708
package/eudev: fix build with kernel < 4.8

KEY_ALS_TOGGLE has been added in kernel 4.8 with
https://github.com/torvalds/linux/commit/9ee27487127461b5cf71670b708ed5b2b8da568c

So add it to missing.h to fix build with kernel older than 4.8

Fixes:
 - http://autobuild.buildroot.org/results/0c0aff02df91cdb869efa01e397f7ccc0d9f69af

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.con>
[Thomas: update upstream status.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/eudev/0002-missing.h-add-KEY_ALS_TOGGLE.patch [new file with mode: 0644]