[PATCH 1/4] Fix MUX mode disabling.

2005-02-02 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 21:11:52+01:00, [EMAIL PROTECTED] input: Fix MUX mode disabling. Signed-off-by: Vojtech Pavlik <[EM

[bk-patches] [resend] Needed input fixes for 2.6.11

2005-02-02 Thread Vojtech Pavlik
, they're available at: bk://kernel.bkbits.net/vojtech/for-linus as well as in the following mails of this thread. Thanks, -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
On Wed, Feb 02, 2005 at 11:39:29AM -0800, Pete Zaitcev wrote: > On Wed, 2 Feb 2005 20:11:35 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > > It's different hardware. While the ALPS pad delivers X axis in the range > > of 0 to 1000, the Synaptics pad will give X axis

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
On Wed, Feb 02, 2005 at 09:58:51AM -0800, Pete Zaitcev wrote: > On Wed, 2 Feb 2005 18:07:27 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > > On Wed, Feb 02, 2005 at 08:56:28AM -0800, Pete Zaitcev wrote: > > > On Wed, 2 Feb 2005 11:20:33 +0100, Vojtech Pavlik <[

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
On Wed, Feb 02, 2005 at 08:56:28AM -0800, Pete Zaitcev wrote: > On Wed, 2 Feb 2005 11:20:33 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > > Well, you removed the scaling to the touchpad resolution, which will > > cause ALPS touchpad to be significantly slower

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
he speed parameter. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
> / 2 + (fy(1) - fy(2)) / 2) * yres / (size * 2); > + mousedev->packet.dy = (fy(2) - value) / > 2; > + else if (mousedev->pkt_count == 1) > + mousedev->packet.dy = fy(1) - value; >

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
; break; } } I'm not kidding. Someone obviously outsmarted himself when programming this. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
, it will not happen until distributions (or XOrg/XFree themselves) have these drivers available straight out of the box. I would be OK with that if we take the default from the touchpad resolution, so that the driver uses a reasonable value without having to use the speed parameter. -- Vojtech

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
On Wed, Feb 02, 2005 at 08:56:28AM -0800, Pete Zaitcev wrote: On Wed, 2 Feb 2005 11:20:33 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: Well, you removed the scaling to the touchpad resolution, which will cause ALPS touchpad to be significantly slower than Synaptics touchpads. Similarly

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
On Wed, Feb 02, 2005 at 09:58:51AM -0800, Pete Zaitcev wrote: On Wed, 2 Feb 2005 18:07:27 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Wed, Feb 02, 2005 at 08:56:28AM -0800, Pete Zaitcev wrote: On Wed, 2 Feb 2005 11:20:33 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: Well

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
On Wed, Feb 02, 2005 at 11:39:29AM -0800, Pete Zaitcev wrote: On Wed, 2 Feb 2005 20:11:35 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: It's different hardware. While the ALPS pad delivers X axis in the range of 0 to 1000, the Synaptics pad will give X axis values from approx 1500

[bk-patches] [resend] Needed input fixes for 2.6.11

2005-02-02 Thread Vojtech Pavlik
, they're available at: bk://kernel.bkbits.net/vojtech/for-linus as well as in the following mails of this thread. Thanks, -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

[PATCH 1/4] Fix MUX mode disabling.

2005-02-02 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 21:11:52+01:00, [EMAIL PROTECTED] input: Fix MUX mode disabling. Signed-off-by: Vojtech Pavlik [EMAIL

[PATCH 2/4] Document the atkbd.softraw module parameter.

2005-02-02 Thread Vojtech Pavlik
[EMAIL PROTECTED] Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] kernel-parameters.txt | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) === diff -Nru a/Documentation/kernel-parameters.txt b/Documentation

[PATCH 4/4] Fix HID LED mapping.

2005-02-02 Thread Vojtech Pavlik
contains the page code in high 16 bits. Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] hid-debug.h |2 +- hid-input.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) === diff -Nru a/drivers/usb/input/hid

[PATCH 3/4] Ignore non-LED events in hid-input hidinput_event().

2005-02-02 Thread Vojtech Pavlik
of the event field not found message caused by EV_MSC type events. Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] hid-input.c |3 +++ 1 files changed, 3 insertions(+) === diff -Nru a/drivers/usb/input/hid-input.c b

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
{ FRACTION_DENOM = 100 }; The enum is much nicer than my #define. OK. I like this patch, too. Can you guys send me a final version incorporating the changes of you both for inclusion in the input tree? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe

