Re: atkbd_init lockup with 2.6.11-rc1

2005-01-28 Thread Dmitry Torokhov
/0x2c() atkbd.c: keyboard reset failed on isa0060/serio1 atkbd.c: keyboard reset failed on isa0060/serio0 So it could not reset it even before, but it was not getting stuch tough... What about passing atkbd.reset=0? -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux

Re: AT keyboard dead on 2.6

2005-01-28 Thread Dmitry Torokhov
GETID command. Not very nice... -- Dmitry - 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: 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
() and i8042_command(). -- Dmitry - 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-28 Thread Dmitry Torokhov
not everything works). We do test AUX port and your port appears to be perfectly functional from the kernel point of view - it porperly responds to AUX_LOOP commands, does not claim to support MUX mode and KBC properly sets status register when asked to disable interface... -- Dmitry

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

2005-01-28 Thread Dmitry Torokhov
think the only change is that we can no longer skip devices that are bound to a driver and match them all over again when a new driver is loaded. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

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
i/o support if EMBEDDED || !X86 +   depends on INPUT serio_raw works fine without INPUT. -- Dmitry - 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

Re: i8042 access timings

2005-01-29 Thread Dmitry Torokhov
the touchpad not work if it does the very same thing as usb-handoff? USB initializes very late, after i8042 and psmouse has already run their probes. So unless there is usb-handoff psmouse talks to a fake BIOS-emulated mouse, not a real touchpad. -- Dmitry - To unsubscribe from this list: send

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Dmitry Torokhov
changed atkbd so every keyboard has separate keymap (so one can set one keyboard to set 2 and other to set 3). I think it should be possible to adjust keymaps on individual keyboards to accurately map keys when keyboards are different. -- Dmitry - To unsubscribe from this list: send the line

Re: Possible bug in keyboard.c (2.6.10)

2005-01-29 Thread Dmitry Torokhov
and disappearing *are* normal. -- Dmitry - 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 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
. Start with the defaults as shown in the doc directory. I recommend setting protocol to auto-dev. Make sure both psmouse and evdev are loaded. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

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

2005-01-31 Thread Dmitry Torokhov
it to sonpypi.c. -- Dmitry - 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: [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
touchpad. -- Dmitry - 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-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
); + } Opening braces should go on the same line as the statement (if (...) {). -- Dmitry - 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: 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
distributions (or XOrg/XFree themselves) have these drivers available straight out of the box. -- Dmitry - 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: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
to make sense of them. I wish Peter tested the removal of scaling with his Synaptics. If he (and Dmitry) insist on running a special code in X, that's fine. Yes, because there are other things we can do in that special code. Do you like default tochpad sensitivity? What if someone does not? Do

Re: Touchpad problems with 2.6.11-rc2

2005-02-02 Thread Dmitry Torokhov
- that should save some cycles? Or it will be too much? -- Dmitry - 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 Dmitry Torokhov
on screen size anymore I think we should set size = 256 * FRACTION_DENOM / 2 if device limits are not set up to just report raw coords. What do you think? -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

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
=englishcountry=comtop_mode=2003productId=11varietyId=3 -- Dmitry - 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 2.6.11-rc3] IBM Trackpoint support

2005-02-03 Thread Dmitry Torokhov
that it still recognized as trackpoint - suspends often play tricks on PS/2 devices. + + printk(IBM TrackPoint firmware: 0x%02X\n, param[1]); KERN_INFO? -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

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
as the BIOS doesn't inject an endless stream of data from an USB mouse. I don't think changes in libps2 affect this problem in any way - psmouse does PSMOUSE_CMD_RESET_DIS before trying to do any protocol probing so there should be no events from the mouse during detection phase. -- Dmitry

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
? Dmitry, will you make a patch that has the port options first? If no, I'll likely merge Roman's patch. I don't think that putting this first is a good idea, compare it to scsi or alsa, which also have the generic options first and then the lowlevel drivers. The generic input layer

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

