eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
523 stars 147 forks source link

missing.h: add BTN_DPAD_UP #164

Closed elebihan closed 5 years ago

elebihan commented 5 years ago

As explained in issue 6267 of systemd [1], Linux < 3.11 does not provide definitions for BTNDPAD{UP,RIGHT}, which were introduced in [2].

This patch fixes this issue, reported by Buildroot autobuilders [3]

[1] https://github.com/systemd/systemd/pull/6267 [2] https://github.com/torvalds/linux/commit/9ee27487127461b5cf71670b708ed5b2b8da568c [3] http://autobuild.buildroot.net/results/e9d94084be8ed3296ba63cffdb9d69ffcc3b7140/

blueness commented 5 years ago

thanks, pushed.