Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119337
b: refs/heads/master
c: 5fb17fd
h: refs/heads/master
i:
  119335: c748c6b
v: v3
  • Loading branch information
Andres Salomon authored and Dmitry Torokhov committed Nov 11, 2008
1 parent 927571a commit 4e8c8f2
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: d6d79a785d430c0e17f7e2d662f10de022cbca93
refs/heads/master: 5fb17fd9a2d05be77be91369aa2f7b0db42fc8b4
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/hgpk.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static void hgpk_spewing_hack(struct psmouse *psmouse,
*/
static int hgpk_validate_byte(unsigned char *packet)
{
return (packet[0] & 0x0C) == 0x08;
return (packet[0] & 0x0C) != 0x08;
}

static void hgpk_process_packet(struct psmouse *psmouse)
Expand Down

0 comments on commit 4e8c8f2

Please sign in to comment.