Re: [PATCH 4/4] psmouse: dynamic protocol switching via sysfs

2005-04-03 Thread Kenan Esau
Am Montag, den 04.04.2005, 00:45 -0500 schrieb Dmitry Torokhov: > Hi Kenan, > [..] > > If I do "echo -n 50 > resolution" "0xe8 0x01" is sent. I don't know if > > this is correct for "usual" PS/2-devices but for the lifebook it's > > wrong. > > > > For the lifebook the parameters are as followin

Re: [PATCH 4/4] psmouse: dynamic protocol switching via sysfs

2005-04-03 Thread Dmitry Torokhov
Hi Kenan, On Sunday 03 April 2005 14:49, Kenan Esau wrote: > Patches 1-3 are fine. > Thank you very much for testing the patches. Based on the feedback I received I am goping to drop that DMI patch - does not save enough to justify the ifdefs... > Protocol switching via sysfs works too but if I

Re: [PATCH 4/4] psmouse: dynamic protocol switching via sysfs

2005-04-03 Thread Kenan Esau
Patches 1-3 are fine. Protocol switching via sysfs works too but if I switch from LBPS/2 to PS/2 the device name changes from "/dev/event1" to "/dev/event2" -- is this intended? If I do "echo -n 50 > resolution" "0xe8 0x01" is sent. I don't know if this is correct for "usual" PS/2-devices but for

[PATCH 4/4] psmouse: dynamic protocol switching via sysfs

2005-03-21 Thread Dmitry Torokhov
=== Input: psmouse - export protocol as a sysfs per-device attribute. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> drivers/input/mouse/psmouse-base.c | 291 ++--- drivers/input/mouse/psmouse.