Re: 2.6.11-rc2-mm1

2005-01-26 Thread Dmitry Torokhov
On Wed, 26 Jan 2005 18:54:08 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Wed, 2005-01-26 at 10:26 -0500, Dmitry Torokhov wrote: On Wed, 26 Jan 2005 17:59:07 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: Each superio chip has the same logical devices inside. With your

Re: i8042 access timings

2005-01-26 Thread Dmitry Torokhov
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 8) 0xf); i++) { if ((retval = i8042_wait_read

Re: 2.6.11-rc2-mm1

2005-01-26 Thread Dmitry Torokhov
On Wed, 26 Jan 2005 19:46:14 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Wed, 2005-01-26 at 11:25 -0500, Dmitry Torokhov wrote: On Wed, 26 Jan 2005 18:54:08 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Wed, 2005-01-26 at 10:26 -0500, Dmitry Torokhov wrote: On Wed, 26 Jan

Re: 2.6.11-rc2-mm1

2005-01-26 Thread Dmitry Torokhov
On Wed, 26 Jan 2005 23:07:12 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: Chip driver provides access methods to the attached logical devices. It probes and activates them, if appropriate module is loaded. Your example again is not suitable for superio case. With superio you have

Re: 2.6.11-rc2-mm1

2005-01-26 Thread Dmitry Torokhov
On Wed, 26 Jan 2005 20:39:36 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Wed, 2005-01-26 at 11:55 -0500, Dmitry Torokhov wrote: On Wed, 26 Jan 2005 19:46:14 +0300, Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Wed, 2005-01-26 at 11:25 -0500, Dmitry Torokhov wrote: On Wed, 26 Jan

Re: i8042 access timings

2005-01-26 Thread Dmitry Torokhov
On Wed, 26 Jan 2005 12:05:47 -0500 (EST), linux-os [EMAIL PROTECTED] wrote: On Wed, 26 Jan 2005, 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

Re: Possible bug in keyboard.c (2.6.10)

2005-01-26 Thread Dmitry Torokhov
On Wednesday 26 January 2005 22:16, Sasa Stevanovic wrote: Hi, I had some problems with my laptop's onetouch keys and it eventually led me to keyboard.c file from 2.6.10 kernel (Vojtech Pavlik and others). There may be a bug in the file, please read below. Well, actually, when all

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

2005-01-27 Thread Dmitry Torokhov
Vojtech, I have dropped the patches that have already been applied and re-diffed the remaining patches. I have also merged Adrian's global - static cleanup and 2 patches from Prarit Bhargava (one re: releasing resources acquired by i8042_platform_init if controller initialization fails and the

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

2005-01-27 Thread Dmitry Torokhov
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 around the start() and stop() methods and see the necessity. I still

Re: i8042 access timings

2005-01-27 Thread Dmitry Torokhov
On Thu, 27 Jan 2005 21:29:47 +0100, Andries Brouwer [EMAIL PROTECTED] wrote: On Thu, Jan 27, 2005 at 10:09:24AM -0800, Linus Torvalds 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, and

Re: i8042 access timings

2005-01-27 Thread Dmitry Torokhov
On Thursday 27 January 2005 17:36, Linus Torvalds wrote: I also tried increasing the total timeout value to about 5 seconds (versus the default half second), still no success, so the device is simply not sending back the requested values. If it was the other way around (that it works

Re: [RFC: 2.6 patch] drivers/acpi/: possible cleanups

2005-01-27 Thread Dmitry Torokhov
On Thursday 27 January 2005 18:04, Len Brown wrote: Thanks for the patch Adrian. I agree that this is the right direction to go -- enforcing APIs with the use of static reduces the possibility of programming errors -- particularly with many cooks in the kitchen. Indeed, just on Monday we

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

2005-01-27 Thread Dmitry Torokhov
On Thursday 27 January 2005 11:47, Michael Gernoth wrote: Hi, since the introduction of libps2 in the mainline 2.6 kernel I had the issue that my keyboard[1] was no longer recognized. The cause of this is that my keyboard responds to all commands with an acknowledgement (0xFA), even if the

Re: Really annoying bug in the mouse driver

2005-01-27 Thread Dmitry Torokhov
On Saturday 15 January 2005 08:16, Victor Hahn wrote: Jan 15 13:33:36 vic kernel: psmouse.c: bad data from KBC - bad parity Jan 15 13:33:38 vic kernel: psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost  synchronization, throwing 3 bytes away. Sometimes, only one of these messages

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

2005-01-27 Thread Dmitry Torokhov
PROTECTED] Input: libps2 - fix timeout handling in ps2_command, switch to using wait_event_timeout instead of wait_event_interruptible_timeout now that first form is available. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] libps2.c | 22 +++--- 1 files

Re: atkbd_init lockup with 2.6.11-rc1

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 14:22:02 +0100, Olaf Hering [EMAIL PROTECTED] wrote: My IBM RS/6000 B50 locks up with 2.6.11rc1, it dies in atkbd_init(): Calling initcall 0xc03c272c: atkbd_init+0x0/0x38() ps2_init(224) swapper(1):c0,j4294680939 enter atkbd_connect(793) swapper(1):c0,j4294680993 type

Re: atkbd_init lockup with 2.6.11-rc1

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 14:58:27 +0100, Olaf Hering [EMAIL PROTECTED] wrote: On Fri, Jan 28, Olaf Hering wrote: My IBM RS/6000 B50 locks up with 2.6.11rc1, it dies in atkbd_init(): It fails also on PReP, not only on CHRP. 2.6.10 looks like this: Calling initcall 0xc03bc430:

Re: AT keyboard dead on 2.6

2005-01-28 Thread Dmitry Torokhov
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 booting, maybe interrupt reports will help you. also my .config part

Re: atkbd_init lockup with 2.6.11-rc1

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 15:55:11 +0100, Olaf Hering [EMAIL PROTECTED] wrote: On Fri, Jan 28, Dmitry Torokhov wrote: On Fri, 28 Jan 2005 14:58:27 +0100, Olaf Hering [EMAIL PROTECTED] wrote: On Fri, Jan 28, Olaf Hering wrote: My IBM RS/6000 B50 locks up with 2.6.11rc1, it dies

Re: atkbd_init lockup with 2.6.11-rc1

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 17:17:46 +0100, Olaf Hering [EMAIL PROTECTED] wrote: On Fri, Jan 28, Dmitry Torokhov wrote: Fixes as in it reports that reset fails again or it resets the keyboard cleanly and works fine? It doesnt hang if I add printk around the outb. Do you have a version

Re: atkbd_init lockup with 2.6.11-rc1

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 11:43:44 -0500, Dmitry Torokhov [EMAIL PROTECTED] wrote: This time keyboard does not hang but NAKs everything instead... Probably stupid question - does this box have AT keyboard? Or NAKs are perfectly valid? -- Dmitry - To unsubscribe from this list: send the line

Re: AT keyboard dead on 2.6

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 20:22:32 +0100, Wiktor [EMAIL PROTECTED] wrote: Hi, This dmesg looks like the keyboard works perfectly OK. Do new lines appear in dmesg when you press keys while the system is running? .no? no, they don't. i've new dmesg for you - it reports timeouts while

Re: AT keyboard dead on 2.6

2005-01-28 Thread Dmitry Torokhov
On Fri, 28 Jan 2005 20:49:03 +0100, Wiktor [EMAIL PROTECTED] wrote: Hi, Could you please try editing drivers/input/serio/i8042.c and add udelay(20) before and after calls to i8042_write_data() in i8042_kbd_write() and i8042_command(). of course i could, will it make kernel not detect

Re: [RFC][PATCH] add driver matching priorities

2005-01-28 Thread Dmitry Torokhov
On Friday 28 January 2005 17:30, Adam Belay wrote: Of course this patch is not going to be effective alone. We also need to change the init order. If a driver is registered early but isn't the best available, it will be bound to the device prematurely. This would be a problem for carbus

Re: [RFC][PATCH] add driver matching priorities

2005-01-28 Thread Dmitry Torokhov
On Friday 28 January 2005 18:33, Adam Belay wrote: On Fri, 2005-01-28 at 18:23 -0500, Dmitry Torokhov wrote: On Friday 28 January 2005 17:30, Adam Belay wrote: Of course this patch is not going to be effective alone. We also need to change the init order. If a driver is registered early

Re: [RFC][PATCH] add driver matching priorities

2005-01-28 Thread Dmitry Torokhov
On Friday 28 January 2005 19:11, Al Viro wrote: On Fri, Jan 28, 2005 at 06:23:26PM -0500, Dmitry Torokhov wrote: On Friday 28 JanuarDy 2005 17:30, Adam Belay wrote: Of course this patch is not going to be effective alone.  We also need to change the init order.  If a driver is registered

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 17:20, Roman Zippel wrote: --- linux-2.6.11.orig/drivers/input/serio/Kconfig   2005-01-29 22:50:43.404946203 +0100 +++ linux-2.6.11/drivers/input/serio/Kconfig2005-01-29 22:56:42.549085439 +0100 @@ -3,6 +3,7 @@  #  config SERIO tristate Serial

Re: i8042 access timings

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 14:59, Jaco Kroon wrote: Compiling USB 1.1 support does the very same thing as specifying usb-handoff on the command like - tells the BIOS to keep its hands off the USB _and_ PS/2 controllers. I'm missing something, I have USB1.1 compiled in, then why does the

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 06:12, Vojtech Pavlik wrote: However, on 2.6, where you can have more than one keyboard, it'd be better to use the EVIOCSKEYCODE ioctl on the event device instead of the KDSKEYCODE ioctl on the console, as the later only changes the first found keyboard. FWIW I

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Dmitry Torokhov
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 kernel 2.0, which didn't require any locking. There are a few possible Incorrect. You have blocking

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 18:20, Roman Zippel wrote: Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: On Saturday 29 January 2005 17:20, Roman Zippel wrote: --- linux-2.6.11.orig/drivers/input/serio/Kconfig2005-01-29 22:50:43.404946203 +0100 +++ linux-2.6.11/drivers/input/serio

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 18:56, Roman Zippel wrote: Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: I can assure you that serio_raw driver _does not_ use input system - it is implementation of pre 2.6 /dev/psaux interface giving you access to raw AUX data. It was written so we can

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 20:16, Roman Zippel wrote: Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: That's fine, but why is it in the input menu? How do you suggest to make it selectable without selecting input and without messing the menu structure? Well, probably split

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-29 Thread Dmitry Torokhov
On Saturday 29 January 2005 22:22, Roman Zippel wrote: Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: Well, with the current Kconfig I can de-select INPUT and still select serio and serio_raw and access my AUX port via /dev/psaux. I don't know if anyone would really do it, but why

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

2005-01-30 Thread Dmitry Torokhov
On Thursday 27 January 2005 17:16, Vojtech Pavlik wrote: 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

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-01-30 Thread Dmitry Torokhov
On Sunday 30 January 2005 10:45, Roman Zippel wrote: Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: Ok, what about making some submenus to manage number of options, like in the patch below? I'd rather move it to the bottom and the menus had no dependencies. Below is an alternative

Re: Touchpad problems with 2.6.11-rc2

2005-01-31 Thread Dmitry Torokhov
On Mon, 31 Jan 2005 13:46:08 -0800, Pete Zaitcev [EMAIL PROTECTED] wrote: Can you tell me exactly how I go about trying out Synaptics X driver? Peter's page is here: http://web.telia.com/~u89404340/touchpad/ Just do yum update synaptics and then Adjust your xorg.conf to use synaptics

Re: [2.6 patch] drivers/char/sonypi.c: make 3 structs static

2005-01-31 Thread Dmitry Torokhov
On Mon, 31 Jan 2005 22:49:05 +0100, Stelian Pop [EMAIL PROTECTED] wrote: sonypi.h is a local header file used only by sonypi.c. I would like to keep those tables in sonypi.h rather than putting all into sonypi.c (or we could as well remove sonypi.h and put all the contents into the .c).

Re: [2.6 patch] drivers/char/sonypi.c: make 3 structs static

2005-01-31 Thread Dmitry Torokhov
On Mon, 31 Jan 2005 23:27:54 +0100, Stelian Pop [EMAIL PROTECTED] wrote: On Mon, Jan 31, 2005 at 05:13:22PM -0500, Dmitry Torokhov wrote: On Mon, 31 Jan 2005 22:49:05 +0100, Stelian Pop [EMAIL PROTECTED] wrote: sonypi.h is a local header file used only by sonypi.c. I would like

Re: Touchpad problems with 2.6.11-rc2

2005-01-31 Thread Dmitry Torokhov
On Monday 31 January 2005 18:15, Pete Zaitcev wrote: Hello, Peter: The keyboard seems to work now, but I stepped on a very strange condition. Suddenly, touchpad motions started to cause wild movements in it became impossible to do anything due to a focus loss (of course, I had plenty of

Re: Touchpad problems with 2.6.11-rc2

2005-01-31 Thread Dmitry Torokhov
On Tuesday 01 February 2005 00:06, Pete Zaitcev wrote: On Mon, 31 Jan 2005 22:40:35 -0500, Dmitry Torokhov [EMAIL PROTECTED] wrote: Suddenly, touchpad motions started to cause wild movements in it became impossible to do anything due to a focus loss (of course, I had plenty of modified

Re: Really annoying bug in the mouse driver

2005-02-01 Thread Dmitry Torokhov
On Tue, 01 Feb 2005 09:54:37 +0100, Victor Hahn [EMAIL PROTECTED] wrote: Hi Dmitry, thank you for the patch! Unfortunately, I wasn't able to apply it correctly, neither to kernel 2.6.10 nor to kernel 2.6.4. Sorry, I think it will apply to 2.6.11-rc2, I'll try to rediff against 2.6.10 later

Re: [PATCH] Linux joydev joystick disconnect patch 2.6.11-rc2

2005-02-01 Thread Dmitry Torokhov
On Tue, 1 Feb 2005 08:52:15 -0600, David Fries [EMAIL PROTECTED] wrote: Currently a blocking read, select, or poll call will not return if a joystick device is unplugged. This patch allows them to return. ... static unsigned int joydev_poll(struct file *file, poll_table *wait) { +

Re: Really annoying bug in the mouse driver

2005-02-01 Thread Dmitry Torokhov
On Tuesday 01 February 2005 09:19, Victor Hahn wrote: Dmitry Torokhov wrote: Sorry, I think it will apply to 2.6.11-rc2, I'll try to rediff against 2.6.10 later tonight. You don't need to do extra work to make it compatible with 2.6.10, I just applied it to 2.6.11-rc2, thanks. I'm just

Re: Really annoying bug in the mouse driver

2005-02-01 Thread Dmitry Torokhov
On Wednesday 02 February 2005 01:08, Victor Hahn wrote: Dmitry Torokhov wrote: Any luck with the patch? I'm using 2.6.11rc2 with the patch for some hours now and it seems as if it doesn't throw away bytes any more which makes linux 2.6 useable for me again - thanks a lot! It still

Re: Really annoying bug in the mouse driver

2005-02-02 Thread Dmitry Torokhov
On Wed, 02 Feb 2005 11:22:43 +0100, Victor Hahn [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: It still complains in dmesg about throwing away bytes, right? Please try loading the box some more to make sure mouse survives some abuse. No, it doesn't. The only message I still get

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
On Wed, 2 Feb 2005 11:20:33 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Feb 01, 2005 at 11:41:48PM -0800, Pete Zaitcev wrote: On 30 Jan 2005 12:10:34 +0100, Peter Osterlund [EMAIL PROTECTED] wrote: - Slow motion of finger produces no motion, then a jump. So, it's very hard

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
On Wed, 2 Feb 2005 09:58:51 -0800, Pete Zaitcev [EMAIL PROTECTED] 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:

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
On Wed, 02 Feb 2005 13:07:21 -0800 (PST), Peter Osterlund [EMAIL PROTECTED] wrote: + if (mousedev-pkt_count = 2) { + tmp = ((fx(0) - fx(2)) * (250 * FRACTION_DENOM)) / size; + tmp +=

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
On Wed, 02 Feb 2005 13:52:03 -0800 (PST), Peter Osterlund [EMAIL PROTECTED] wrote: if (mousedev-touch) { + size = dev-absmax[ABS_X] - dev-absmin[ABS_X]; + if (size == 0) size = xres; Sorry, missed this piece first time around. Since we don't want to rely on

Re: Possible bug in keyboard.c (2.6.10)

2005-02-02 Thread Dmitry Torokhov
On Sunday 30 January 2005 18:21, Dmitry Torokhov wrote: On Sunday 30 January 2005 03:41, Al Viro wrote: On Sat, Jan 29, 2005 at 12:25:10PM +0100, Vojtech Pavlik wrote: I know. As I said, this is a problem I know about, and will be fixed. I was mainly interested whether anyone sees further

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
On Wednesday 02 February 2005 17:27, Peter Osterlund wrote: On Wed, 2 Feb 2005, Dmitry Torokhov wrote: On Wed, 02 Feb 2005 13:52:03 -0800 (PST), Peter Osterlund [EMAIL PROTECTED] wrote: if (mousedev-touch) { + size = dev-absmax[ABS_X] - dev-absmin[ABS_X

Re: Really annoying bug in the mouse driver

2005-02-03 Thread Dmitry Torokhov
On Thu, 03 Feb 2005 16:05:40 +0100, Victor Hahn [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: Processor load we usually handle well, loaded disks are usually the ones that cause = 0.5 sec delays between bytes received by psmouse. Please let me know if it still works with busy disks

Re: Touchpad problems with 2.6.11-rc2

2005-02-03 Thread Dmitry Torokhov
On Thu, 03 Feb 2005 07:22:40 -0800 (PST), Alexandre Oliva [EMAIL PROTECTED] wrote: On Feb 3, 2005, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Feb 03, 2005 at 06:30:14AM -0200, Alexandre Oliva wrote: On Feb 2, 2005, Pete Zaitcev [EMAIL PROTECTED] wrote: On Wed, 2 Feb 2005

Re: [PATCH 2.6.11-rc3] IBM Trackpoint support

2005-02-03 Thread Dmitry Torokhov
On Thursday 03 February 2005 17:43, Stephen Evanchik wrote: Vojtech, Here is a patch that exposes the IBM TrackPoint's extended properties as well as scroll wheel emulation. Hi, Very nice although I have a couple of comments. /* + * Try to initialize the IBM TrackPoint + */ +

Re: [PATCH 2.6.11-rc3] IBM Trackpoint support

2005-02-03 Thread Dmitry Torokhov
On Thursday 03 February 2005 19:34, Dmitry Torokhov wrote: On Thursday 03 February 2005 17:43, Stephen Evanchik wrote: Vojtech, Here is a patch that exposes the IBM TrackPoint's extended properties as well as scroll wheel emulation. Hi, Very nice although I have a couple

Re: [PATCH 2.6.11-rc3] IBM Trackpoint support

2005-02-03 Thread Dmitry Torokhov
On Friday 04 February 2005 01:35, Vojtech Pavlik wrote: On Thu, Feb 03, 2005 at 07:34:16PM -0500, Dmitry Torokhov wrote: On Thursday 03 February 2005 17:43, Stephen Evanchik wrote: Vojtech, Here is a patch that exposes the IBM TrackPoint's extended properties as well as scroll

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-02-04 Thread Dmitry Torokhov
On Fri, 4 Feb 2005 14:14:36 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Sun, Jan 30, 2005 at 06:39:37PM -0500, Dmitry Torokhov wrote: On Sunday 30 January 2005 10:45, Roman Zippel wrote: Hi, On Sat, 29 Jan 2005, Dmitry Torokhov wrote: Ok, what about making some submenus

Re: [PATCH 2.6.11-rc3] IBM Trackpoint support

2005-02-04 Thread Dmitry Torokhov
On Fri, 4 Feb 2005 14:45:28 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Feb 04, 2005 at 08:17:43AM -0500, Stephen Evanchik wrote: On Fri, 4 Feb 2005 07:35:20 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: Indeed. IIRC this patch killed wheel mouse detection in ubuntu. Earlier

Re: [PATCH 2.6.11-rc3] IBM Trackpoint support

2005-02-04 Thread Dmitry Torokhov
On Fri, 4 Feb 2005 07:54:54 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Feb 04, 2005 at 01:52:39AM -0500, Dmitry Torokhov wrote: On Friday 04 February 2005 01:35, Vojtech Pavlik wrote: On Thu, Feb 03, 2005 at 07:34:16PM -0500, Dmitry Torokhov wrote: On Thursday 03 February

Re: [PATCH 6/8] Kconfig: cleanup input menu

2005-02-04 Thread Dmitry Torokhov
On Fri, 4 Feb 2005 15:13:31 +0100 (CET), Roman Zippel [EMAIL PROTECTED] wrote: Hi, On Fri, 4 Feb 2005, Vojtech Pavlik wrote: When I go into a menu I explore option and submenus from top to bottom. So I will see PS/2 or serial, and will go there and select what I need. Then I will

Re: Huge unreliability - does Linux have something to do with it?

2005-02-04 Thread Dmitry Torokhov
On Fri, 4 Feb 2005 07:18:17 -0500, Wakko Warner [EMAIL PROTECTED] wrote: Please keep me CCd jerome lacoste wrote: particular hardware (Dell Inspiron 8100)? I run Linux on 3 other I have this exact same laptop. It works perfectly for me with linux. Originally started with a 2.4 kernel

Re: [2.6 patch] input: make some code static

2005-02-04 Thread Dmitry Torokhov
On Fri, 4 Feb 2005 22:39:55 +0100, Adrian Bunk [EMAIL PROTECTED] wrote: This patch makes some needlessly global code static. Hi Adrian, I merged your patch into my tree and it is ready for Vojtech to pull from. -- Dmitry - To unsubscribe from this list: send the line unsubscribe

Re: 2.6.9 2.6.10 unresponsive to keyboard upon bootup

2005-01-15 Thread Dmitry Torokhov
On Saturday 15 January 2005 06:05 am, Marco Cipullo wrote: Same problem with me. I also have a laptop and I also have the same problem started in the same period. ... # # Input I/O drivers # # CONFIG_GAMEPORT is not set CONFIG_SOUND_GAMEPORT=y CONFIG_SERIO=y CONFIG_SERIO_I8042=m Make

Re: [PATCH 2/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
Hi, On Tue, 18 Jan 2005 15:59:35 +0100, Hannes Reinecke [EMAIL PROTECTED] wrote: Implement proper class names for input drivers. This patch probably should probably use atomic_inc in case we ever have non-serialized probe functions. But the real question is whether we really need class

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH [EMAIL PROTECTED] wrote: On Tue, Jan 18, 2005 at 03:56:35PM +0100, Hannes Reinecke wrote: Hi all, the input subsystem is using call_usermodehelper directly, which breaks all sorts of assertions especially when using udev. And it's definitely

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
On Tue, 18 Jan 2005 13:58:20 -0800, Greg KH [EMAIL PROTECTED] wrote: On Tue, Jan 18, 2005 at 04:49:34PM -0500, Dmitry Torokhov wrote: On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH [EMAIL PROTECTED] wrote: On Tue, Jan 18, 2005 at 03:56:35PM +0100, Hannes Reinecke wrote: Hi all

Re: [PATCH 2/2] Remove input_call_hotplug

2005-01-19 Thread Dmitry Torokhov
Hi Hannes, On Wed, 19 Jan 2005 10:59:30 +0100, Hannes Reinecke [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: But the real question is whether we really need class devices have unique names or we could do with inputX thus leaving individual drivers intact and only modifying the input

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-19 Thread Dmitry Torokhov
On Wed, 19 Jan 2005 12:56:16 +0100, Hannes Reinecke [EMAIL PROTECTED] wrote: Greg KH wrote: On Tue, Jan 18, 2005 at 05:20:40PM -0500, Dmitry Torokhov wrote: I was mostly talking about the need of 2 separate classes and this patch lays groundwork for it althou lifetime rules in input system

Re: [PATCH 2/2] Remove input_call_hotplug

2005-01-19 Thread Dmitry Torokhov
On Wed, 19 Jan 2005 15:16:08 +0100, Hannes Reinecke [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: Hi Hannes, On Wed, 19 Jan 2005 10:59:30 +0100, Hannes Reinecke [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: But the real question is whether we really need class devices have

Re: [PATCH] Alps touchpad probing failure

2005-01-19 Thread Dmitry Torokhov
On Wednesday 19 January 2005 18:23, Daniel Caujolle-Bert wrote: Hi, With 2.6.11-rc1 bk6 and bk7 (didn't tried with bk6), my alps touchpad is no more correctly probed, it's recognised as a standard PS/2 mouse. So, with this trivial two line patch, everything is working again. Cheers.

Re: Linux 2.6.11-rc1

2005-01-19 Thread Dmitry Torokhov
, Peter Osterlund and Dmitry Torokhov, some fixes by Vojtech Pavlik. 2.6.11-rc1 broke my ALPS touchpad. I have a Dell Inspiron 8600, and previously, I was patching my kernels with the patch from Message-Id: [EMAIL PROTECTED] Subject: [RFT/PATCH 2.6] ALPS touchpad driver

Re: [PATCH] remove input_call_hotplug (Take#2)

2005-01-20 Thread Dmitry Torokhov
On Thu, 20 Jan 2005 08:55:57 +0100, Hannes Reinecke [EMAIL PROTECTED] wrote: Greg KH wrote: On Wed, Jan 19, 2005 at 02:48:14PM +0100, Hannes Reinecke wrote: Hi Dmitry, attached is the reworked patch for removing the call to call_usermodehelper from input.c I've used the 'phys' attribute

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-01-20 Thread Dmitry Torokhov
On Wed, 19 Jan 2005 16:18:49 -0500, Richard Koch [EMAIL PROTECTED] wrote: Please include the patch below to bring the ICS MK712 touchscreen controller support, which is in kernel 2.4, in to kernel 2.6. This patch was constructed and applied to kernel version 2.6.10 and tested successfully on

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

2005-01-21 Thread Dmitry Torokhov
Hi, On Fri, 21 Jan 2005 10:14:46 -0500, Prarit Bhargava [EMAIL PROTECTED] wrote: Hi, The following patch cleans up resource allocations in the i8042 driver when initialization fails. ... if (i8042_command(param, I8042_CMD_CTL_TEST)) { -

Re: AT keyboard dead on 2.6

2005-01-21 Thread Dmitry Torokhov
On Fri, 21 Jan 2005 16:27:53 +0100, Wiktor [EMAIL PROTECTED] wrote: Hi, my AT keyboard is dead on 2.6 series. Tests on other machines proves that this is my-hardware-specyfic problem (exacly the same binnary works on different mainboards with PS/2 keyboard and another AT keyboard). 2.4

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

2005-01-21 Thread Dmitry Torokhov
On Fri, 21 Jan 2005 17:35:40 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Jan 21, 2005 at 10:43:36AM -0500, Dmitry Torokhov wrote: Hi, On Fri, 21 Jan 2005 10:14:46 -0500, Prarit Bhargava [EMAIL PROTECTED] wrote: Hi, The following patch cleans up resource allocations

Re: AT keyboard dead on 2.6

2005-01-21 Thread Dmitry Torokhov
On Fri, 21 Jan 2005 20:07:51 +0100, Wiktor [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: Hi, What kernel version are you using? Have you tried 2.6.8.1? - it looks like changes in 2.6.9-rc2-bk3 caused problems on some hardware. Hi, it looks like 2.6.10 (which I was using) - serio

Re: [PATCH] Input: eeti_ts: Mark as CONFIG_BROKEN

2012-07-13 Thread Dmitry Torokhov
On Wed, May 02, 2012 at 09:36:51PM -0700, Dmitry Torokhov wrote: Hi Sven, On Sat, Apr 07, 2012 at 08:38:33PM +0200, Sven Neumann wrote: Hi, On 07.04.12 09:02, Dmitry Torokhov wrote: On Fri, Apr 06, 2012 at 10:40:07PM -0700, Olof Johansson wrote: This seems to have been broken since

[git pull] Input updates for 3.5-rc6

2012-07-13 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. The changes are limited to adding new VID/PID combinations to drivers to enable support for new versions of hardware, most notably hardware

Re: psmouse synaptics: hardware appears to be different bail out

2012-07-16 Thread Dmitry Torokhov
On Mon, Jul 16, 2012 at 11:44:53PM +0200, Andreas Mohr wrote: Hi, just found the following in dmesg after resume (currently running -rc7): [ 9312.672073] psmouse serio2: synaptics: hardware appears to be different: id(149271-149271), model(114865-114865), caps(d04771-d04773),

Re: [PATCH 02/17] input/serio/hp_sdc.c: remove IRQF_SAMPLE_RANDOM which is now a no-op

2012-07-18 Thread Dmitry Torokhov
to be removed in 2009 on the feature-removal-schedule, so this patch is preparation for the final removal of this flag. Signed-off-by: Theodore Ts'o ty...@mit.edu Acked-by: Dmitry Torokhov dmitry.torok...@gmail.com I assume you'll be merging it through random tree with the rest of the patches

Re: [PATCH v2] Input: synaptics - use firmware data for Cr-48

2012-07-19 Thread Dmitry Torokhov
Hi Chung-Yih, On Thu, Jul 19, 2012 at 11:02:23AM +0800, Chung-Yih Wang (王崇懿) wrote: Hi Chase, Thanks for your great comments. You are right, it is impossible to get correct finger tracking if both fingers are moving. However, we think it still worth to have the firmware tracking of the

Re: [PATCH RESEND V2] input: gpio_keys_polled: convert to dt

2012-07-19 Thread Dmitry Torokhov
Silva aletes@gmail.com Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com --- .../devicetree/bindings/input/gpio-keys-polled.txt | 38 ++ drivers/input/keyboard/gpio_keys_polled.c | 124 +++- 2 files changed, 157 insertions(+), 5 deletions(-) create mode

Re: [PATCH] input: Export matrix_keypad_parse_of_params()

2013-04-15 Thread Dmitry Torokhov
] undefined! Reported-by: Randy Dunlap rdun...@infradead.org Signed-off-by: Michal Marek mma...@suse.cz Acked-by: Dmitry Torokhov dmitry.torok...@gmail.com This is coming through some other tree though so you 'll have to track it down. Thanks. --- drivers/input/matrix-keymap.c | 1 + 1

[git pull] Input updates for 3.9-rc7

2013-04-15 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2 small fixups to the Wacom driver. Changelog: - Jason Gerecke (2): Input: wacom

Re: [PATCH] Input: trackpoint - Optimize trackpoint init to use power-on reset

2013-04-16 Thread Dmitry Torokhov
Hi Shawn, On Tue, Apr 09, 2013 at 02:53:44PM -0700, Shawn Nematbakhsh wrote: Hi Dmitry, Thanks for the review. Comments in-line. On Wed, Mar 27, 2013 at 10:32 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Shawn, On Tue, Mar 26, 2013 at 12:36:41PM -0700, Shawn Nematbakhsh

[git pull] Input updates for 3.9-rc7

2013-04-19 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2 more small fixups to the wacom driver. Changelog: - Ping Cheng (2): Input:

Re: [PATCH] input: don't call input_dev_release_keys() in resume

2013-04-04 Thread Dmitry Torokhov
Hi Oskar, On Thu, Mar 07, 2013 at 03:01:22PM +0100, oskar.and...@sonymobile.com wrote: From: Aleksej Makarov aleksej.maka...@sonymobile.com When waking up the platform by pressing a specific key, sending a release on that key makes it impossible to react on the event in user-space. No,

Re: [PATCH] Input: MT - handle semi-mt devices in core

2013-04-07 Thread Dmitry Torokhov
On Sun, Apr 07, 2013 at 09:41:32PM +0200, Henrik Rydberg wrote: Most semi-mt drivers use the slots in a manual way, but really only need to treat the finger count manually. With this patch, a semi-mt driver may use the input-mt core for everything else. Signed-off-by: Henrik Rydberg

Re: [NEW DRIVER V4 0/7] DA9058 PMIC - please comment on this new driver

2013-04-12 Thread Dmitry Torokhov
On Friday, April 12, 2013 02:05:29 PM Anthony Olech wrote: This is submission attempt number 4 to have this driver included in the linux kernel source tree. This is the driver for the Dialog DA9058. The DA9058 is a low power Power Management Integrated Circuit with extra functionality. It is

Re: [PATCH 1/1] Input: mma8450 - fix signed 12bits to 32bits conversion

2013-03-31 Thread Dmitry Torokhov
On Thu, Mar 28, 2013 at 03:16:29PM +0100, Sebastien Royen wrote: From: seb sebastien.ro...@armadeus.com Event value is wrong. Should be in range -2048 to 2047, but is in range 0 to 4095. Use s8 to int conversion and remove 0xfff mask. Signed-off-by: Sebastien Royen

Re: [PATCH] Input: arc_ps2 - add support for device tree

2013-03-31 Thread Dmitry Torokhov
On Thu, Mar 28, 2013 at 10:46:26AM +0100, Mischa Jonker wrote: Add match table for device tree binding and dts binding doc. Signed-off-by: Mischa Jonker mjon...@synopsys.com Applied, thank you Mischa. -- Dmitry -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH V2] input: keyboard: tegra: support for defining row/columns based on SoC

2013-03-31 Thread Dmitry Torokhov
On Wed, Mar 13, 2013 at 10:44:33PM +0530, Laxman Dewangan wrote: NVIDIA's Tegra20 and Tegra30 supports the 16x8 keyboard matrix and T114 support the 11x8 Key matrix. Add support for defining the maximum row/columns based on SoC through proper compatibity. Signed-off-by: Laxman Dewangan

Re: [PATCH 2/4] Input: cyapa - Firmware update via request firmware

2013-03-13 Thread Dmitry Torokhov
On Wed, Mar 13, 2013 at 04:50:49PM -0700, Benson Leung wrote: + +#define BYTE_PER_LINE 8 +void cyapa_dump_data(struct cyapa *cyapa, size_t length, const u8 *data) +{ +#ifdef DEBUG + struct device *dev = cyapa-client-dev; + int i; + char buf[BYTE_PER_LINE * 3 + 1]; + char

Re: [PATCH v2 4/8] drivers: input: use module_platform_driver_probe()

2013-03-14 Thread Dmitry Torokhov
Hi Fabio, On Thursday, March 14, 2013 06:09:34 PM Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. I already have patches from Sachin Kamat for this, I am waiting for -rc3 to sync up with

Re: [PATCH] Input: trackpoint - Optimize trackpoint init to use power-on reset

2013-03-27 Thread Dmitry Torokhov
Hi Shawn, On Tue, Mar 26, 2013 at 12:36:41PM -0700, Shawn Nematbakhsh wrote: The trackpoint driver sets various parameter default values, all of which happen to be power-on defaults (Source: IBM TrackPoint Engineering Specification, Version 4.0. Also confirmed by empirical data). By sending

Re: [PATCH 1/1] Input: mma8450 - fix signed 12bits to 32bits conversion

2013-03-27 Thread Dmitry Torokhov
Hi Seb, On Wed, Mar 27, 2013 at 09:17:43AM +0100, seb wrote: Event value is wrong. Should be in range -2048 to 2047, but is in range 0 to 4095. Use int8_t to int conversion and remove 0xfff mask. Signed-off-by: seb sebastien.ro...@armadeus.com --- drivers/input/misc/mma8450.c | 15

Re: [PATCH 1/1] Input: mma8450 - fix signed 12bits to 32bits conversion

2013-03-28 Thread Dmitry Torokhov
On Thu, Mar 28, 2013 at 08:36:52AM +0100, Sebastien Royen wrote: Hi Dmitry 2013/3/28 Dmitry Torokhov dmitry.torok...@gmail.com Hi Seb, On Wed, Mar 27, 2013 at 09:17:43AM +0100, seb wrote: Event value is wrong. Should be in range -2048 to 2047, but is in range 0 to 4095. Use

Re: [PATCH 17/25] wm97xx: don't use [delayed_]work_pending()

2013-03-09 Thread Dmitry Torokhov
On Mon, Dec 24, 2012 at 04:18:27PM +, Mark Brown wrote: On Sun, Dec 23, 2012 at 01:54:50AM -0800, Dmitry Torokhov wrote: This is not 100% equivalent transformation as now we schedule first and disable IRQ later... Anyway, I think the driver shoudl be converted to threaded IRQ instead

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