Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297786
b: refs/heads/master
c: 7b85f73
h: refs/heads/master
v: v3
  • Loading branch information
Tai-hwa Liang authored and Dmitry Torokhov committed Mar 26, 2012
1 parent 9e6da3a commit 3039cd0
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: a4c85075f00d56b38f5c277ab89f9aaad69eb17b
refs/heads/master: 7b85f73d0461188aa397d428e6c53419ebfd86b4
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/sentelic.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ static psmouse_ret_t fsp_process_byte(struct psmouse *psmouse)
case FSP_PKT_TYPE_NORMAL_OPC:
/* on-pad click, filter it if necessary */
if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC)
packet[0] &= ~BIT(0);
packet[0] &= ~FSP_PB0_LBTN;
/* fall through */

case FSP_PKT_TYPE_NORMAL:
Expand Down

0 comments on commit 3039cd0

Please sign in to comment.