Re: Fw: Re: 2.6.11-rc2-mm2

2005-01-31 Thread Vojtech Pavlik
/usb/input/hid-input.c: event field not found > > > drivers/usb/input/hid-input.c: event field not found > > > > > > > I this it was fixed in Vojtech tree, probably with the following patch: > > > > http://marc.theaimsgroup.com/?l=linux-kernel=110702712719062=raw >

Re: [PATCH 0/16] New set of input patches

2005-01-31 Thread Vojtech Pavlik
tocol switching in psmouse (those darned pass-through > ports!). Plus again, having these 2 methods will draw driver writers' > attention to the existence of this particular problem. OK. I'm convinced. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line

Re: Possible bug in keyboard.c (2.6.10)

2005-01-31 Thread Vojtech Pavlik
On Sat, Jan 29, 2005 at 06:35:59PM -0500, Dmitry Torokhov wrote: > On Saturday 29 January 2005 06:25, Vojtech Pavlik wrote: > > On Sat, Jan 29, 2005 at 04:50:55AM +, Al Viro wrote: > > > > > > I'm very sorry about the locking, but the thing grew up in times of >

Re: Fw: Re: 2.6.11-rc2-mm2

2005-01-31 Thread Vojtech Pavlik
://marc.theaimsgroup.com/?l=linux-kernelm=110702712719062q=raw After applying the patch in above url, dmesg got quiet but the keyboard LED lights are still non functional. I didn't notice that, I'll try toggling the LED lights. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
that as soon as possible. > > See above. Devices appearing and disappearing *are* normal. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 09:46:41AM -0500, Dmitry Torokhov wrote: > On Fri, 28 Jan 2005 15:31:21 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 25, 2005 at 08:37:34PM +0100, Wiktor wrote: > > > Hi, > > > > > > here you are gzip-ed dmes

Re: [PATCH] document atkbd.softraw

2005-01-29 Thread Vojtech Pavlik
Choose between synthetic and real raw mode > + Format: (0 = real, 1 = synthetic (default)) > > atkbd.softrepeat= > [HW] Use software keyboard repeat > -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the

Re: USB HID events and Microsoft wheel mouse

2005-01-29 Thread Vojtech Pavlik
this? > > The events are EV_MISC: > type 4 code 4 value 65585 > type 4 code 4 value 65584 > type 4 code 4 value 589825 The events are raw HID usages, and they're intentional. The "event field not found" is a bug, sorry, and I'll fix it ASAP. -- Vojtech Pavlik SuSE Labs

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
his. The setup of the bitfields is there _primarily_ for userspace. In the end, I'd like the only two handlers that will stay to be keyboard.c for console and evdev.c for everything else. Then the userspace will need to know what the device is, which features it has, and how to handle it. We have mice,

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
S/2 port - it is detected but it does > NOT work. Thanks for paying attention. Yes, the AUX port and PS/2 mouse port are two names for the same thing. Do you still need atkbd.reset=1? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 10:59:39PM +0100, Andries Brouwer wrote: > On Fri, Jan 28, 2005 at 12:10:05PM +0100, Vojtech Pavlik wrote: > > > And, btw, raw mode in 2.6 is not badly broken. It works as it is > > intended to. If you want the 2.4 behavior on x86, you just n

Re: [PATCH 0/16] New set of input patches

2005-01-29 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 01:18:55PM -0500, Dmitry Torokhov wrote: > On Thu, 27 Jan 2005 17:36:05 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > On Thu, Jan 27, 2005 at 05:15:18PM +0100, Vojtech Pavlik wrote: > > > > > OK. I'll go through them, and apply as app

[PATCH 0/3] - Three more input fixes for 2.6.11

2005-01-29 Thread Vojtech Pavlik
are available at bk://kernel.bkbits.net/vojtech/for-linus -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html P

[PATCH 3/3] Fix 'event field not found' message filling logs

2005-01-29 Thread Vojtech Pavlik
of the "event field not found" message caused by EV_MSC type events. Signed-off-by: Vojtech Pavlik <[EMAIL PROTECTED]> hid-input.c |3 +++ 1 files changed, 3 insertions(+) === diff -Nru a/drivers/usb/i

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
enought good, > maybe some corelations when using both KBD and AUX exist and are not > tested? as my keyboard works now, i'm not keen on solving this, but to > make the world better and dominate it, some "runtime hardware failures > handling" could be added. We're pretty h

[PATCH 2/3] Document the atkbd.softraw module parameter.

