Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260791
b: refs/heads/master
c: 3c6b501
h: refs/heads/master
i:
  260789: 61e2e7a
  260787: ba43ee8
  260783: dd0cda3
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 25, 2011
1 parent 68e9326 commit 7b75cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5599d2e60b1191520778def7c0658fbc6de6d8c1
refs/heads/master: 3c6b50141ef9f0a8844bf1357b80c0cdf518bf05
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/synaptics.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & 0x100000) /* 1-button ClickPad */
#define SYN_CAP_CLICKPAD2BTN(ex0c) ((ex0c) & 0x000100) /* 2-button ClickPad */
#define SYN_CAP_MAX_DIMENSIONS(ex0c) ((ex0c) & 0x020000)
#define SYN_CAP_MIN_DIMENSIONS(ex0c) ((ex0c) & 0x000200)
#define SYN_CAP_MIN_DIMENSIONS(ex0c) ((ex0c) & 0x002000)
#define SYN_CAP_ADV_GESTURE(ex0c) ((ex0c) & 0x080000)
#define SYN_CAP_REDUCED_FILTERING(ex0c) ((ex0c) & 0x000400)

Expand Down

0 comments on commit 7b75cee

Please sign in to comment.