[PATCH] module-init-tools: generate modules.seriomap

2005-02-05 Thread Dmitry Torokhov
Hi Rusty, I have converted serio bus to use ID matching and changed serio drivers to use MODULE_DEVICE_TABLE. Now that Vojtech pulled the changes into his tree it would be nice if official module-init-tools generated the module map so that hotplug scripts could automatically load proper drivers.

[PATCH] hotplug: automatically load proper serio drivers

2005-02-06 Thread Dmitry Torokhov
Hi Greg, I have added ID matching, MODULE_DEVICE_TABLE and hotplug to serio subsystem; now that Vojtech pulled changes into his tree please consider adding these 2 scripts to the hotplug package so drivers for new serio ports could be loaded automatically. Thanks! -- Dmitry serio.agent

Re: [RFC/RFT] Better handling of bad xfers/interrupt delays in psmouse

2005-02-06 Thread Dmitry Torokhov
On Sunday 06 February 2005 03:37, Vojtech Pavlik wrote: On Sun, Feb 06, 2005 at 02:23:48AM -0500, Dmitry Torokhov wrote: Ok, here is the patch using PSMOUSE_CMD_POLL. Seems to work fine with 2 external mice that I have and my touchpad in PS/2 compatibility mode. Unfortunately POLL

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

2005-02-06 Thread Dmitry Torokhov
On Sunday 06 February 2005 04:25, Vojtech Pavlik wrote: You're right, as usual. ;) How about this one? The spinlock also protects from concurrent hardware register access. I'm always surprised how much code the input API saves when converting a driver ... Yep, this looks much better. --

Re: [RFC/RFT] Better handling of bad xfers/interrupt delays in psmouse

2005-02-06 Thread Dmitry Torokhov
On Sunday 06 February 2005 04:27, Pavel Machek wrote: Hi! The patch below attempts to better handle situation when psmouse interrupt is delayed for more than 0.5 sec by requesting a resend. This will allow properly synchronize with the beginning of the packet as mouse is supposed to

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

2005-02-06 Thread Dmitry Torokhov
On Sunday 06 February 2005 08:12, Vojtech Pavlik wrote: On Tue, Feb 01, 2005 at 10:24:39AM -0500, Dmitry Torokhov wrote: 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

[PATCH] twiddler compile fix.