2005-02-04 Thread Dmitry Torokhov
guess all of it has something to do with being on 24/7. I am not complaining, I like the box, especially the touchpad ;) -- Dmitry - 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: [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 linux

Re: Is it useful to support user level drivers

2001-06-21 Thread Dmitry A. Fedorov
On Thu, 21 Jun 2001, Oliver Neukum wrote: In addition, how do you handle shared interrupts ? It is impossible, see my another message. Which IMHO makes the concept pretty much useless. Interrupt sharing is pretty much the norm today. And there is no evidence for this to change in

qlogicfc driver

2001-06-29 Thread Dmitry Meshchaninov
then just those five files combind. I have splitted up driver body into .h-file with typesdefines and driver itself (as it should be). But this is negotiable. Sincerely, Dmitry Meshchaninov software engineer DataFoundation Inc - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Is it useful to support user level drivers

2001-06-21 Thread Dmitry A. Fedorov
On Thu, 21 Jun 2001, Alan Cox wrote: it would be a good idea to add user level interrupt support ? I have a framework for it, but it still The problem is that the IRQ has to be cleared in kernel space, because otherwise you may deadlock. It depends on device type. Good designed ones

Re: Is it useful to support user level drivers

2001-06-21 Thread Dmitry A. Fedorov
On Thu, 21 Jun 2001, Alan Cox wrote: Lastly an IRQ kernel module can disable_irq() from interrupt handler and enable it again only on explicit acknowledge from user. No. The IRQ might be shared, and you get a slight problem if you just disabled an IRQ needed to make progress for user

Re: 2.6.9 2.6.10 unresponsive to keyboard upon bootup

2005-01-15 Thread Dmitry Torokhov
i8042 compiled in or make sure that your init scripts load it. Right now there are no traces of it in your boot log. -- Dmitry - 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: [PATCH 2/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
do you think? -- Dmitry - 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/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
with class_simple. At least that's the picture I had in my mind at some point. -- Dmitry - 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: [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
. Hi, I think Peter Osterlund has send similar patch recently - the breakage appears to be caused by Kensington mouse detection. It looks like these two don't like each other. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

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
that the driver should be integrated into 2.6 input system before merging it into the kernel so touchscreen data can be accessed through standard interfaces (evdev, mousedev, tsdev) without the need for a special device. Also MODULE_PARM is obsolete and shoudl be repleced with module_param(). -- Dmitry

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

2005-01-21 Thread Dmitry Torokhov
it in either of the chinks. - 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! -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: AT keyboard dead on 2.6

2005-01-21 Thread Dmitry Torokhov
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. -- Dmitry - 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: [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
/input/joystick/xpad.c |6 +- drivers/input/mouse/bcm5974.c | 20 5 files changed, 44 insertions(+), 1 deletion(-) -- Dmitry pgp7p4r9aTt5K.pgp Description: PGP signature

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

2012-07-16 Thread Dmitry Torokhov
caracteristics at all during its lifetime, so no clever ideas here... It looks like a single bit error, but KBC should have signalled parity error in this case... -- Dmitry -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

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
your patch is because it reports proper slot from 2-1 finger transitions? BTW, you seem to have butchered single-touch protocol reporting for your device. Thanks. -- Dmitry -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

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

2012-07-19 Thread Dmitry Torokhov
; + struct gpio_keys_platform_data pdata; struct gpio_keys_button_data data[0]; }; Instead of using a copy of pdata how about the patch below? Thanks. -- Dmitry Input: gpio_keys_polled - convert to dt From: Alexandre Pereira da Silva aletes@gmail.com Signed-off-by: Alexandre Pereira da

Re: [PATCH 0/2] [RFC] Volatile ranges (v4)

2012-07-19 Thread Dmitry Vyukov
John Stultz john.stultz at linaro.org writes: Ok. So here's another iteration of the fadvise volatile range code. I realize this is still a way off from being ready, but I wanted to post what I have to share with folks working on the various range/interval management ideas as well as update

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
- fix can not retrieve extra class descriptor for 24HDT Input: wacom - correct reported resolution for Intuos4 Wireless Diffstat: drivers/input/tablet/wacom_wac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Dmitry pgpqrgAwKB0o3.pgp Description: PGP signature

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

Re: [PATCH 1/2] blkdev: add flush generation counter

2013-04-17 Thread Dmitry Monakhov
On Mon, 15 Apr 2013 16:14:39 +0200, Jan Kara j...@suse.cz wrote: On Sun 14-04-13 23:34:27, Dmitry Monakhov wrote: Callers may use this counter to optimize flushes Signed-off-by: Dmitry Monakhov dmonak...@openvz.org --- block/blk-core.c |1 + block/blk-flush.c |3

[git pull] Input updates for 3.9-rc7

2013-04-19 Thread Dmitry Torokhov
: wacom - DTH2242 Grip Pen id was off by one bit Input: wacom - fix can not retrieve extra class descriptor for DTH2242 Diffstat: drivers/input/tablet/wacom_wac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Dmitry pgpkw2bQRAH2n.pgp Description: PGP signature

[PATCH 0/2] netfilter: idletimers

2013-04-21 Thread dmitry pervushin
Hello all, [PATCH 1/2] netfilter: idletimers - fix the case of already expired timer [PATCH 2/2] netfilter: idletimers - add send_nl_msg field These two patches fix the case of already expired timer and add capability to send netlink message notifications in addition to sysfs notifications

[PATCH 1/2] netfilter: idletimers - fix the case of already expired timer

2013-04-21 Thread dmitry pervushin
From: dmitry pervushin dpervus...@gmail.com Fix the case in which timer has expired and we refresh it without sending the notification Signed-off-by: Ashish Sharma ashishsha...@google.com Signed-off-by: JP Abgrall j...@google.com Signed-off-by: John Stultz john.stu...@linaro.org Signed-off

[PATCH 2/2] netfilter: idletimers - add send_nl_msg field

2013-04-21 Thread dmitry pervushin
Abgrall j...@google.com Signed-off-by: John Stultz john.stu...@linaro.org Signed-off-by: dmitry pervushin dmitry.pervus...@linaro.org --- include/uapi/linux/netfilter/xt_IDLETIMER.h | 16 +- net/netfilter/xt_IDLETIMER.c| 234 +++ 2 files changed, 180

[PATCH] relay: move remove_buf_file inside relay_close_buf

2013-04-22 Thread Dmitry Monakhov
which may be interested in that. From 1c0d96aece60a8a81c3f0cf1f681a5ff4333a2ff Mon Sep 17 00:00:00 2001 From: Dmitry Monakhov dmonak...@openvz.org Date: Mon, 22 Apr 2013 11:41:41 +0400 Subject: [PATCH] relay: move remove_buf_file inside relay_close_buf Currently remove_buf_file callback is called

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

2013-04-04 Thread Dmitry Torokhov
stream of 'I' in your open terminal. Maybe we should release the keys during suspend time? I am not sure how Android infrastructure will react to this though... Thanks. -- Dmitry -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

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

2013-04-07 Thread Dmitry Torokhov
...@euromail.se Applied, thank you Henrik. -- Dmitry -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] tcp: incoming connections might use wrong route under synflood

2013-04-10 Thread Dmitry Popov
in ipv6 code and non-cookie code (usual case). Bugfix below. Signed-off-by: Dmitry Popov d...@highloadlab.com --- net/ipv4/syncookies.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv4/syncookies.c b/net/ipv4/syncookies.c index ef54377..397e0f6 100644 --- a/net/ipv4

Re: [PATCH] tcp: incoming connections might use wrong route under synflood

2013-04-11 Thread Dmitry Popov
-rmt_addr, ireq-loc_addr, th-source, th-dest); Here we do not respect sk-sk_bound_dev_if, therefore wrong dst_entry may be taken. This dst_entry is used by new socket (get_cookie_sock - tcp_v4_syn_recv_sock), so its packets may take the wrong path. Signed-off-by: Dmitry

