projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0309ca0
)
Axis values must be int, not unsigned int
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 23 Aug 2013 00:15:50 +0000
(10:15 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 29 Aug 2013 01:36:20 +0000
(11:36 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev-int.h
patch
|
blob
|
history
diff --git
a/libevdev/libevdev-int.h
b/libevdev/libevdev-int.h
index 38375a5cbe4b9cd6e6595203f5c2a844c8b0bce0..9210832f8c28571e1c06e728c07eb89d2ae4eb77 100644
(file)
--- a/
libevdev/libevdev-int.h
+++ b/
libevdev/libevdev-int.h
@@
-92,7
+92,7
@@
struct libevdev {
unsigned long led_values[NLONGS(LED_CNT)];
unsigned long sw_values[NLONGS(SW_CNT)];
struct input_absinfo abs_info[ABS_CNT];
-
unsigned
int mt_slot_vals[MAX_SLOTS][ABS_MT_CNT];
+ int mt_slot_vals[MAX_SLOTS][ABS_MT_CNT];
int num_slots; /**< valid slots in mt_slot_vals */
int current_slot;
int rep_values[REP_CNT];