2005-01-29 Thread Vojtech Pavlik
<[EMAIL PROTECTED]> Signed-off-by: Vojtech Pavlik <[EMAIL PROTECTED]> kernel-parameters.txt | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) === diff -Nru a/Documentation/kernel-parameters.txt b/D

Re: i8042 access timings

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 04:20:58PM +0200, Jaco Kroon wrote: > Vojtech Pavlik wrote: > >On Thu, Jan 27, 2005 at 09:29:47PM +0100, Andries Brouwer wrote: > > > > > >>>So what _might_ happen is that we write the command, and then > >>>i8042_wait_write()

[PATCH 1/3] Fix MUX mode disabling.

2005-01-29 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 21:11:52+01:00, [EMAIL PROTECTED] input: Fix MUX mode disabling. Signed-off-by: Vojtech Pavlik <[EM

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
for people with self-built machines where not > everything works). Thanks for your help Well, the kernel tests the AUX port and it seemed OK, that's the problem. Unfortunately it's not always possible to detect whether there's a problem with some device. -- Vojtech Pavlik SuSE Labs, SuSE CR -

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
's the controller or the keyboard that is giving problems. What keyboard model is it? What machine? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http:/

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
of the input device, but the keyboard seems to stay in a 'disabled' state. The keyboard, not the controller, because if it were the controller, atkbd.c wouldn't get the 'fa' responses back via functioning interrupts. Wiktor, can you try atkbd.dumbkbd=1? -- Vojtech Pavlik SuSE Labs, SuSE C

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
if it were the controller, atkbd.c wouldn't get the 'fa' responses back via functioning interrupts. Wiktor, can you try atkbd.dumbkbd=1? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
that is giving problems. What keyboard model is it? What machine? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
not everything works). Thanks for your help Well, the kernel tests the AUX port and it seemed OK, that's the problem. Unfortunately it's not always possible to detect whether there's a problem with some device. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe

[PATCH 1/3] Fix MUX mode disabling.

2005-01-29 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 21:11:52+01:00, [EMAIL PROTECTED] input: Fix MUX mode disabling. Signed-off-by: Vojtech Pavlik [EMAIL

Re: i8042 access timings

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 04:20:58PM +0200, Jaco Kroon wrote: Vojtech Pavlik wrote: On Thu, Jan 27, 2005 at 09:29:47PM +0100, Andries Brouwer wrote: So what _might_ happen is that we write the command, and then i8042_wait_write() thinks that there is space to write the data immediately

[PATCH 2/3] Document the atkbd.softraw module parameter.

2005-01-29 Thread Vojtech Pavlik
[EMAIL PROTECTED] Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] kernel-parameters.txt | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) === diff -Nru a/Documentation/kernel-parameters.txt b/Documentation

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
keyboard works now, i'm not keen on solving this, but to make the world better and dominate it, some runtime hardware failures handling could be added. We're pretty happy when it works on functional hardware at the moment. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list

[PATCH 3/3] Fix 'event field not found' message filling logs

2005-01-29 Thread Vojtech Pavlik
of the event field not found message caused by EV_MSC type events. Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] hid-input.c |3 +++ 1 files changed, 3 insertions(+) === diff -Nru a/drivers/usb/input/hid-input.c b

[PATCH 0/3] - Three more input fixes for 2.6.11

2005-01-29 Thread Vojtech Pavlik
are available at bk://kernel.bkbits.net/vojtech/for-linus -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH 0/16] New set of input patches

2005-01-29 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 01:18:55PM -0500, Dmitry Torokhov wrote: On Thu, 27 Jan 2005 17:36:05 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Jan 27, 2005 at 05:15:18PM +0100, Vojtech Pavlik wrote: OK. I'll go through them, and apply as appropriate. I still need to wrap my mind

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 10:59:39PM +0100, Andries Brouwer wrote: On Fri, Jan 28, 2005 at 12:10:05PM +0100, Vojtech Pavlik wrote: And, btw, raw mode in 2.6 is not badly broken. It works as it is intended to. If you want the 2.4 behavior on x86, you just need to specify atkbd.softraw=0

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
attention. Yes, the AUX port and PS/2 mouse port are two names for the same thing. Do you still need atkbd.reset=1? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
don't have three buttons, the middle button emulation is desired in that case. All this information is stored in the bitmaps. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: USB HID events and Microsoft wheel mouse

