Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299853
b: refs/heads/master
c: fbf7176
h: refs/heads/master
i:
  299851: 97fec64
v: v3
  • Loading branch information
Linus Torvalds committed Apr 30, 2012
1 parent abbe5d1 commit 21a1482
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 810b4de25e53459323ff48957b0162b48d6cbd57
refs/heads/master: fbf717629ff03f110f177d244933276423f99a27
3 changes: 2 additions & 1 deletion trunk/drivers/input/mouse/synaptics.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ static int synaptics_set_advanced_gesture_mode(struct psmouse *psmouse)
static unsigned char param = 0xc8;
struct synaptics_data *priv = psmouse->private;

if (!SYN_CAP_ADV_GESTURE(priv->ext_cap_0c))
if (!(SYN_CAP_ADV_GESTURE(priv->ext_cap_0c) ||
SYN_CAP_IMAGE_SENSOR(priv->ext_cap_0c)))
return 0;

if (psmouse_sliced_command(psmouse, SYN_QUE_MODEL))
Expand Down

0 comments on commit 21a1482

Please sign in to comment.