diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-06-11 17:24:02 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-11 17:24:02 +0200 |
commit | 4b8a395fd20c54fbc0983b97854b441b47727864 (patch) | |
tree | 32bf92efd7cfc0aa57c2698b68e0ce663f18ed6b /package/libinput/libinput-0001-libinput-evdev.c-use-correct-fallback-value-for-KEY_.patch | |
parent | 40bfd629cf87c622bc55675d1f1aa47c694cd50e (diff) | |
download | buildroot-4b8a395fd20c54fbc0983b97854b441b47727864.tar.gz buildroot-4b8a395fd20c54fbc0983b97854b441b47727864.zip |
libinput: bump version
And remove upstreamed patches.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libinput/libinput-0001-libinput-evdev.c-use-correct-fallback-value-for-KEY_.patch')
-rw-r--r-- | package/libinput/libinput-0001-libinput-evdev.c-use-correct-fallback-value-for-KEY_.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/libinput/libinput-0001-libinput-evdev.c-use-correct-fallback-value-for-KEY_.patch b/package/libinput/libinput-0001-libinput-evdev.c-use-correct-fallback-value-for-KEY_.patch deleted file mode 100644 index 6eb9d8dc4b..0000000000 --- a/package/libinput/libinput-0001-libinput-evdev.c-use-correct-fallback-value-for-KEY_.patch +++ /dev/null @@ -1,29 +0,0 @@ -From d9b39d4e517a08350800cf253f7434cf4b865b81 Mon Sep 17 00:00:00 2001 -From: Peter Korsgaard <peter@korsgaard.com> -Date: Mon, 2 Jun 2014 23:02:21 +0200 -Subject: [PATCH 1/2] libinput: evdev.c: use correct fallback value for - KEY_LIGHTS_TOGGLE - -The kernel defines KEY_LIGHTS_TOGGLE as 0x21e, not 0x160 (which is KEY_OK). - -Signed-off-by: Peter Korsgaard <peter@korsgaard.com> ---- - src/evdev.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/evdev.c b/src/evdev.c -index ed5749e..3053764 100644 ---- a/src/evdev.c -+++ b/src/evdev.c -@@ -42,7 +42,7 @@ - #define DEFAULT_AXIS_STEP_DISTANCE li_fixed_from_int(10) - - #ifndef KEY_LIGHTS_TOGGLE --#define KEY_LIGHTS_TOGGLE 0x160 -+#define KEY_LIGHTS_TOGGLE 0x21e - #endif - - void --- -2.0.0.rc2 - |