Re: Type error in drivers/input/tsdev.c?

2007-06-21 Thread James Simmons
> Fengwei Yin napsal(a): > > Hi, > > In function tsdev_event() of drivers/input/tsdev.c, > > conversion from usec to milisec is like: > >client->event[client->head].millisecs = > > time.tv_usec / 100; > > ~~ should be 1000? > > Seems so. James CCed. Thats my old

Re: Type error in drivers/input/tsdev.c?

2007-06-21 Thread James Simmons
Fengwei Yin napsal(a): Hi, In function tsdev_event() of drivers/input/tsdev.c, conversion from usec to milisec is like: client-event[client-head].millisecs = time.tv_usec / 100; ~~ should be 1000? Seems so. James CCed. Thats my old email address.

Re: Type error in drivers/input/tsdev.c?

2007-06-19 Thread Jiri Slaby
Fengwei Yin napsal(a): > Hi, > In function tsdev_event() of drivers/input/tsdev.c, > conversion from usec to milisec is like: >client->event[client->head].millisecs = > time.tv_usec / 100; > ~~ should be 1000? Seems so. James CCed. regards, --

Type error in drivers/input/tsdev.c?

2007-06-19 Thread Fengwei Yin
Hi, In function tsdev_event() of drivers/input/tsdev.c, conversion from usec to milisec is like: client->event[client->head].millisecs = time.tv_usec / 100; ~~ should be 1000? Regards Yin, Fengwei - To unsubscribe from this list: send the line

Type error in drivers/input/tsdev.c?

2007-06-19 Thread Fengwei Yin
Hi, In function tsdev_event() of drivers/input/tsdev.c, conversion from usec to milisec is like: client-event[client-head].millisecs = time.tv_usec / 100; ~~ should be 1000? Regards Yin, Fengwei - To unsubscribe from this list: send the line

Re: Type error in drivers/input/tsdev.c?

2007-06-19 Thread Jiri Slaby
Fengwei Yin napsal(a): Hi, In function tsdev_event() of drivers/input/tsdev.c, conversion from usec to milisec is like: client-event[client-head].millisecs = time.tv_usec / 100; ~~ should be 1000? Seems so. James CCed. regards, --