Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Vojtech Pavlik
generated assembly code though, > using gcc 3.4.2 from Fedora Core 3. > > > + enum { 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 in

[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/i

[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/inp

[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/D

[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
As usual, 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

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

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
-((fy(0) - fy(1)) > / 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)

Re: Fw: Re: 2.6.11-rc2-mm2

2005-01-31 Thread Vojtech Pavlik
/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&m=110702712719062&a

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

2005-01-31 Thread Vojtech Pavlik
> I finish dynamic protocol 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 unsubscrib

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: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
l me, and I'll try to fix 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

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Vojtech Pavlik
; everyone. Why not leave it to the few places where it actually might > be needed? If it basically has only informal value, there are other > ways to export this. 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 key

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
ged PS/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 li

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 a

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

2005-01-29 Thread Vojtech Pavlik
me. The patches 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/major

[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
r maybe tests are not 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" co

[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

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
d tell us whether it'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

Re: AT keyboard dead on 2.6

2005-01-29 Thread Vojtech Pavlik
proper registration 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=

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
e "usb-handoff" kernel 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-ha

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

2005-01-28 Thread Vojtech Pavlik
id values */ > - if (ps2_command(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 -- Vojtec

Re: AT keyboard dead on 2.6

2005-01-28 Thread Vojtech Pavlik
rver) 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 f

Re: AT keyboard dead on 2.6

2005-01-28 Thread Vojtech Pavlik
for any 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 t

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
nchronizes 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 &#

[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 wa

Re: Possible bug in keyboard.c (2.6.10)

2005-01-28 Thread Vojtech Pavlik
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/majordomo-

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

Re: i8042 access timings

2005-01-28 Thread Vojtech Pavlik
same 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
l the event handlers (whether kernel or userspace), so they will 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

[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
g a larger 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.kerne

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
like 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

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

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
x27;s aren'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 N

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

2005-01-27 Thread Vojtech Pavlik
ink a variable 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 unsubsc

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 se

Re: i8042 access timings

2005-01-27 Thread Vojtech Pavlik
rites that the AUX check ends with a timeout, we also > >>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-26 Thread Vojtech Pavlik
2_read_status(); [] > + udelay(I8042_DATA_DELAY); > + if (str & I8042_STR_AUXDATA) > param[i] = ~i8042_read_data(); > else > param[i] = i8042_read_data();

Re: i8042 access timings

2005-01-25 Thread Vojtech Pavlik
may be able to loosen the checks again now that 98% of machines do have the PS/2 mouse port if they have the AT keyboard port. > Still, I wonder if implementing these delays will give IO controller > better chances to react to our queries and will get rid of some > failures. Agreed. I&#x

Re: [PATCH][RFC]: Clean up resource allocation in i8042 driver

2005-01-21 Thread Vojtech Pavlik
ere is no need to delete > it in either of the chinks. Indeed. > - opening brace placement does not follow Linux coding style. > > I think I have some changes to i8042 in my tree, I will add > i8042_platform_exit calls to the init routine. Thanks for noticing it! -- Vojtech Pavlik SuSE

Re: [PATCH 2/2] Remove input_call_hotplug

2005-01-19 Thread Vojtech Pavlik
On Wed, Jan 19, 2005 at 04:50:39PM +0100, Hannes Reinecke wrote: > Vojtech Pavlik wrote: > >On Wed, Jan 19, 2005 at 03:56:33PM +0100, Hannes Reinecke wrote: > > > > > >>oops. hadn't thought of that. But of course, you are correct. > >>So bett

Re: [PATCH 2/2] Remove input_call_hotplug

2005-01-19 Thread Vojtech Pavlik
On Wed, Jan 19, 2005 at 03:56:33PM +0100, Hannes Reinecke wrote: > oops. hadn't thought of that. But of course, you are correct. > So better be using monotonically increasing numbers. > > New patch attached. This one looks quite OK to me. -- Vojtech Pavlik SuSE Labs, SuSE CR

Re: 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup

2005-01-17 Thread Vojtech Pavlik
Is there an easy solution around it that > doesn't entail turning off acpi? The only one I see would be using "i8042.noacpi=1" on the kernel command line. -- Vojtech Pavlik SuSE Labs, SuSE CR - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

Re: 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup

2005-01-17 Thread Vojtech Pavlik
he fact that the keyboard controller uses ports 0x60 and 0x64, not 0x66 as ACPI tries to tell us here. -- 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] gamecon.c: Fix for SNES controllers

2001-07-07 Thread Vojtech Pavlik
data[4])); > } > > if (s & gc->pads[GC_NES]) > Already fixed in -ac series kernels. Thanks anyway. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: 2.4.5-ac15 -- Unresolved symbols "gameport_register_port"

2001-06-19 Thread Vojtech Pavlik
On Wed, Jun 20, 2001 at 12:43:02AM +1000, Keith Owens wrote: > On Tue, 19 Jun 2001 16:35:20 +0200, > Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Wed, Jun 20, 2001 at 12:30:05AM +1000, Keith Owens wrote: > >> Gameports and joysticks should not be available unless

Re: Oopses with heavy disk activity with 2.4 on VIA Apollo (VT82C586B)

2001-06-17 Thread Vojtech Pavlik
h the hours! > Confound him, too, who in this place set up a sundial, to cut and hack > my day so wretchedly into small pieces!" -- Plautus, 200 BCE > > - End forwarded message - > > -- > #define X(x,y) x##y > Peter Cordes ; e-mail: X([EMAIL PROTECTED] , ns.

Re: ps2 keyboard filter hook

2001-06-15 Thread Vojtech Pavlik
it into the 2.4 > kernel for a while though, until after it's been in 2.5 for a while? It's planned for 2.5.0. If it'll make it back to 2.4.x, I can only hope. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: ps2 keyboard filter hook

2001-06-15 Thread Vojtech Pavlik
driver (thus disabling the normal keyboard driver to open it) and then register a new PS/2 port which the normal keyboard driver would attach to. See the input CVS (http://www.suse.cz/development/input/quick.html) -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "un

Re: [driver] New life for Serial mice

2001-06-09 Thread Vojtech Pavlik
On Fri, Jun 08, 2001 at 03:19:46PM -0500, Mike Coleman wrote: > Vojtech Pavlik <[EMAIL PROTECTED]> writes: > > > Can't it make mouse jump forward and back when user suddenly stops? > > > > In theory - yes. It doesn't seem to be a problem in practice, th

Re: [driver] New life for Serial mice

2001-06-08 Thread Vojtech Pavlik
faster than exponentially (base 2). I haven't been able to stop that fast. > > > [If so, what kind of update rate would it do on USB?] > > > > It wouldn't make any difference - on USB you always get whole packets, > > while over serial port the data is processed

Re: [driver] New life for Serial mice

2001-06-08 Thread Vojtech Pavlik
rence - on USB you always get whole packets, while over serial port the data is processed byte by byte and thus we know a little of the information before the whole packet arrives. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: [driver] New life for Serial mice

2001-06-06 Thread Vojtech Pavlik
eeded for serial devices as well as video terminals. > Your work might help speed up devleopement. Sounds cute. Where do I find the result of your work? > > NB, Ted Tytso mentioned something at the 2.5 conference about integrating > > some of the serial layer with the tty layer

Re: [driver] New life for Serial mice

2001-06-06 Thread Vojtech Pavlik
e it indeed is. -- Vojtech Pavlik SuSE Labs - 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: [driver] New life for Serial mice

2001-06-06 Thread Vojtech Pavlik
eers: dumb serial > port, serial mouse, joystick, etc. Agreed. Completely. And proposed a couple times before. But not in my power. So I used a N_MOUSE line discipline instead - the best tap into the serial/tty stack I found. -- Vojtech Pavlik SuSE Labs - To unsubscribe from thi

[driver] New life for Serial mice

2001-06-06 Thread Vojtech Pavlik
as been loathed by some. In 322 lines of code, all of serial mouse handling. And much better than ever before. Try it out. Installation notes are in the README file. Patch against 2.4.5-ac9. Have fun ... -- Vojtech Pavlik SuSE Labs sermouse.tar.gz

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 10:57:17AM +0100, Michael wrote: > On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: > > 2.4.5-ac4 > > o Update USB hid drivers (Vojtech Pavlik) > > I think these changes have broken my USB wheel mouse. > >

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
am reporting > it to you. > > I and another user thought the problem was in hid_input_field, but upon > looking I now think not. > > My mouse is fairly unusable in X, and unfortunately I can not figure out > a fix. It is a quite stupid bug. Here is the fix (already sent to Al

Re: 2.4.5-ac4 es1371.o unresolved symbols

2001-05-31 Thread Vojtech Pavlik
On Thu, May 31, 2001 at 10:06:54AM +0200, Vojtech Pavlik wrote: > On Thu, May 31, 2001 at 05:52:39PM +1000, Keith Owens wrote: > > > On Thu, 31 May 2001 08:08:45 +0200, > > Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > > >On Thu, May 31, 2001 at 11:29:06AM +100

Re: 2.4.5-ac4 es1371.o unresolved symbols

2001-05-31 Thread Vojtech Pavlik
On Thu, May 31, 2001 at 05:52:39PM +1000, Keith Owens wrote: > On Thu, 31 May 2001 08:08:45 +0200, > Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Thu, May 31, 2001 at 11:29:06AM +1000, Keith Owens wrote: > >> With your patch, if a user selects

Re: 2.4.5-ac4 es1371.o unresolved symbols

2001-05-31 Thread Vojtech Pavlik
On Thu, May 31, 2001 at 11:29:06AM +1000, Keith Owens wrote: > On Wed, 30 May 2001 18:15:31 +0200, > Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Wed, May 30, 2001 at 02:46:42PM +1000, Keith Owens wrote: > >> This is messy. gameport.h is included by code outside

Re: Reproducible oops when loading ns558.o in 2.4.5-ac4

2001-05-29 Thread Vojtech Pavlik
0bb Before first symbol > Code; 0010 Before first symbol > 10: 31 c9 xor%ecx,%ecx > Code; 0012 Before first symbol > 12: 8d 70 00 lea0x0(%eax),%esi > > The module loaded OK in 2.4.5-ac3. input, joydev, ns558, gamepor

Re: AT keyboard optional on i386?

2001-05-29 Thread Vojtech Pavlik
> > That's what we like Linux for. It doesn't get confused when everything > else does :-) > > Thanks for your very interesting reply. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: VIA IDE no go with 2.4.5-ac1

2001-05-27 Thread Vojtech Pavlik
, 0x10, 0x2f, VIA_UDMA_66 }, > { "vt82c686", PCI_DEVICE_ID_VIA_82C686, 0x00, 0x0f, VIA_UDMA_33 | >VIA_BAD_CLK66 }, > { "vt82c596b", PCI_DEVICE_ID_VIA_82C596, 0x10, 0x2f, VIA_UDMA_66 }, Not sure what version you're using, but if it's 3.23 (I b

Re: Gameport analog joystick broken in 2.4.4-ac13

2001-05-23 Thread Vojtech Pavlik
not set > # CONFIG_NLS_ISO8859_8 is not set > # CONFIG_NLS_CODEPAGE_1251 is not set > CONFIG_NLS_ISO8859_1=m > # CONFIG_NLS_ISO8859_2 is not set > # CONFIG_NLS_ISO8859_3 is not set > # CONFIG_NLS_ISO8859_4 is not set > # CONFIG_NLS_ISO8859_5 is not set > # CONFIG_NLS_ISO8

Re: VIA/PDC/Athlon

2001-05-16 Thread Vojtech Pavlik
There were no changes lately in the VIA driver. Can you spot where the problems begun? -- Vojtech Pavlik SuSE Labs - 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/m

Re: LANANA: To Pending Device Number Registrants

2001-05-16 Thread Vojtech Pavlik
On Wed, May 16, 2001 at 07:37:45AM -0700, Jonathan Lundell wrote: > At 10:02 AM +0200 2001-05-16, Vojtech Pavlik wrote: > > > It's also true that some buses simply don't yield up physical > >> locations (ISA springs to mind, > > > >ISA is quite

Re: LANANA: To Pending Device Number Registrants

2001-05-16 Thread Vojtech Pavlik
e. > > It's also true that some buses simply don't yield up physical > locations (ISA springs to mind, ISA is quite fine, you can use the i/o space as physical locations. > and I gather that FC is squishy that > way), but it's desirable to be able to make the conn

Re: [PATCH] SMP race in ext2 - metadata corruption.

2001-04-27 Thread Vojtech Pavlik
x27;s: hdparm -t /dev/hda > The fact that you _can_ do so makes the patch valid, and I do agree with > Al on the "least surprise" issue. I've already applied the patch, in fact. > But the fact is that nobody should ever do the thing that could cause > problems. -- Vojtech Pav

Re: drivers/usb/hid.c

2001-04-26 Thread Vojtech Pavlik
uot;, "Multi-Axis >Controller"}; I'll have to verify, but either a fix got lost somewhere, or this is a bug in the joystick. The hats were working fine. -- Vojtech Pavlik SuSE Labs - 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: PIO disk writes using 100% system time and performing poorly with VIA vt82c686b on kernels 2.2 & 2.4

2001-04-24 Thread Vojtech Pavlik
"Cable Type: 40w > 40w"... Is it right? I have a 80w cable, not 40. Check your BIOS settings, if you have disabled UDMA in the BIOS, the driver can't detect the cable. If that doesn't work, use "ide0=ata66" on the kernel comm

Re: ATA 100

2001-04-19 Thread Vojtech Pavlik
On Thu, Apr 19, 2001 at 04:46:03PM +0200, David Balazic wrote: > Vojtech Pavlik ([EMAIL PROTECTED]) wrote : > > > On Wed, Apr 18, 2001 at 10:21:53PM -0400, Manuel Ignacio Monge Garcia wrote: > > > > > El Mié 18 Abr 2001 15:16, escribiste: > > > > I d

Re: ATA 100 & VIA and linux-2.4.3ac8

2001-04-18 Thread Vojtech Pavlik
data and assume the cable is present, use 'ide0=ata66' or > * 'ide1=ata66' on the kernel command line. > * > > I've tried with ide0=ata100, but this options doesn't work. Try ide0=ata66 instead. The option should have been named ide0=80wire, but, well, &q

Re: idebus=xx on a ISA only 486

2001-04-17 Thread Vojtech Pavlik
s is > the wrong place > to ask. If there are better places to be looking for this data I am > happy to RTFM there. > > Now trying 2.4.3-ac6 to see what happens there. idebus= isn't used in case there is no VL-BUS or PCI bus in your system. -- Vojtech Pavlik SuSE Labs - To unsu

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread Vojtech Pavlik
On Wed, Mar 28, 2001 at 05:19:33PM -0600, [EMAIL PROTECTED] wrote: > It's been rumoured that Vojtech Pavlik said: > > On Wed, Mar 28, 2001 at 08:31:52PM +0200, Gunther Mayer wrote: > > > [EMAIL PROTECTED] wrote: > > > > It's been rumoured that Gunther Mayer

Re: mouse problems in 2.4.2 -> lost byte

2001-03-28 Thread Vojtech Pavlik
tocol variations. > > Getting resync right is not as easy as detecting zero bytes. You > should account for wild protocol variations in the world wide mouse > population, too. The new input psmouse driver can resync when bytes are lost and also shouldn't lose any bytes if there are

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Vojtech Pavlik
he accuracy of the current algorithm is +- .01 MHz. Once tested a little more, the measurement will probably go in, however with an option for the user to override it with a command line parameter. Btw, if it isn't a secret - what other drivers are those and what is the exact method you used

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Vojtech Pavlik
On Thu, Mar 08, 2001 at 11:35:42AM -0700, Harold Oga wrote: > On Thu, Mar 08, 2001 at 09:17:06AM +0100, Vojtech Pavlik wrote: > >On Wed, Mar 07, 2001 at 01:23:49PM +, John Heil wrote: > >Make sure you use the latest 2.4.2-acxx drivers. Most other versions of > >my driver

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Vojtech Pavlik
4.x series, so I added all the other changes to the 3.20 driver, and 3.21 was born. 4.x is development 3.x is stable -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at h

Re: IDE bug in 2.4.2-ac12?

2001-03-08 Thread Vojtech Pavlik
t IDE interface. If you wonder why /proc/ide/via reports slower DMA rates for the HDD when the ZIP is connected is because the auto slowdown code kicks in and lowers the transfer rate when too many CRC errors happen. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-08 Thread Vojtech Pavlik
t; I just acquired a new 1.1G athlon on an asus a7v133. It has a 686b. > What should I expect w the 686b? and is the Via 686b data sheet > available somewhere? Make sure you use the latest 2.4.2-acxx drivers. Most other versions of my drivers have little bugs in the 686b support. Harmless bu

Re: IDE bug in 2.4.2-ac12?

2001-03-07 Thread Vojtech Pavlik
gt; something cheap that locks them together. I will bring up ac-12 and check > the error message... Actually I'm beginning to suspect the PSU here ... does removing the CD-ROM (leaving just the HDD and the ZIP in) help? Does the ZIP cause errors even when connected just to the power cabl

<    1   2   3   4   5   6   >