2005-02-06 Thread Dmitry Torokhov
Hi, Somehow this part of one of the earlier patches was lost... -- Dmitry === [EMAIL PROTECTED], 2005-02-06 20:25:21-05:00, [EMAIL PROTECTED] Input: fix compie error in twidjoy.c Signed-off-by: Dmitry Torokhov [EMAIL

Re: [PATCH] module-init-tools: generate modules.seriomap

2005-02-06 Thread Dmitry Torokhov
On Sunday 06 February 2005 22:41, Rusty Russell wrote: On Sun, 2005-02-06 at 02:55 -0500, Dmitry Torokhov wrote: Hi Rusty, I have converted serio bus to use ID matching and changed serio drivers to use MODULE_DEVICE_TABLE. Now that Vojtech pulled the changes into his tree it would

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

2005-02-07 Thread Dmitry Torokhov
On Mon, 7 Feb 2005 13:20:33 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Sun, Feb 06, 2005 at 08:21:13PM -0500, Dmitry Torokhov wrote: Opening braces should go on the same line as the statement (if (...) {). How about this patch? Looks fine now. Hmm, wait a sec... Don't we

Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

2005-02-07 Thread Dmitry Torokhov
On Mon, 7 Feb 2005 09:43:27 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: Hi. Sorry; I accidentally deleted my email and your response, Dmitry. :/ Anyhow, here is /proc/bus/input/devices $ cat /proc/bus/input/devices I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name=AT

Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

2005-02-07 Thread Dmitry Torokhov
On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Dmitry Torokhov on Monday, 07 February, 2005: Nonetheless it would be nice to see the data stream from the touchpad to see why our ALPS support does not work quite right. Could you please try booting

Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

2005-02-07 Thread Dmitry Torokhov
On Mon, 7 Feb 2005 13:05:41 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Dmitry Torokhov on Monday, 07 February, 2005: On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Dmitry Torokhov on Monday, 07 February, 2005: Nonetheless it would be nice to see

Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

2005-02-07 Thread Dmitry Torokhov
On Mon, 7 Feb 2005 13:16:15 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Dmitry Torokhov on Monday, 07 February, 2005: On Mon, 7 Feb 2005 13:05:41 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Dmitry Torokhov on Monday, 07 February, 2005: On Mon, 7 Feb 2005 12:09:50 -0600

Re: [RFC/RFT] [patch] Elo serial touchscreen driver

2005-02-08 Thread Dmitry Torokhov
On Tue, 8 Feb 2005 17:42:27 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: Hi! I've written a driver for probably the most common touchscreen type - the serial Elo touchscreen. Hi, Looks very nice, unfortunately I don;t have a touchscreen to test it. One thing - now that kcalloc in the

Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

2005-02-08 Thread Dmitry Torokhov
On Tue, 8 Feb 2005 12:00:20 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Joseph Pingenot on Monday, 07 February, 2005: Hope that helps. Did it help any? Yes, thank you. A patch is forthcoming later tonight. -- Dmitry - To unsubscribe from this list: send the line unsubscribe

[PATCH] Fix ALPS sync loss

2005-02-08 Thread Dmitry Torokhov
PROTECTED], 2005-02-08 18:12:06-05:00, [EMAIL PROTECTED] Input: alps - fix protocol validation rules causing touchpad to lose sync if an absolute packet is received after a relative packet with negative Y displacement. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED

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

2005-02-10 Thread Dmitry Torokhov
On Thu, 10 Feb 2005 12:18:37 -0500, Adam Belay [EMAIL PROTECTED] wrote: On Thu, 2005-02-10 at 00:41 -0800, Greg KH wrote: On Fri, Jan 28, 2005 at 05:30:04PM -0500, Adam Belay wrote: Hi, This patch adds initial support for driver matching priorities to the driver model. It is needed

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

2005-02-10 Thread Dmitry Torokhov
On Thu, 10 Feb 2005 10:33:38 -0800, Greg KH [EMAIL PROTECTED] wrote: On Thu, Feb 10, 2005 at 12:18:37PM -0500, Adam Belay wrote: The second *match function in struct device_driver gives the driver a chance to evaluate it's ability of controlling the device and solves a few problems with

Re: [PATCH 0/5] sonypi driver update

2005-02-10 Thread Dmitry Torokhov
On Thu, 10 Feb 2005 16:44:21 +0100, Stelian Pop [EMAIL PROTECTED] wrote: Hi, Over the last few weeks I've collected a few patches in my tree coming from others and it's time to merge them upstream: 1/5: sonypi: replace schedule_timeout() with msleep() 2/5: sonypi: add

Re: [RFC] Linux Kernel Subversion Howto

2005-02-10 Thread Dmitry Torokhov
On Thu, 10 Feb 2005 20:23:19 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Feb 10, 2005 at 10:42:15AM -0600, Steve Lee wrote: Roman, besides BK being closed source, how exactly is it lacking for your needs? If what it lacks is a good idea and helps many, Larry and crew might be

Re: [PATCH] Fix ALPS sync loss

2005-02-10 Thread Dmitry Torokhov
On Wed, 9 Feb 2005 11:35:34 -0600, Joseph Pingenot [EMAIL PROTECTED] wrote: From Dmitry Torokhov on Tuesday, 08 February, 2005: Hi, Here is the promised patch. It turns out protocol validation code was a bit (or rather a byte ;) ) off. Please let me know if it fixes your touchpad and I

Re: [PATCH] arp_queue: serializing unlink + kfree_skb

2005-02-10 Thread Dmitry Torokhov
On Thursday 10 February 2005 22:50, David S. Miller wrote: Unlike the above routines, it is required that explicit memory barriers are performed before and after the operation.  It must be done such that all memory operations before and after the atomic operation calls are strongly

[PATCH 1/10] Gameport: rename driver to port_data

2005-02-10 Thread Dmitry Torokhov
=== [EMAIL PROTECTED], 2005-02-11 01:09:43-05:00, [EMAIL PROTECTED] Input: rename gameport-driver to gameport-port_data in preparation to sysfs integration. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED

[PATCH 0/10] Convert gameport to driver model/sysfs

2005-02-10 Thread Dmitry Torokhov
Hi, This series of patches adds a new gameport bus to the driver model. It is implemented very similarly to serio bus and also allows individual drivers to be manually bound/disconnected from a port by manipulating port's drvctl attribute. 01-gameport-renames1.patch - rename gameport-driver to

[PATCH 2/10] Gameport: rename gameport_dev to gameport_driver

2005-02-10 Thread Dmitry Torokhov
- gameport_[un]register_driver Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/input/gameport/gameport.c | 52 ++-- drivers/input/joystick/a3d.c| 10 +++--- drivers/input/joystick/adi.c| 10 +++--- drivers/input/joystick/analog.c

[PATCH 3/10] Gameport: connect() is mandatory

2005-02-10 Thread Dmitry Torokhov
bind driver to a port. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] gameport.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) === diff -Nru a/drivers/input/gameport/gameport.c b/drivers/input

[PATCH 5/10] Gameport: convert input/gameport to dynamic allocation

