Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62174
b: refs/heads/master
c: e6b20d8
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 20, 2007
1 parent c658dd2 commit 452f57e
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: 5517853712f1f6daac8a7b2590f9b821e767aa13
refs/heads/master: e6b20d8d62d87451f41365945b27202d7dadaee6
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static psmouse_ret_t lifebook_process_byte(struct psmouse *psmouse)
{
struct lifebook_data *priv = psmouse->private;
struct input_dev *dev1 = psmouse->dev;
struct input_dev *dev2 = priv->dev2;
struct input_dev *dev2 = priv ? priv->dev2 : NULL;
unsigned char *packet = psmouse->packet;
int relative_packet = packet[0] & 0x08;

Expand Down

0 comments on commit 452f57e

Please sign in to comment.