[PATCH 1/2] kdrive: add protocol mouse option

2009-05-28 Thread Olivier Blin
kdrive probes a lot of PS/2 protocols for the mouse device, which makes the mouse unusable for some seconds after X startup. This new protocol option allows forcing the mouse protocol. It can be used this way: Xfbdev -mouse mouse,,protocol=ps/2 -keybd keyboard Signed-off-by: Olivier Blin bl

Re: [PATCH 1/2] kdrive: add protocol mouse option

2009-05-27 Thread Olivier Blin
Peter Hutterer peter.hutte...@who-t.net writes: On Tue, May 26, 2009 at 03:30:08PM +0200, Olivier Blin wrote: kdrive probes a lot of PS/2 protocols for the mouse device, which makes the mouse unusable for some seconds after X startup. This new protocol option allows forcing the mouse protocol

Re: [PATCH 2/2] kdrive: do not undef DEBUG macro in mouse driver

2009-05-27 Thread Olivier Blin
Peter Hutterer peter.hutte...@who-t.net writes: On Tue, May 26, 2009 at 03:30:14PM +0200, Olivier Blin wrote: The mouse driver had some code to unconditionnally disable debug, even if configured with --enable-debug. This adds back the mouse driver debug output when built with debug option

[PATCH 1/2] kdrive: add protocol mouse option

2009-05-26 Thread Olivier Blin
kdrive probes a lot of PS/2 protocols for the mouse device, which makes the mouse unusable for some seconds after X startup. This new protocol option allows forcing the mouse protocol. It can be used this way: Xfbdev -mouse mouse,,protocol=ps/2 -keybd keyboard Signed-off-by: Olivier Blin bl