2005-02-10 Thread Dmitry Torokhov
=== [EMAIL PROTECTED], 2005-02-11 01:19:36-05:00, [EMAIL PROTECTED] Input: convert input/gameport to dynamic gameport allocation. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/input/gameport/cs461x.c | 29

[PATCH 4/10] Gameport: prepare to dynamic allocation

2005-02-10 Thread Dmitry Torokhov
and phys; - dynamically allocated gameports are automatically announced in kernel logs and freed when unregistered. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/input/gameport/gameport.c | 24 include/linux/gameport.h | 38

[PATCH 6/10] Gameport: convert sound/oss to dynamic allocation

2005-02-10 Thread Dmitry Torokhov
=== [EMAIL PROTECTED], 2005-02-11 01:20:08-05:00, [EMAIL PROTECTED] Input: convert sound/oss to dynamic gameport allocation. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] cmpci.c | 100

[PATCH 7/10] Gameport: convert sound/alsa to dynamic allocation

2005-02-10 Thread Dmitry Torokhov
=== [EMAIL PROTECTED], 2005-02-11 01:20:30-05:00, [EMAIL PROTECTED] Input: convert sound/pci to dynamic gameport allocation. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] include/sound/cs46xx.h |4

[PATCH 8/10] Gameport: add gameport sysfs bus, add drivers

2005-02-10 Thread Dmitry Torokhov
of void. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/Makefile|2 drivers/input/gameport/gameport.c | 39 ++ drivers/input/joystick/a3d.c| 44 ++--- drivers/input/joystick/adi.c| 63

[PATCH 9/10] Gameport: complete sysfs integration

2005-02-10 Thread Dmitry Torokhov
=== [EMAIL PROTECTED], 2005-02-11 01:21:32-05:00, [EMAIL PROTECTED] Input: complete gameport sysfs integration, ports are now devices in driver model. Implemented similarly to serio. Signed-off-by: Dmitry Torokhov

[PATCH 10/10] Gameport: replace -private with gameport_get/set_drvdata

2005-02-10 Thread Dmitry Torokhov
-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/input/joystick/a3d.c| 10 ++ drivers/input/joystick/adi.c|7 --- drivers/input/joystick/analog.c |7 +-- drivers/input/joystick/cobra.c | 10 ++ drivers/input/joystick/gf2k.c | 10

Re: [rfc/rft] Fujitsu B-Series Lifebook PS/2 TouchScreen driver

2005-02-12 Thread Dmitry Torokhov
On Saturday 12 February 2005 12:01, Kenan Esau wrote: Second thing is that I am not shure that it is a good idea to integrate the lbtouch-support into the psmouse-driver since there is no real way of deciding if the device you are talking to is REALLY a lifebook-touchsreen or not. I think

Re: 2.6.9 2.6.10 unresponsive to keyboard upon bootup

2005-02-12 Thread Dmitry Torokhov
On Saturday 12 February 2005 12:50, Roey Katz wrote: Hello again Dmitry, is there anything new about this issue? any fixes in the kernel? If you want, I can continue doing the test/debug cycle as before. Hi Roey, I have been looking over your logs one more time and it looks like there is

Re: [PATCH 2.6.11-rc3] IBM Trackpoint support

2005-02-13 Thread Dmitry Torokhov
On Sunday 13 February 2005 14:13, Stephen Evanchik wrote: On Thu, 3 Feb 2005 22:52:44 -0500, Dmitry Torokhov [EMAIL PROTECTED] wrote: OK, I have read the code once again, and saw that you have special handling within PS/2 protocol based on model constant. Please set psmouse type

Re: PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-13 Thread Dmitry Torokhov
On Sunday 13 February 2005 19:32, Stephen Evanchik wrote: Here is the latest IBM TrackPoint patch. I believe I made all of the necessary changes in this release including the removal of the middle-to-scroll functionality. One item I didn't address was a comment about checking the return code

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

2005-02-14 Thread Dmitry Torokhov
On Monday 14 February 2005 11:32, Prarit Bhargava wrote: I didn't see a final ACK on this patch -- just checking for one :) P. I see that resource allocation part is in Vojtech's tree now but the part changing timeout message was dropped. -- Dmitry - To unsubscribe from this list: send the

[RCF/RFT] Fix race timer race in gameport-based joystick drivers

2005-02-14 Thread Dmitry Torokhov
joystick drivers by moving pollig timer down into gameport and using spinlock to protect it. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/input/gameport/gameport.c | 42 - drivers/input/joystick/a3d.c | 38

Re: [rfc/rft] Fujitsu B-Series Lifebook PS/2 TouchScreen driver