Re: [RFC 2/2] initramfs with digital signature protection

2013-04-11 Thread Dmitry Kasatkin
Hello, (in plain text) I respond to the original question of this thread. signed initramfs allows not only to add keys to the keyrings but perform other initialization, which requires user-space. Keys can be embedded into the kernel. This is fine. Regards - Dmitry On Thu, Apr 11, 2013 at 12

[PATCH] fs: fix differed error reporting

2013-04-11 Thread Dmitry Monakhov
to be truncated or invalidated. We have to return an error regardless to number of pages in the mapping. #Original testcase: g...@github.com:dmonakhov/xfstests.git MOUNT_OPTIONS=-b1024 ./check shared/305 Signed-off-by: Dmitry Monakhov dmonak...@openvz.org --- mm/filemap.c | 29

Re: [RFC 2/2] initramfs with digital signature protection

2013-04-11 Thread Dmitry Kasatkin
On Thu, Apr 11, 2013 at 5:55 PM, Vivek Goyal vgo...@redhat.com wrote: On Thu, Apr 11, 2013 at 11:06:55AM +0300, Dmitry Kasatkin wrote: Hello, I respond to the original question of this thread. signed initramfs allows not only to add keys to the keyrings but perform other initialization

[PATCH RESEND] tcp: incoming connections might use wrong route under synflood

