Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180063
b: refs/heads/master
c: cb6ecf6
h: refs/heads/master
i:
  180061: b253375
  180059: b8a7d34
  180055: e7d6111
  180047: ea2331c
  180031: 8cc1cab
v: v3
  • Loading branch information
Henrik Rydberg authored and Dmitry Torokhov committed Jan 29, 2010
1 parent ed79389 commit 831e728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93fb84b50fe03aabca8d9dea5d3ba521a07e8571
refs/heads/master: cb6ecf6f7afece066265e243657b0ac28150a7b2
1 change: 1 addition & 0 deletions trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static unsigned int input_abs_bypass_init_data[] __initdata = {
ABS_MT_TOOL_TYPE,
ABS_MT_BLOB_ID,
ABS_MT_TRACKING_ID,
ABS_MT_PRESSURE,
0
};
static unsigned long input_abs_bypass[BITS_TO_LONGS(ABS_CNT)];
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ struct input_absinfo {
#define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */
#define ABS_MT_BLOB_ID 0x38 /* Group a set of packets as a blob */
#define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */
#define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */

#define ABS_MAX 0x3f
#define ABS_CNT (ABS_MAX+1)
Expand Down

0 comments on commit 831e728

Please sign in to comment.