Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69384
b: refs/heads/master
c: 62e729b
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Oct 12, 2007
1 parent a1cbbf8 commit 2374174
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: 9d5657db8c4a485b56b5c9174b52bab39b2fd16e
refs/heads/master: 62e729b648c980dfdbfdf8d677cde0d78cd4a51d
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static int lifebook_create_relative_device(struct psmouse *psmouse)
int lifebook_init(struct psmouse *psmouse)
{
struct input_dev *dev1 = psmouse->dev;
int max_coord = lifebook_use_6byte_proto ? 1024 : 4096;
int max_coord = lifebook_use_6byte_proto ? 4096 : 1024;

if (lifebook_absolute_mode(psmouse))
return -1;
Expand Down

0 comments on commit 2374174

Please sign in to comment.