2005-01-29 Thread Vojtech Pavlik
are EV_MISC: type 4 code 4 value 65585 type 4 code 4 value 65584 type 4 code 4 value 589825 The events are raw HID usages, and they're intentional. The event field not found is a bug, sorry, and I'll fix it ASAP. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 09:46:41AM -0500, Dmitry Torokhov wrote: On Fri, 28 Jan 2005 15:31:21 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Jan 25, 2005 at 08:37:34PM +0100, Wiktor wrote: Hi, here you are gzip-ed dmesg from booting 2.6.8.1 - i've been playing keyboard while

Re: [PATCH] document atkbd.softraw

2005-01-29 Thread Vojtech Pavlik
(default)) atkbd.softrepeat= [HW] Use software keyboard repeat -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
fixed this in serio, and input and gameport are next in the list. If you find scenarios which will lead to trouble in the event delivery system, please tell me, and I'll try to fix that as soon as possible. See above. Devices appearing and disappearing *are* normal. -- Vojtech Pavlik

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
el option. That way, the playing field for i8042.c would be level with 2.4. Without it, the driver has to avoid much more obstacles. [Hmm, a thought. Since MUX and SMM emulation are mutually exclusive, maybe the i8042 driver should disable MUX detection unless usb-handoff has been specified

Re: AT-Keyboard probing too strict in current bk?

2005-01-28 Thread Vojtech Pavlik
mand(ps2dev, param, ATKBD_CMD_GETID)) { > + if (ps2_command(ps2dev, param, ATKBD_CMD_GETID) || > + (param[0] == 0xa5 && param[1] == 0xa5)) { > > /* > * If the get ID command failed, we check if we can at least set the LEDs on -- Vojtech Pavlik SuSE Labs, SuSE CR - To un

Re: AT keyboard dead on 2.6

2005-01-28 Thread Vojtech Pavlik
uses hardware directly (what means uses /dev/ttyS0 as mouse > device). i'm grateful for any help. This dmesg looks like the keyboard works perfectly OK. Do new lines appear in dmesg when you press keys while the system is running? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from th

Re: AT keyboard dead on 2.6

2005-01-28 Thread Vojtech Pavlik
ny help. Please try i8042.noaux=1. You say you're using a serial mouse in your other e-mail, so the system may not have an AUX port yet the kernel thinks it does. This may cause the keyboard to stop responding. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the lin

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
with the real HW, we only get the data back with the next command. I still don't have an explanation why both 'usb-handoff' and 'acpi=off' help, I'd expect only the first to, but it might be related to the SCI interrupt routing which isn't done when 'acpi=off'. Just a wild guess. -- Vojtech Pav

[PATCH 1/1] One more: Fix libps2 timeout handling

2005-01-28 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 02:01:34-05:00, [EMAIL PROTECTED] Input: libps2 - fix timeout handling in ps2_command, switch to using

Re: Possible bug in keyboard.c (2.6.10)

2005-01-28 Thread Vojtech Pavlik
ou just need to specify "atkbd.softraw=0" on the kernel command line. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordo

Re: [PATCH 0/16] New set of input patches

2005-01-28 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 02:13:12AM -0500, Dmitry Torokhov wrote: > On Thursday 27 January 2005 11:15, Vojtech Pavlik wrote: > > > I think that the very first path ("while true; do xset led 3; xset > > > -led 3; done" makes keyboard miss release events and mak

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
effect, like it has for Sebastian, that'd be a good data point, too. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Possible bug in keyboard.c (2.6.10)

2005-01-28 Thread Vojtech Pavlik
know what to expect and can make decisions based on it. > Vojtech, could you please explain a bit the reason for the above and what > are your plans to e.g. fix the locking? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linu

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
, too. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 0/16] New set of input patches

2005-01-28 Thread Vojtech Pavlik
On Fri, Jan 28, 2005 at 02:13:12AM -0500, Dmitry Torokhov wrote: On Thursday 27 January 2005 11:15, Vojtech Pavlik wrote: I think that the very first path (while true; do xset led 3; xset -led 3; done makes keyboard miss release events and makes it unusable) should go in 2.6.11 so please

Re: Possible bug in keyboard.c (2.6.10)

2005-01-28 Thread Vojtech Pavlik
atkbd.softraw=0 on the kernel command line. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

[PATCH 1/1] One more: Fix libps2 timeout handling

2005-01-28 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-28 02:01:34-05:00, [EMAIL PROTECTED] Input: libps2 - fix timeout handling in ps2_command, switch to using

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
with the next command. I still don't have an explanation why both 'usb-handoff' and 'acpi=off' help, I'd expect only the first to, but it might be related to the SCI interrupt routing which isn't done when 'acpi=off'. Just a wild guess. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list

Re: AT keyboard dead on 2.6

2005-01-28 Thread Vojtech Pavlik
say you're using a serial mouse in your other e-mail, so the system may not have an AUX port yet the kernel thinks it does. This may cause the keyboard to stop responding. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: AT keyboard dead on 2.6

2005-01-28 Thread Vojtech Pavlik
device). i'm grateful for any help. This dmesg looks like the keyboard works perfectly OK. Do new lines appear in dmesg when you press keys while the system is running? -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: AT-Keyboard probing too strict in current bk?

2005-01-28 Thread Vojtech Pavlik
] == 0xa5)) { /* * If the get ID command failed, we check if we can at least set the LEDs on -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
, maybe the i8042 driver should disable MUX detection unless usb-handoff has been specified ... unfortunately most people will not notice and have problems with their Synaptics touchpads.] -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel

[PATCH 4/6] Enable scancode event generation in the HID driver

2005-01-27 Thread Vojtech Pavlik
changing HID->event mappings (via EVIOCS*) in the future and make debugging easier now. Signed-off-by: Vojtech Pavlik <[EMAIL PROTECTED]> hid-input.c | 10 +++--- 1 files changed, 7 insertions(+), 3

[PATCH 2/6] Handle -EILSEQ return code in the HID driver

2005-01-27 Thread Vojtech Pavlik
handlers as unplug. Flush request queue on unplug, too. Signed-off-by: Vojtech Pavlik <[EMAIL PROTECTED]> hid-core.c | 23 ++- 1 files changed, 18 insertions(+), 5 deletions(-) === diff -Nru a/d

[PATCH 1/6] Add support for H-Wheel on Microsoft Explorer and Logitech MX mice

2005-01-27 Thread Vojtech Pavlik
USB HID mice. Signed-off-by: Vojtech Pavlik <[EMAIL PROTECTED]> hid-debug.h | 24 ++-- hid-input.c | 12 +--- hid.h |1 + 3 files changed, 24 insertions(+), 13 deletions(-) ===

[PATCH 3/6] Always bring the i8042 multiplexer out of multiplexing mode

2005-01-27 Thread Vojtech Pavlik
rebooting. Signed-off-by: Vojtech Pavlik <[EMAIL PROTECTED]> i8042.c | 36 ++-- 1 files changed, 22 insertions(+), 14 deletions(-) === diff -Nru a/drivers/input/serio/i8042.c b/d

[PATCH 5/6] Add missing input_sync() calls to atkbd.c

2005-01-27 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-27 14:58:43+01:00, [EMAIL PROTECTED] input: Add missing input_sync() calls to atkbd.c. Signed-off-by: Vojtech

[PATCH 6/6] Fix ACK/NAK handling in libps2.c - don't ignore bytes before ACK

2005-01-27 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-27 01:18:50-05:00, [EMAIL PROTECTED] Input: ACK/NAK processing rules in libps2 were too strict - while it is a

[bk patches] Input update for 2.6.11 [0/6]

2005-01-27 Thread Vojtech Pavlik
bunch of patches sometime soon, but those aren't as urgent as these six. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
an old Digital Hi-note > > laptop or an early 486 board with seperate kbc and try it. > > I have a Digital HiNote collecting dust which had this keyboard problem > with the RH 6.x 2.2.x boot disk kernels, IIRC. I can test if you like, > but I won't be able to get to it until the week

Re: [PATCH 0/16] New set of input patches

2005-01-27 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 05:15:18PM +0100, Vojtech Pavlik wrote: > OK. I'll go through them, and apply as appropriate. I still need to wrap > my mind around the start() and stop() methods and see the necessity. I > still think a variable in the serio struct, only accessed by the serio

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
't standalone low end microcontrollers but are > chipset integrated cells or even software SMM emulations. > > The real test is to fish out something like an old Digital Hi-note > laptop or an early 486 board with seperate kbc and try it. I'm testing it on an NexGen Nx586 VL-BUS board th

Re: [PATCH 0/16] New set of input patches

2005-01-27 Thread Vojtech Pavlik
in the serio struct, only accessed by the serio.c core driver itself (and never by the port driver) that'd cause all serio_interrupt() calls to be ignored until set in the asynchronous port registration would be well enough. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list:

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 12:12:23PM +0100, Sebastian Piechocki wrote: > Dnia czwartek, 27 stycznia 2005 11:25, Vojtech Pavlik napisaƂ: > > On Thu, Jan 27, 2005 at 08:23:07AM +0200, Jaco Kroon wrote: > > > Sebastian Piechocki wrote: > > > >As I said I'm sending

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
gt;>know that it never returns any datam so adding the printk() is probably > >>pointless. > From the above - isn't it simply that the timeout is too short? > Somehow enabling ACPI makes the timer go weird? Will disabling HPET > make a difference? > > >>Sebastian, here are a few shots in the dark: Does disabling Legacy USB > >>emulation in the BIOS help? It might. Could you enable i8042.c DEBUG and > >>compare the traces in the working and non-working cases side by side > >>whether there is anything different prior to this failure point? > > It doesn't look like there is any "legacy USB" options in the BIOS. I > might just be missing it though :). > > Right, long mail, sorry about that. > > Jaco > -- > There are only 10 kinds of people in this world, > those that understand binary and those that don't. > http://www.kroon.co.za/ > -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
On Wed, Jan 26, 2005 at 11:36:41AM -0500, Dmitry Torokhov wrote: > On Wed, 26 Jan 2005 16:43:07 +0100, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 25, 2005 at 02:41:14AM -0500, Dmitry Torokhov wrote: > > > @@ -213,7 +217,10 @@ > > > if (!retva

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
On Wed, Jan 26, 2005 at 11:36:41AM -0500, Dmitry Torokhov wrote: On Wed, 26 Jan 2005 16:43:07 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Jan 25, 2005 at 02:41:14AM -0500, Dmitry Torokhov wrote: @@ -213,7 +217,10 @@ if (!retval) for (i = 0; i ((command

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
. http://www.kroon.co.za/ -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 12:12:23PM +0100, Sebastian Piechocki wrote: Dnia czwartek, 27 stycznia 2005 11:25, Vojtech Pavlik napisa: On Thu, Jan 27, 2005 at 08:23:07AM +0200, Jaco Kroon wrote: Sebastian Piechocki wrote: As I said I'm sending you mails from kernel masters:) Thanks

Re: [PATCH 0/16] New set of input patches

2005-01-27 Thread Vojtech Pavlik
until set in the asynchronous port registration would be well enough. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
software SMM emulations. The real test is to fish out something like an old Digital Hi-note laptop or an early 486 board with seperate kbc and try it. I'm testing it on an NexGen Nx586 VL-BUS board that has a separate i8042 controller. ;) Remember NexGen? -- Vojtech Pavlik SuSE Labs, SuSE CR

Re: [PATCH 0/16] New set of input patches

2005-01-27 Thread Vojtech Pavlik
On Thu, Jan 27, 2005 at 05:15:18PM +0100, Vojtech Pavlik wrote: OK. I'll go through them, and apply as appropriate. I still need to wrap my mind around the start() and stop() methods and see the necessity. I still think a variable in the serio struct, only accessed by the serio.c core driver

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
and try it. I have a Digital HiNote collecting dust which had this keyboard problem with the RH 6.x 2.2.x boot disk kernels, IIRC. I can test if you like, but I won't be able to get to it until the weekend. That'd be very nice indeed. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from

[bk patches] Input update for 2.6.11 [0/6]

2005-01-27 Thread Vojtech Pavlik
bunch of patches sometime soon, but those aren't as urgent as these six. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 6/6] Fix ACK/NAK handling in libps2.c - don't ignore bytes before ACK

2005-01-27 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-27 01:18:50-05:00, [EMAIL PROTECTED] Input: ACK/NAK processing rules in libps2 were too strict - while it is a

[PATCH 5/6] Add missing input_sync() calls to atkbd.c

2005-01-27 Thread Vojtech Pavlik
You can pull this changeset from: bk://kernel.bkbits.net/vojtech/for-linus === [EMAIL PROTECTED], 2005-01-27 14:58:43+01:00, [EMAIL PROTECTED] input: Add missing input_sync() calls to atkbd.c. Signed-off-by: Vojtech

[PATCH 3/6] Always bring the i8042 multiplexer out of multiplexing mode

2005-01-27 Thread Vojtech Pavlik
rebooting. Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] i8042.c | 36 ++-- 1 files changed, 22 insertions(+), 14 deletions(-) === diff -Nru a/drivers/input/serio/i8042.c b/drivers/input

<    2   3   4   5   6   7   8   9   10   11   >