Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58500
b: refs/heads/master
c: 65f88f8
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Dmitry Torokhov committed Jul 10, 2007
1 parent bb32960 commit a1c08f4
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: 744c9c33eaa062f716c6ae0bcb022b47c3af8b73
refs/heads/master: 65f88f89c94d877794a6006f210d75d2974a182e
2 changes: 1 addition & 1 deletion trunk/drivers/input/tsdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static void tsdev_event(struct input_handle *handle, unsigned int type,
int x, y, tmp;

do_gettimeofday(&time);
client->event[client->head].millisecs = time.tv_usec / 100;
client->event[client->head].millisecs = time.tv_usec / 1000;
client->event[client->head].pressure = tsdev->pressure;

x = tsdev->x;
Expand Down

0 comments on commit a1c08f4

Please sign in to comment.