Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298970
b: refs/heads/master
c: d626dad
h: refs/heads/master
v: v3
  • Loading branch information
Oskari Saarenmaa authored and Dmitry Torokhov committed Apr 3, 2012
1 parent a264daf commit 4d660ad
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 79026ff2b6e7bee5b79a61e0721b6d9bf0e99b56
refs/heads/master: d626dad58f02e13730ded6ac84d6a9e53123f0e8
8 changes: 8 additions & 0 deletions trunk/drivers/input/mouse/sentelic.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,14 @@ static psmouse_ret_t fsp_process_byte(struct psmouse *psmouse)
}
} else {
/* SFAC packet */
if ((packet[0] & (FSP_PB0_LBTN|FSP_PB0_PHY_BTN)) ==
FSP_PB0_LBTN) {
/* On-pad click in SFAC mode should be handled
* by userspace. On-pad clicks in MFMC mode
* are real clickpad clicks, and not ignored.
*/
packet[0] &= ~FSP_PB0_LBTN;
}

/* no multi-finger information */
ad->last_mt_fgr = 0;
Expand Down

0 comments on commit 4d660ad

Please sign in to comment.