2013-04-11 Thread Dmitry Popov
-rmt_addr, ireq-loc_addr, th-source, th-dest); Here we do not respect sk-sk_bound_dev_if, therefore wrong dst_entry may be taken. This dst_entry is used by new socket (get_cookie_sock - tcp_v4_syn_recv_sock), so its packets may take the wrong path. Signed-off-by: Dmitry

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

2013-04-12 Thread Dmitry Torokhov
component driver of the DA9058 MFD. Signed-off-by: Anthony Olech anthony.olech.opensou...@diasemi.com Signed-off-by: David Dajun Chen david.c...@diasemi.com This is almost exact copy of da9052_onkey, can they be merged together? Thanks. -- Dmitry -- To unsubscribe from this list: send

[PATCH 0/2] [RFC] blkdev: flush generation optimization

2013-04-14 Thread Dmitry Monakhov
Some filesystems try to optimize barrier flushes by maintaining fs-specific generation counters, but if we introduce generic flush generation counter for block device filesystems may use it for fdatasync(2) optimization. Optimization should works if userspace performs mutli-threaded IO with a lot

[PATCH 2/2] ext4: Add fdatasync scalability optimization

2013-04-14 Thread Dmitry Monakhov
was called before flush request was QUEUED and COMPLETED. With that optimization we do not longer need jbd2 flush optimization. Signed-off-by: Dmitry Monakhov dmonak...@openvz.org --- fs/ext4/ext4.h |1 + fs/ext4/ext4_jbd2.h | 10 +- fs/ext4/fsync.c | 16 +++- fs

[PATCH 1/2] blkdev: add flush generation counter

2013-04-14 Thread Dmitry Monakhov
Callers may use this counter to optimize flushes Signed-off-by: Dmitry Monakhov dmonak...@openvz.org --- block/blk-core.c |1 + block/blk-flush.c |3 ++- include/linux/blkdev.h |1 + 3 files changed, 4 insertions(+), 1 deletions(-) diff --git a/block/blk-core.c b/block

Re: s390x: kernel BUG at fs/ext4/inode.c:1591!

2013-03-29 Thread Dmitry Monakhov
On Fri, 29 Mar 2013 04:53:43 -0400 (EDT), CAI Qian caiq...@redhat.com wrote: - Original Message - From: Dmitry Monakhov dmonak...@openvz.org To: Theodore Ts'o ty...@mit.edu, CAI Qian caiq...@redhat.com Cc: LKML linux-kernel@vger.kernel.org, linux-s390 linux-s

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

2013-03-31 Thread Dmitry Torokhov
= ((int)(s8)buf[1] 4) | (buf[0] 0xf); + y = ((int)(s8)buf[3] 4) | (buf[2] 0xf); + z = ((int)(s8)buf[5] 4) | (buf[4] 0xf); input_report_abs(dev-input, ABS_X, x); input_report_abs(dev-input, ABS_Y, y); -- 1.7.9.5 -- Dmitry -- To unsubscribe from this list: send

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

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

2013-03-31 Thread Dmitry Torokhov
ldewan...@nvidia.com Reviewed-by: Stephen Warren swar...@nvidia.com Applied, thank you Laxman. -- Dmitry -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: s390x: kernel BUG at fs/ext4/inode.c:1591!

2013-04-01 Thread Dmitry Monakhov
On Fri, 29 Mar 2013 05:27:02 -0400 (EDT), CAI Qian caiq...@redhat.com wrote: I've spent a half of weekend by trying to create s390x guest image, without any success. Can you please share it. - Original Message - From: Theodore Ts'o ty...@mit.edu To: CAI Qian caiq...@redhat.com

Re: s390x: kernel BUG at fs/ext4/inode.c:1591!

2013-04-01 Thread Dmitry Monakhov
On Mon, 1 Apr 2013 02:30:47 -0400 (EDT), CAI Qian caiq...@redhat.com wrote: - Original Message - From: Dmitry Monakhov dmonak...@openvz.org To: CAI Qian caiq...@redhat.com, Theodore Ts'o ty...@mit.edu Cc: LKML linux-kernel@vger.kernel.org, linux-s390 linux-s

<    5   6   7   8   9   10   11   12   13   14   >