2005-02-15 Thread Dmitry Torokhov
On Tue, 15 Feb 2005 14:43:08 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Feb 15, 2005 at 09:57:59AM +0100, Kenan Esau wrote: +static struct dmi_system_id lifebook_dmi_table[] = { + { + .ident = Fujitsu Siemens Lifebook B-Sereis, + .matches = { +

Re: [RCF/RFT] Fix race timer race in gameport-based joystick drivers

2005-02-15 Thread Dmitry Torokhov
On Tue, 15 Feb 2005 15:05:01 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Feb 15, 2005 at 12:42:31AM -0500, Dmitry Torokhov wrote: Hi, There seems to be a race WRT to timer handling in all gameport-based joystick drivers. open() and close() methods are used to start and stop

Re: [rfc/rft] Fujitsu B-Series Lifebook PS/2 TouchScreen driver

2005-02-15 Thread Dmitry Torokhov
On Tue, 15 Feb 2005 18:03:28 +0100, Kenan Esau [EMAIL PROTECTED] wrote: Am Dienstag, den 15.02.2005, 09:43 -0500 schrieb Dmitry Torokhov: On Tue, 15 Feb 2005 14:43:08 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Feb 15, 2005 at 09:57:59AM +0100, Kenan Esau wrote: +static

Re: [PATCH] add bus symlink to class/block devices

2005-02-15 Thread Dmitry Torokhov
On Tue, 15 Feb 2005 23:04:06 +0100, Kay Sievers [EMAIL PROTECTED] wrote: -static int class_device_dev_link(struct class_device * class_dev) -{ - if (class_dev-dev) - return sysfs_create_link(class_dev-kobj, -class_dev-dev-kobj,

Re: [PATCH] add bus symlink to class/block devices

2005-02-15 Thread Dmitry Torokhov
On Tuesday 15 February 2005 18:44, Greg KH wrote: On Tue, Feb 15, 2005 at 05:25:54PM -0500, Dmitry Torokhov wrote: On Tue, 15 Feb 2005 23:04:06 +0100, Kay Sievers [EMAIL PROTECTED] wrote: -static int class_device_dev_link(struct class_device * class_dev) -{ - if (class_dev

Re: PATCH 2.6.11-rc4]: IBM TrackPoint configuration support

2005-02-15 Thread Dmitry Torokhov
Hi, sorry, couple of more things (and I promise I will shut up ;)) /* + * Try to initialize the IBM TrackPoint + */ + if (max_proto PSMOUSE_PS2 trackpoint_init(psmouse) == 0) { + psmouse-vendor = IBM; + psmouse-name = TrackPoint; + + return

Re: [RCF/RFT] Fix race timer race in gameport-based joystick drivers

2005-02-15 Thread Dmitry Torokhov
Somehow missed sidewinder driver... == Input: fix timer handling race in sidewinder joystick driver by switching to gameport's polling facilities. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] = drivers/input

Swsusp, resume and kernel versions

2005-02-16 Thread Dmitry Torokhov
Pavel, First of all I must say that swsusp has progressed alot and now works very reliably, at least for my configuration, and I use it a lot. Great job! But I think there is one pretty severe issue present - even if swsusp is not enabled kernel should check if there is an image in swap and

Re: Swsusp, resume and kernel versions

2005-02-16 Thread Dmitry Torokhov
Hi Nigel, On Thursday 17 February 2005 00:15, Nigel Cunningham wrote: Hi Dmitry. On Thu, 2005-02-17 at 15:46, Dmitry Torokhov wrote: Pavel, First of all I must say that swsusp has progressed alot and now works very reliably, at least for my configuration, and I use it a lot. Great

Re: 2.6.11-rc4: touch pad misidentified (ALPS instead of ImPS/2)

2005-02-17 Thread Dmitry Torokhov
On Thu, 17 Feb 2005 13:37:55 +0100, Michael Brade [EMAIL PROTECTED] wrote: Hi, the new 2.6.11-rc series has another problem for me, my touchpad (Toshiba Laptop) stopped working. I guess this has to do with [PATCH] ALPS touchpad detection fix that was posted about 4 weeks ago. The kernel says

Re: Swsusp, resume and kernel versions

2005-02-17 Thread Dmitry Torokhov
On Thu, 17 Feb 2005 11:28:47 -0500, John M Flinchbaugh [EMAIL PROTECTED] wrote: On Thu, Feb 17, 2005 at 12:07:31PM +0100, Pavel Machek wrote: When all the vendor's kernels have swsusp, it will magically kill the signature. Or stick mkswap /dev/XXX in your init scripts. This is what I've

Re: Swsusp, resume and kernel versions

2005-02-17 Thread Dmitry Torokhov
On Thu, 17 Feb 2005 20:56:52 +0100, Pavel Machek [EMAIL PROTECTED] wrote: Hi! Just remember you're doing the mkswap if you decide to rearrange your partitions at all, or code a script smart enough to grep your swap partitions out of your fstab. It could be a workaround. Still it

Re: 2.6: drivers/input/power.c is never built

2005-02-18 Thread Dmitry Torokhov
. There was some recent discussion of this on linux-input. It was basically agreed that the input system should pass the request on to ACPI and/or apm and Dmitry Torokhov (cc'd) proposed a patch that did this. His patch needed to be slightly modified to work with arm apm, the final result

Re: 2.6: drivers/input/power.c is never built

2005-02-18 Thread Dmitry Torokhov
On Fri, 18 Feb 2005 18:00:36 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Feb 18, 2005 at 05:01:53PM +0100, Pavel Machek wrote: It has quite a lot of #ifdefs for CONFIG_APM/CONFIG_ARM/CONFIG_ACPI, and it will not work on i386/APM, anyway. I still believe right solution is

Re: 2.6: drivers/input/power.c is never built

2005-02-18 Thread Dmitry Torokhov
On Fri, 18 Feb 2005 19:39:36 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Feb 18, 2005 at 01:19:08PM -0500, Dmitry Torokhov wrote: On Fri, 18 Feb 2005 18:00:36 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Feb 18, 2005 at 05:01:53PM +0100, Pavel Machek wrote

Re: [BK] upgrade will be needed

2005-02-18 Thread Dmitry Torokhov
On Fri, 18 Feb 2005 13:34:23 -0500 (EST), Sean [EMAIL PROTECTED] wrote: On Fri, February 18, 2005 11:27 am, Theodore Ts'o said: If you truly believe that BK would be able to add the value that it does to the kernel development process by using some other SCM as the master SCM, with BK

Re: [BK] upgrade will be needed

2005-02-18 Thread Dmitry Torokhov
On Fri, 18 Feb 2005 14:31:20 -0500 (EST), Sean [EMAIL PROTECTED] wrote: On Fri, February 18, 2005 2:26 pm, Dmitry Torokhov said: What is bk2cvs gateway that is maintained by Larry then? Just call it your head that Linus feeds from his BK repository and you are all set. I can see

Re: [BK] upgrade will be needed

2005-02-18 Thread Dmitry Torokhov
On Fri, 18 Feb 2005 23:18:19 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Fri, Feb 18, 2005 at 09:34:47PM +, Anton Altaparmakov wrote: On Fri, 18 Feb 2005, David S. Miller wrote: On Fri, 18 Feb 2005 21:45:55 +0100 d.c [EMAIL PROTECTED] wrote: 2) And more important,

Re: 2.6: drivers/input/power.c is never built

2005-02-18 Thread Dmitry Torokhov
On Friday 18 February 2005 18:31, Pavel Machek wrote: Hi! What is the benefit of splitting the flow of information so? It's split already. You get some from input (power and sleep keys on keyboards, sound volume keys and display brightness on some notebooks), some from ACPI events

Re: 2.6: drivers/input/power.c is never built

2005-02-18 Thread Dmitry Torokhov
Hi Nigel, On Saturday 19 February 2005 01:28, Nigel Cunningham wrote: Hi. On Sat, 2005-02-19 at 13:58, Dmitry Torokhov wrote: On Friday 18 February 2005 18:31, Pavel Machek wrote: I believe power and suspend keys should definitely go through input. I'm not that sure about battery

Re: [PATCH] Amiga joystick typo (was: Re: Input: fix open/close races in joystick drivers - add a semaphore)

2005-07-13 Thread Dmitry Torokhov
On 7/13/05, Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Mon, 27 Jun 2005, Linux Kernel Mailing List wrote: tree 11d80109ddc2f61de6a75a37941346100a67a0d1 parent af246041277674854383cf91b8f0b01217b521e8 author Dmitry Torokhov [EMAIL PROTECTED] Sun, 29 May 2005 12:29:52 -0500 committer

Re: Linux v2.6.13-rc3

2005-07-13 Thread Dmitry Torokhov
On 7/13/05, Linus Torvalds [EMAIL PROTECTED] wrote: Dmitry Torokhov: [ACPI] Enable EC Burst Mode Ugh, this one is not really mine. Luming did all the work. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt

2005-07-13 Thread Dmitry Torokhov
Hi, On 7/13/05, Lee Revell [EMAIL PROTECTED] wrote: On Wed, 2005-07-13 at 12:10 -0700, Linus Torvalds wrote: So we should aim for a HZ value that makes it easy to convert to and from the standard user-space interface formats. 100Hz, 250Hz and 1000Hz are all good values for that reason. 864

Re: Synaptics probe problem on Acer Travelmate 3004WTMi

2005-07-13 Thread Dmitry Torokhov
On 7/13/05, Thomas Sailer [EMAIL PROTECTED] wrote: Hi Vojtech, I've got a problem with my Acer Travelmate 3004WTMi Laptop: vanilla 2.6 does not detect the synaptics touchpad. The problem lies within psmouse_probe: after the PSMOUSE_CMD_GETID command, param[0] contains 0xfa, and not one of

Re: PS/2 Keyboard is dead after resume.

2005-07-14 Thread Dmitry Torokhov
On Thursday 14 July 2005 21:35, Andrew Haninger wrote: Hello. I'm using Linux Kernel 2.6.12.2 plus suspend 2.1.9.9 and acpi-20050408 with the hibernate-1.10 script. My machine is a Shuttle SK43G which has a VIA KM400 chipset with an Athlon XP CPU. Suspension seems to work well. However,

Re: PS/2 Keyboard is dead after resume.

2005-07-16 Thread Dmitry Torokhov
[Suspend2 was removed from CC as it appears to be subscribers-only list.] On Friday 15 July 2005 06:43, Andrew Haninger wrote: On 7/15/05, Dmitry Torokhov [EMAIL PROTECTED] wrote: Could you try doing: echo 1 /sys/modules/i8042/parameters/debug before suspending and the post

Re: Synaptics and TrackPoint problems in 2.6.12

2005-07-20 Thread Dmitry Torokhov
On Tuesday 19 July 2005 22:40, Stephen Evanchik wrote: Dimitry, I have been receiving a lot of complaints that TrackPoints on Synaptics pass-thru ports stopped working with 2.6.12. I retested 2.6.9 and 2.6.11-rc3 successfully, I believe 2.6.11.7 may also work but that is unconfirmed at this

Re: Synaptics and TrackPoint problems in 2.6.12

2005-07-20 Thread Dmitry Torokhov
On 7/20/05, Sergey Vlasov [EMAIL PROTECTED] wrote: On Tue, 19 Jul 2005 23:40:18 -0400 Stephen Evanchik wrote: I have been receiving a lot of complaints that TrackPoints on Synaptics pass-thru ports stopped working with 2.6.12. I retested 2.6.9 and 2.6.11-rc3 successfully, I believe

Re: [patch,rfc] Support for touchscreen on sharp zaurus sl-5500

2005-07-20 Thread Dmitry Torokhov
Hi, On Thursday 21 July 2005 00:24, Pavel Machek wrote: +config TOUCHSCREEN_COLLIE + tristate Collie touchscreen (for Sharp SL-5500) + depends on MCP_UCB1200 INPUT I don't think you need INPUT here. obj-$(CONFIG_TOUCHSCREEN_BITSY) += h3600_ts_input.o

Re: [linux-pm] [PATCH] Corrected Workqueue freezer support.

2005-07-20 Thread Dmitry Torokhov
On Thursday 21 July 2005 00:32, Nigel Cunningham wrote: (Fixed to remove the latent mention of syncthreads). This patch implements freezer support for workqueues. The current refrigerator implementation makes all workqueues NOFREEZE, regardless of whether they need to be or not. I think

Re: fix suspend/resume irq request free for yenta..

2005-07-22 Thread Dmitry Torokhov
On Friday 22 July 2005 17:33, Dave Airlie wrote: Without this patch my laptop fails to resume from suspend to RAM... It applies against a pretty recent 2.6.13-rc3 from git.. Hi, Is it necessary to do free_irq for suspend? Shouldn't disable_irq be enough? -- Dmitry - To unsubscribe from

Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-22 Thread Dmitry Torokhov
On Friday 22 July 2005 19:28, Pavel Machek wrote: This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, please apply, I have couple more commnets... +static int ucb1x00_thread(void *_ts) +{ + struct ucb1x00_ts *ts = _ts; + struct task_struct *tsk = current; + int

Re: [PATCH] driver core: Add the ability to unbind drivers to devices from userspace

2005-07-24 Thread Dmitry Torokhov
On Sunday 24 July 2005 23:09, Jon Smirl wrote: I just pulled from GIT to test bind/unbind. I couldn't get it to work; it isn't taking into account the CR on the end of the input value of the sysfs attribute. This patch will fix it but I'm sure there is a cleaner solution. echo -n should

[patch 03/24] serio: add modalias

2005-07-24 Thread Dmitry Torokhov
Input: serio - add modalias attribute and environment variable to simplify hotplug scripts. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/serio/serio.c | 42 ++ 1 files changed, 26 insertions(+), 16 deletions(-) Index: work

[patch 02/24] uinput: use completions

2005-07-24 Thread Dmitry Torokhov
Input: uinput - use completions instead of events and manual wakeups in force feedback code. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/misc/uinput.c | 81 +++- include/linux/uinput.h |5 +- 2 files changed, 45

[patch 15/24] ALPS: Fix resume for DualPoints

2005-07-25 Thread Dmitry Torokhov
From: David Moore [EMAIL PROTECTED] Input: ALPS - fix resume (for DualPoints) The driver would not reset pass-through mode when performing resume of a DualPoint touchpad causing it to stop working until next reboot. Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov

[patch 05/24] Add usb_to_input_id

2005-07-25 Thread Dmitry Torokhov
Input: introduce usb_to_input_id() to uniformly produce struct input_id for USB input devices. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/usb/input/acecad.c |6 ++ drivers/usb/input/aiptek.c |6 ++ drivers/usb/input/ati_remote.c |8

[patch 08/24] input: make name, phys and uniq const char

2005-07-25 Thread Dmitry Torokhov
Input: make name, phys and uniq be 'const char *' because once set noone should attempt to change them. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/char/sonypi.c | 24 ++-- drivers/input/misc/uinput.c | 23 --- include

[patch 16/24] ALPS: fix enabling tapping mode

2005-07-25 Thread Dmitry Torokhov
PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/mouse/alps.c | 25 +++-- 1 files changed, 7 insertions(+), 18 deletions(-) Index: work/drivers/input/mouse/alps.c === --- work.orig

[patch 12/24] i8042 - add Alienware Sentia to NOMUX blacklist

2005-07-25 Thread Dmitry Torokhov
Input: i8042 - add Alienware Sentia to NOMUX blacklist. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/serio/i8042-x86ia64io.h |7 +++ 1 files changed, 7 insertions(+) Index: work/drivers/input/serio/i8042-x86ia64io.h

[patch 20/24] HID - only report events coming from interrupts to hiddev

2005-07-25 Thread Dmitry Torokhov
reported to hiddev as interrupt events. Signed-off-by: Adam Kropelin [EMAIL PROTECTED] Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/usb/input/hid-core.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions

[patch 13/24] i8042 - add Fujitsu T3010 to NOMUX blacklist

2005-07-25 Thread Dmitry Torokhov
From: Vojtech Pavlik [EMAIL PROTECTED] Input: i8042 - add Fujitsu T3010 to NOMUX blacklist. Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/serio/i8042-x86ia64io.h |7 +++ 1 files changed, 7 insertions(+) Index: work

[patch 17/24] HID: Add a quirk for Aashima gamepad

2005-07-25 Thread Dmitry Torokhov
From: Luca T. [EMAIL PROTECTED] Input: HID - add a quirk for Aashima Trust (06d6:0025) gamepad Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/usb/input/hid-core.c |4 1 files changed, 4 insertions(+) Index: work/drivers

[patch 06/24] sonypi: make sure input_work is not running when unloading

2005-07-25 Thread Dmitry Torokhov
Sonypi: make sure that input_work is not running when unloading the module; submit/retrieve key release data into/from input_fifo in one shot. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/char/sonypi.c | 122 +- 1

[patch 14/24] synaptics - limit rate on Toshiba Dynabooks

2005-07-25 Thread Dmitry Torokhov
PROTECTED] Signed-off-by: Vojtech Pavlik [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/mouse/synaptics.c | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: work/drivers/input/mouse/synaptics.c

[patch 01/24] uinput: formatting, cleanup

2005-07-25 Thread Dmitry Torokhov
Input: clean up uinput driver (formatting, extra braces) Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/misc/uinput.c | 81 +++- 1 files changed, 35 insertions(+), 46 deletions(-) Index: work/drivers/input/misc/uinput.c

[patch 21/24] psmouse: wheel mice always have middle button

2005-07-25 Thread Dmitry Torokhov
[EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/mouse/logips2pp.c|2 -- drivers/input/mouse/psmouse-base.c |2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) Index: work/drivers/input/mouse/logips2pp.c

[patch 22/24] i8042 - dont use negation in i8042_command()

2005-07-25 Thread Dmitry Torokhov
. Based on patch by Vojtech Pavlik. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/serio/i8042.c | 62 +++- 1 files changed, 33 insertions(+), 29 deletions(-) Index: work/drivers/input/serio/i8042.c

[patch 07/24] input: rearrange procfs code

2005-07-25 Thread Dmitry Torokhov
Input: rearrange procfs code to reduce number of #ifdefs Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/input.c | 389 +- 1 files changed, 198 insertions(+), 191 deletions(-) Index: work/drivers/input/input.c

[patch 18/24] joydev - remove MSECS macro

2005-07-25 Thread Dmitry Torokhov
-by: Vojtech Pavlik [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/joydev.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: work/drivers/input/joydev.c === --- work.orig

[patch 00/24] Input patches for 2.6.13

2005-07-25 Thread Dmitry Torokhov
-off-by: Sergey Vlasov [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] -- author Vojtech Pavlik [EMAIL PROTECTED] Sun, 24 Jul 2005 10:50:03 -0500 Input: check keycodesize when adjusting keymaps When changing key mappings we need to make sure that the new

[patch 24/24] Synaptics - fix setting packet size on passthrough port

2005-07-25 Thread Dmitry Torokhov
instead. Signed-off-by: Sergey Vlasov [EMAIL PROTECTED] Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] --- drivers/input/mouse/synaptics.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: work/drivers/input/mouse/synaptics.c

Re: [PATCH] driver core: Add the ability to unbind drivers to devices from userspace

2005-07-25 Thread Dmitry Torokhov
On 7/25/05, Jon Smirl [EMAIL PROTECTED] wrote: On 7/25/05, Dmitry Torokhov [EMAIL PROTECTED] wrote: On Sunday 24 July 2005 23:09, Jon Smirl wrote: I just pulled from GIT to test bind/unbind. I couldn't get it to work; it isn't taking into account the CR on the end of the input value

Re: [patch 1/2] Touchscreen support for sharp sl-5500

2005-07-25 Thread Dmitry Torokhov
Hi Pavel, On 7/24/05, Pavel Machek [EMAIL PROTECTED] wrote: I have made quite a lot of cleanups to touchscreen part, and it seems to be acceptable by input people. I think it should go into drivers/input/touchscreen/collie_ts.c... Also it looks to me like mcp.h should go into

Re: [patch 1/2] Touchscreen support for sharp sl-5500

2005-07-25 Thread Dmitry Torokhov
On 7/25/05, Russell King [EMAIL PROTECTED] wrote: On Mon, Jul 25, 2005 at 10:16:05AM -0500, Dmitry Torokhov wrote: If the problem is that you have a single piece of hardware you need to bind several drivers to - I guess you will have to create a new sub-device bus for that. Or just register

Re: [patch 1/2] Touchscreen support for sharp sl-5500

2005-07-25 Thread Dmitry Torokhov
On 7/25/05, Russell King [EMAIL PROTECTED] wrote: On Mon, Jul 25, 2005 at 11:02:43AM -0500, Dmitry Torokhov wrote: On 7/25/05, Russell King [EMAIL PROTECTED] wrote: On Mon, Jul 25, 2005 at 10:16:05AM -0500, Dmitry Torokhov wrote: If the problem is that you have a single piece of hardware

Re: Problem with Asus P4C800-DX and P4 -Northwood-

2005-07-25 Thread Dmitry Torokhov
On 7/25/05, Andreas Baer [EMAIL PROTECTED] wrote: Here I have /dev/hda: 26.91 MB/sec /dev/hda1: 26.90 MB/sec(Windows FAT32) /dev/hda7: 17.89 MB/sec(Linux EXT3) Could you give me a reason how this is possible? a reason for what ? the fact that

Re: [PATCH] driver core: Add the ability to unbind drivers to devices from userspace

2005-07-25 Thread Dmitry Torokhov
On Monday 25 July 2005 22:15, Jon Smirl wrote: + while( isspace(*x) (x - buffer-page count)) + x++; + + /* locate trailng white space */ + z = y = x; + while (y - buffer-page count) { + y++; + z = y; + while( isspace(*y)

Re: kernel guide to space (updated)

2005-07-28 Thread Dmitry Torokhov
On 7/28/05, Michael S. Tsirkin [EMAIL PROTECTED] wrote: 9. The following is helpful with VIM set cinoptions=(0:0 And this will highlight whitespace damage: highlight RedundantSpaces ctermbg=red guibg=red match RedundantSpaces /\s\+$\| \+\ze\t/ -- Dmitry - To unsubscribe from this

Re: alsa es1371's joystick functionality broken in 2.6.11-mm4

2005-04-20 Thread Dmitry Torokhov
On Wednesday 20 April 2005 20:42, Patrick McFarland wrote: On Wednesday 20 April 2005 12:47 am, Patrick McFarland wrote: I just tested 2.6.6, it seems to be broken too. I wonder if this actually is a kernel issue, I should have found a working kernel by now. I'll continue to 2.6.5. I

Re: alsa es1371's joystick functionality broken in 2.6.11-mm4

2005-04-20 Thread Dmitry Torokhov
On Wednesday 20 April 2005 21:21, Patrick McFarland wrote: On Wednesday 20 April 2005 10:12 pm, Dmitry Torokhov wrote: On Wednesday 20 April 2005 20:42, Patrick McFarland wrote: On Wednesday 20 April 2005 12:47 am, Patrick McFarland wrote: I just tested 2.6.6, it seems to be broken too

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