Re: [RFC/PATCH 0/22] W1: sysfs, lifetime and other fixes

2005-04-21 Thread Dmitry Torokhov
One more thing... On 4/21/05, Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Thu, 2005-04-21 at 02:07 -0500, Dmitry Torokhov wrote: w1-master-drop-attrs.patch Get rid of unneeded master device attributes: - 'pointer' and 'attempts' are meaningless for userspace; - information

Re: Linux 2.6.12-rc3: various swsusp problems

2005-04-23 Thread Dmitry Torokhov
no suspend image or, better yet, Suspend partition does not contain valid suspend image? -- 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: 2.6 kernel, 2.4 kernel, keyboard input handling

2005-04-22 Thread Dmitry Torokhov
are saying loss of keyboard function but then mention mouse clicks. What is that you lose - keyboard or mouse or both? We know about problems with KVMs and mice but keyboards usually work just fine with 2.6... -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-04 Thread Dmitry Torokhov
thing to do? Yes, it helps on some other laptops. -- 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: Problem with PS/2 Logitech WheelMouse

2005-07-05 Thread Dmitry Torokhov
proto=bare and rmmod psmouse insmod /lib/modules/`uname -r`/kernel/drivers/input/mouse/psmouse.ko proto=imps And tell me if any of them work? Thanks! -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: overriding keyboard driver in a module

2005-07-06 Thread Dmitry Torokhov
them back into kernel through uinput driver. As an additional plus it should work for any keyboard (or rather any input device), not only PS/2 keyboard. -- 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: Patch of a new driver for kernel 2.4.x that need review

2005-07-07 Thread Dmitry Torokhov
Pekka J Enberg [EMAIL PROTECTED] wrote: Mark Gross writes: + +/* 0 = Dynamic allocation of the major device number */ +#define TLCLK_MAJOR 252 Enums, please. But not here - it is a single constant, not a value of a distinct type. -- Dmitry - To unsubscribe from this list: send

Re: Patch of a new driver for kernel 2.4.x that need review

2005-07-07 Thread Dmitry Torokhov
Hi Pekka, Pekka J Enberg [EMAIL PROTECTED] wrote: Hi Dmitry, Mark Gross writes: + +/* 0 = Dynamic allocation of the major device number */ +#define TLCLK_MAJOR 252 Pekka J Enberg [EMAIL PROTECTED] wrote: Enums, please. Dmitry Torokhov writes: But not here

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-07 Thread Dmitry Torokhov
! -- 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: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-07 Thread Dmitry Torokhov
Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Jul 07, 2005 at 11:24:43PM +0200, Mattia Dongili wrote: On Thu, Jul 07, 2005 at 01:02:38PM -0700, Dmitry Torokhov wrote: Mattia Dongili [EMAIL PROTECTED] wrote: [...] This is the device (on a Vaio GR), which other info could I provide

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-08 Thread Dmitry Torokhov
Mattia Dongili [EMAIL PROTECTED] wrote: On Thu, Jul 07, 2005 at 11:28:55PM +0200, Vojtech Pavlik wrote: On Thu, Jul 07, 2005 at 11:24:43PM +0200, Mattia Dongili wrote: On Thu, Jul 07, 2005 at 01:02:38PM -0700, Dmitry Torokhov wrote: Mattia Dongili [EMAIL PROTECTED] wrote: [...] oh

Re: [RFC][PATCH 2.6.13-rc1] driver core: subclasses

2005-07-10 Thread Dmitry Torokhov
be overkill. The tailing part of the thread is here: http://marc.theaimsgroup.com/?l=linux-kernelm=111873628324649w=2 http://marc.theaimsgroup.com/?l=linux-hotplug-develm=111877313202313w=2 where Hannes and Dmitry seemed to indicate (to my reading) that they were looking for subclasses. Perhaps

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-10 Thread Dmitry Torokhov
On Tuesday 05 July 2005 23:53, Micheal Marineau wrote: Dmitry Torokhov wrote: On Monday 04 July 2005 16:14, Mike Waychison wrote: Hi, I just upgrade my Tecra M2 this weekend to the latest GIT tree and noticed that my mouse pointer/touchpad is now broken on resume. Investigating

Re: kernel guide to space

2005-07-11 Thread Dmitry Torokhov
easier to read... if (foobar(.) + barbar * foobar(bar + foo * oof)) { } -- 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

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-12 Thread Dmitry Torokhov
-descriptor.idProduct); id-version = le16_to_cpu(dev-descriptor.bcdDevice); } -- 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

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-12 Thread Dmitry Torokhov
On 7/12/05, Stelian Pop [EMAIL PROTECTED] wrote: Le mardi 12 juillet 2005 à 09:13 -0500, Dmitry Torokhov a écrit : Hi, On 7/12/05, Stelian Pop [EMAIL PROTECTED] wrote: + dev-input.id.bustype = BUS_USB; + dev-input.id.vendor = id-idVendor; + dev-input.id.product

Re: [PATCH 0/5] I8K driver facelift

2005-03-12 Thread Dmitry Torokhov
On Saturday 12 March 2005 22:41, Frank Sorenson wrote: Dmitry Torokhov wrote: | Hi, | | here are some changes that freshen I8K driver (Dell Inspiron/Latitude | platform driver). The patches have been tested on Inspiron 8100. snip | Please consider for inclusion. | | Thanks

Re: Last night Linus bk - netfilter busted?

2005-03-12 Thread Dmitry Torokhov
() as NF_REPEAT. This patch restores the old value. Please fix netfilter_arp while you're at it since it does exactly the same thing. New patch attached, thanks. If this is of any interest, yesterday's pull from Linux plus this patch seem to be working fine here. Thank you. -- Dmitry

Re: [2.6.11.3] gcc4 / psmouse.h - compilation fix.

2005-03-13 Thread Dmitry Torokhov
On Sunday 13 March 2005 08:20, Pawe Sikora wrote: Hi, Attched patch fixes gcc error: `drivers/input/mouse/psmouse.h:40: error: field `ps2dev' has incomplete type` What file fails compilation? As far as I can see all users of psmouse.h do #include linux/libps2.h first. -- Dmitry

Re: [2.6.11.3] gcc4 / psmouse.h - compilation fix.

2005-03-13 Thread Dmitry Torokhov
On Sunday 13 March 2005 11:54, Pawe Sikora wrote: On Sunday 13 of March 2005 17:48, Dmitry Torokhov wrote: On Sunday 13 March 2005 08:20, Pawe Sikora wrote: Hi, Attched patch fixes gcc error: `drivers/input/mouse/psmouse.h:40: error: field `ps2dev' has incomplete type` What

Re: [PATCH 2.6.11] IBM TrackPoint support

2005-03-13 Thread Dmitry Torokhov
) \ It looks like your mailer has wrapped the patch. Also the patch has some trailing whitespace. If you are using vim the foillowing in .vimrc will show all trailing spaces in all their glory: highlight RedundantWhitespace ctermbg=red guibg=red match RedundantWhitespace /\s\+$\| \+\ze\t/ -- Dmitry

Re: mousekeyboard with 2.6.10+

2005-03-14 Thread Dmitry Torokhov
keyboard and mouse does not work when the USB subsystem (incl. usbcore) is not loaded. And the problem is with PS2 keyboard/mouse, not with USB one which works just fine. Nonetheless please try the option. If makes USB not interfere with PS/2 ports. -- Dmitry - To unsubscribe from this list

Re: [PATCH 2.6.11] IBM TrackPoint support

2005-03-14 Thread Dmitry Torokhov
either unbind the driver from pass-through port or just ignore the secondary input device in his/her config. -- 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

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Dmitry Torokhov
/psaux I'd recommend using /dev/input/mice unless you want to _exclude_ some of your input devices. It will get data from all you mice at once and is always available. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
about device_driver and device structure? Are they going to be changed over to be separately allocated linked objects? If not then its enouther reason to keep original class interface - uniformity of driver model interface. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux

Re: 2.6.11-mm3 mouse oddity

2005-03-15 Thread Dmitry Torokhov
On Tue, 15 Mar 2005 11:01:46 -0800, Andrew Morton [EMAIL PROTECTED] wrote: Dmitry Torokhov [EMAIL PROTECTED] wrote: On Tue, 15 Mar 2005 13:25:12 +0100, Helge Hafting [EMAIL PROTECTED] wrote: 2.6.11-mm1 and earlier: mouse appear as /dev/input/mouse0 2.6.11-mm3: mouse appear as /dev

Re: [linux-usb-devel] Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
. -- 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: [linux-usb-devel] Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
On Tue, 15 Mar 2005 11:34:15 -0800, Greg KH [EMAIL PROTECTED] wrote: On Tue, Mar 15, 2005 at 12:47:38PM -0500, Dmitry Torokhov wrote: Hi Greg, On Tue, 15 Mar 2005 09:08:34 -0800, Greg KH [EMAIL PROTECTED] wrote: So I'll be slowly converting the kernel over to using this new

Re: [linux-usb-devel] Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
most of the domain was defined, and it did not get to be bones of the subsystem. This is why it is so easy to deatch it. -- 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: [linux-usb-devel] Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
On Tue, 15 Mar 2005 12:35:02 -0800, David Brownell [EMAIL PROTECTED] wrote: On Tuesday 15 March 2005 12:14 pm, Dmitry Torokhov wrote: It looks to me (and I might be wrong) that USB was never really integrated into the driver model. It was glued with it but the driver model came after most

Re: [linux-usb-devel] Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
cleanups. Note that I am arguing for keeping existing interface, not removing it. -- 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: [RFC] Changes to the driver model class code.

2005-03-15 Thread Dmitry Torokhov
believe we have a bunch of them now - PCI, USB, serio, gameport) but class interface cannot be tamed? -- 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: psmouse et al and mousedev dependancy

2005-03-16 Thread Dmitry Torokhov
they are not loaded by default. It is actually hotplug scripts' task to load proper interface module after a new input device has been discovered. -- 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: Locking changes to the driver-model core

2005-03-16 Thread Dmitry Torokhov
simpler and not subject to deadlocks? You'd still have to mind devices that were added/removed from probe/remove handlers while walking lists. -- 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: [PATCH 0/5] I8K driver facelift

2005-03-16 Thread Dmitry Torokhov
attaching cumulative i8k patch using these arrays so they can be tested. I am CC-ing Greg to see what he thinks about it. -- Dmitry === sysfs: add support for attribure arrays so it is possible to create

Re: [PATCH 0/5] I8K driver facelift

2005-03-17 Thread Dmitry Torokhov
./fan/0/state ./fan/1 ./fan/1/speed ./fan/1/state Yes, as soon as I did attribute array I realized that something like attr_array_group would reflect the structure better... We'll see what can be done. Thank you for your comments and suggestions! -- Dmitry - To unsubscribe from this list

Re: PROBLEM: 2.6.11.4 vaio z1xmp mouse click

2005-03-18 Thread Dmitry Torokhov
in 2.6.12. In the meantime you could try 2.6.11-mm or force PS/2 compatinbility mode by bootintg with psmouse.proto=exps on kernel command line. -- 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

Re: [PATCH] DM9000 network driver

2005-03-18 Thread Dmitry Torokhov
branches. On top of that I highly doibt that setting up stack frame for an indirect function call is less expensive than a conditional branch. -- 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: alsa es1371's joystick functionality broken in 2.6.11-mm4

2005-03-20 Thread Dmitry Torokhov
could have broken it during my gameport sysfs integration... Although I can't see anything that could cause the breakage. Can I please see your .config? -- 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: [PATCH 0/5] I8K driver facelift

2005-03-20 Thread Dmitry Torokhov
Hi, On Thursday 17 March 2005 04:46, Frank Sorenson wrote: Dmitry Torokhov wrote: | Hrm, can we be a little more explicit and not poke in the sysfs guts right | in the driver? What do you think about the patch below athat implements | attribute arrays? And I am attaching cumulative i8k patch

Radeonfb blanks the screen / hangs the system with 2.6.11

2005-03-21 Thread Dmitry Antipov
Hello, this looks like an issue with radeonfb driver. If radeonfb and fb console are built-in, the console blanks and system bootup stopped immediately after switching to fb console, and monitor displays No signal message. C-A-D works, but nothing is logged. For modular radeonfb, the console

Re: [PATCH] driver model/scsi: synchronize pm calls with probe/remove

2005-03-21 Thread Dmitry Torokhov
On Mon, 21 Mar 2005 18:18:46 +0900, Tejun Heo [EMAIL PROTECTED] wrote: Hello, Dmitry, Mochel and James. I've been looking at sd code and found seemingly bogus 'if (!sdkp)' tests with /* this can happen */ comment. I've digged changelog and found out that this was to prevent oops which

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

2005-03-21 Thread Dmitry Torokhov
. -- 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: [rfc/rft] Fujitsu B-Series Lifebook PS/2 TouchScreen driver

2005-03-21 Thread Dmitry Torokhov
On Mon, 21 Mar 2005 16:31:08 +0100, Kenan Esau [EMAIL PROTECTED] wrote: Am Montag, den 21.03.2005, 09:52 -0500 schrieb Dmitry Torokhov: On Mon, 21 Mar 2005 13:44:07 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Tue, Mar 15, 2005 at 02:25:42PM +0100, Kenan Esau wrote: Here is a new

Re: [PATCH 0/5] I8K driver facelift

2005-03-21 Thread Dmitry Torokhov
On Monday 21 March 2005 17:53, Frank Sorenson wrote: Dmitry Torokhov wrote: I have implemented arrays of groups of attributes: Works great here. The i8k-cumulative patch claimed to be malformed, but I merged it in just fine by hand. In arch/i386/kernel/dmi_scan.c, I had to EXPORT

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

2005-03-21 Thread Dmitry Torokhov
On Monday 21 March 2005 19:58, Patrick McFarland wrote: On Sunday 20 March 2005 10:21 pm, Dmitry Torokhov wrote: I could have broken it during my gameport sysfs integration... Although I can't see anything that could cause the breakage. Can I please see your .config? Here. Looks good

Re: PROBLEM: 2.6.11.4 vaio z1xmp mouse click

2005-03-21 Thread Dmitry Torokhov
On Monday 21 March 2005 20:57, Andrew Morton wrote: Dmitry Torokhov [EMAIL PROTECTED] wrote: On Mon, 14 Mar 2005 19:16:29 +0100, dave [EMAIL PROTECTED] wrote: hy, Upgrading kernel from Linux 2.6.10 (full) to 2.6.11.4(full) the left mouse click get losed (I can not clik

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

2005-03-21 Thread Dmitry Torokhov
On Monday 21 March 2005 22:41, Patrick McFarland wrote: On Monday 21 March 2005 10:15 pm, Dmitry Torokhov wrote: Looks good, I was wondering if you had GAMEPORT=m and SND_ENS1371=y. Yes, that would be quite silly. ;) For the curious, what was the first kernel to be released that had

Re: [PATCH] 2.6.12-rc1, ./drivers/base/platform.c

2005-03-21 Thread Dmitry Torokhov
to work with this change. Please CC me, as I am currently not in the list. Devices/drivers ending with a digit, such as i8250, produce wierd names - i82500, i82501, etc. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

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

2005-03-21 Thread Dmitry Torokhov
On Monday 21 March 2005 10:31, Kenan Esau wrote: Am Montag, den 21.03.2005, 09:52 -0500 schrieb Dmitry Torokhov: There are couple of things that I an concerned with: 1. I don't like that it overrides meaning of max_proto parameter to be exactly the protocol specified. Yeah -- I

[PATCH 1/4] Lifebook: dmi on x86 only

2005-03-21 Thread Dmitry Torokhov
=== Input: lifebook - DMI facility is only available on i386, do not attempt to compile on anything else. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] lifebook.c | 16 +++- 1 files changed, 11 insertions

[PATCH 2/4] Lifebook: various cleanups

2005-03-21 Thread Dmitry Torokhov
before doing full reset - meaningless; - some formatting and whitespace cleanups. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] lifebook.c | 31 ++- lifebook.h |2 +- psmouse-base.c |2 -- 3 files changed, 11 insertions(+), 24 deletions

[PATCH 3/4] Lifebook: rearrange init code

2005-03-21 Thread Dmitry Torokhov
=== Input: lifebook - adjust initialization routines to be in line with the rest of protocols in preparation to dynamic protocol switching. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] lifebook.c | 46

[PATCH 4/4] psmouse: dynamic protocol switching via sysfs

2005-03-21 Thread Dmitry Torokhov
=== Input: psmouse - export protocol as a sysfs per-device attribute. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] drivers/input/mouse/psmouse-base.c | 291 ++--- drivers/input/mouse/psmouse.h

Re: [PATCH 1/4] Lifebook: dmi on x86 only

2005-03-21 Thread Dmitry Torokhov
On Tuesday 22 March 2005 02:29, Dave Jones wrote: On Tue, Mar 22, 2005 at 02:14:55AM -0500, Dmitry Torokhov wrote: === Input: lifebook - DMI facility is only available on i386, do not attempt to compile

Re: 2.6.11-rc4: Alps touchpad too slow

2005-03-22 Thread Dmitry Torokhov
. Actually it is mousedev.tap_time=0 -- 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: alsa es1371's joystick functionality broken in 2.6.11-mm4

2005-03-22 Thread Dmitry Torokhov
On Tue, 22 Mar 2005 07:06:07 -0500, Patrick McFarland [EMAIL PROTECTED] wrote: On Monday 21 March 2005 10:49 pm, Dmitry Torokhov wrote: On Monday 21 March 2005 22:41, Patrick McFarland wrote: Ok, it looks like setup problem. Try doing: modprobe snd-ens1371 joystick_port=1 I already

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

2005-03-22 Thread Dmitry Torokhov
On Tue, 22 Mar 2005 13:01:14 +0300, Andrey Panin [EMAIL PROTECTED] wrote: On 081, 03 22, 2005 at 02:13:45AM -0500, Dmitry Torokhov wrote: On Monday 21 March 2005 10:31, Kenan Esau wrote: Am Montag, den 21.03.2005, 09:52 -0500 schrieb Dmitry Torokhov: There are couple of things that I

Re: drivers/input/touchscreen/gunze.c: gunze_process_packet: invalid array access

2005-03-23 Thread Dmitry Torokhov
an attempt to null-terminate packet for printk. The patch below should do the trick. -- Dmitry === Input: gunze - fix out-of-bound array access reported by Adrian Bunk. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] gunze.c

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

2005-03-23 Thread Dmitry Torokhov
. Ok, so the good news is that I did not break it... Coudl you try 2.6.10 to see when it got broken. -- 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: [PATCH 0/5] I8K driver facelift

2005-03-23 Thread Dmitry Torokhov
On Thursday 24 March 2005 02:25, Greg KH wrote: On Thu, Mar 17, 2005 at 01:40:48AM -0500, Dmitry Torokhov wrote: On Wednesday 16 March 2005 16:38, Frank Sorenson wrote: Okay, I replaced the sysfs_ops with ops of my own, and now all the show and store functions also accept the name

Re: 2.6.11 ps/2 mouse is dead

2005-03-03 Thread Dmitry Torokhov
kernel boot option? -- 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] new driver for ITM Touch touchscreen

2005-03-04 Thread Dmitry Torokhov
for actual size? -- 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: v.2.6.11 mouse still losing sync and thus jumping around

2005-03-04 Thread Dmitry Torokhov
and it was built just fine. In case my patch somehow got mangled onl its way to you try grabbing one from here: http://www.geocities.com/dt_or/input/2_6_11/ -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] new driver for ITM Touch touchscreen

2005-03-04 Thread Dmitry Torokhov
On Fri, 04 Mar 2005 17:20:24 +0100, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Fri, 2005-03-04 at 09:52 -0500, Dmitry Torokhov wrote: On Fri, 4 Mar 2005 14:03:37 +0200, Alexey Dobriyan [EMAIL PROTECTED] wrote: On Friday 04 March 2005 12:30, Hans-Christian Egtvedt wrote: snip

Re: Touchpad tapping changes in 2.6.11?

2005-03-07 Thread Dmitry Torokhov
tapping-thing should be configurable via some boot or config option? After all quirks are worked out I think tapping will be controlled via mousedev.tap_time parameter when using legacy interfaces (dev/input/mouseX) and Peter's X driver when using native event interface. -- Dmitry

Re: Touchpad tapping changes in 2.6.11?

2005-03-07 Thread Dmitry Torokhov
On Mon, 07 Mar 2005 17:10:27 +0100, Henrik Persson [EMAIL PROTECTED] wrote: Dmitry Torokhov wrote: On Mon, 07 Mar 2005 14:14:02 +0100, Henrik Persson [EMAIL PROTECTED] wrote: Hi there. I noticed that the ALPS driver was added to 2.6.11, a thing that alot of people probably like

Re: Touchpad tapping changes in 2.6.11?

2005-03-07 Thread Dmitry Torokhov
On 07 Mar 2005 22:29:26 +0100, Peter Osterlund [EMAIL PROTECTED] wrote: Dmitry Torokhov [EMAIL PROTECTED] writes: Still I think having Synaptics driver installed is the best way in the end simply because it has a lot of knobs so one can adjust tpouchpad's behavior to his/her liking. Maybe

Re: 2.6.11-mm1: sound - GAMEPORT problems

2005-03-07 Thread Dmitry Torokhov
functions when CONFIG_GAMEPORT is not selected. The original report caused by the typo in dummy function name (snc_ymfpci_create_gameport). -- 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

Re: 2.6.11-mm1: sound - GAMEPORT problems

2005-03-07 Thread Dmitry Torokhov
. Not everyone wants gameport. I think say very small percentage of people using sound cards that can support gameports actually uses them. -- 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

Re: RFC: Harmonised parameter passing

2005-03-08 Thread Dmitry Torokhov
. -- 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: RFC: Harmonised parameter passing

2005-03-08 Thread Dmitry Torokhov
=0x340,0x350 module_param_array() helps here. -- 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] new driver for ITM Touch touchscreen

2005-03-08 Thread Dmitry Torokhov
On Tue, 08 Mar 2005 17:01:00 +0100, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Fri, 2005-03-04 at 11:54 -0500, Dmitry Torokhov wrote: On Fri, 04 Mar 2005 17:20:24 +0100, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Fri, 2005-03-04 at 09:52 -0500, Dmitry Torokhov wrote

Re: [ANNOUNCE 0/6] Open-iSCSI High-Performance Initiator for Linux

2005-03-08 Thread Dmitry Yusupov
. Also we have IMHO, working solution for OOM during ERL=0 TCP re-connect. 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

Re: [ANNOUNCE 0/6] Open-iSCSI High-Performance Initiator for Linux

2005-03-08 Thread Dmitry Yusupov
On Tue, 2005-03-08 at 22:50 -0800, Matt Mackall wrote: On Tue, Mar 08, 2005 at 10:25:58PM -0800, Dmitry Yusupov wrote: On Tue, 2005-03-08 at 22:05 -0800, Matt Mackall wrote: On Tue, Mar 08, 2005 at 09:51:39PM -0800, Alex Aizman wrote: Matt Mackall wrote: How big is the userspace

Re: [2.6 patch] OSS gameport fixes

2005-03-10 Thread Dmitry Torokhov
drivers one by one and kill the stubs later. -- 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: [ANNOUNCE 0/6] Open-iSCSI High-Performance Initiator for Linux

2005-03-10 Thread Dmitry Yusupov
. This will allow as to build iSCSI remote boot using early user-space. Not sure it will be possible to use your package without modifications. Let me know. Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Last night Linus bk - netfilter busted?

2005-03-10 Thread Dmitry Torokhov
Hi, My box gets stuck while booting (actually starting ntpd) whith tonight pull from Linus. It looks like it is spinning in ipt_do_table when I do SysRq-P. No call trace though. Anyone else seeing it? Any ideas? -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Last night Linus bk - netfilter busted?

2005-03-11 Thread Dmitry Torokhov
. Can you figure out what the exact error would be? This kind of issue would explain the looping inside of ipt_do_table(), wouldn't it? -- 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

Re: AGP bogosities

2005-03-11 Thread Dmitry Torokhov
Hi, On Sat, 12 Mar 2005 07:18:19 +0900, OGAWA Hirofumi [EMAIL PROTECTED] wrote: + if (!atomic_read(v)) { + printk(BUG: atomic counter underflow at:\n); + dump_stack(); + } I wonder if adding unlikely might be beneficial here. -- Dmitry

Re: AGP bogosities

2005-03-11 Thread Dmitry Torokhov
On Fri, 11 Mar 2005 17:42:46 -0500, Dmitry Torokhov [EMAIL PROTECTED] wrote: Hi, On Sat, 12 Mar 2005 07:18:19 +0900, OGAWA Hirofumi [EMAIL PROTECTED] wrote: + if (!atomic_read(v)) { + printk(BUG: atomic counter underflow at:\n); + dump_stack

Re: [ANNOUNCE 0/6] Open-iSCSI High-Performance Initiator for Linux

2005-03-12 Thread Dmitry Yusupov
questions. Regards, Alex Aizman Dmitry Yusupov = The following 6 patches alltogether represent the Open-iSCSI Initiator: Patch 1: SCSI LLDD consists of 3 files: - iscsi_if.c (iSCSI open interface over netlink); - iscsi_tcp.[ch

Re: [PATCH 0/5] I8K driver facelift

2005-03-24 Thread Dmitry Torokhov
On Thu, 24 Mar 2005 00:00:48 -0800, Greg KH [EMAIL PROTECTED] wrote: On Thu, Mar 24, 2005 at 02:39:32AM -0500, Dmitry Torokhov wrote: On Thursday 24 March 2005 02:25, Greg KH wrote: On Thu, Mar 17, 2005 at 01:40:48AM -0500, Dmitry Torokhov wrote: On Wednesday 16 March 2005 16:38, Frank

Re: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-24 Thread Dmitry Torokhov
I think that fixed it. But no touchpad is a bit annoying. :) Try adding i8042.nomux instead of i8042.noaux, it should keep your touchpad in working condition. Please let me know if it still wiorks. -- Dmitry - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-24 Thread Dmitry Torokhov
On Thu, 24 Mar 2005 12:20:40 -0800, Andy Isaacson [EMAIL PROTECTED] wrote: On Thu, Mar 24, 2005 at 02:18:40PM -0500, Dmitry Torokhov wrote: On Thu, 24 Mar 2005 10:10:59 -0800, Andy Isaacson [EMAIL PROTECTED] wrote: So I added i8042.noaux to my kernel command line, rebooted, insmodded

Re: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-24 Thread Dmitry Torokhov
On Thu, 24 Mar 2005 12:20:40 -0800, Andy Isaacson [EMAIL PROTECTED] wrote: On Thu, Mar 24, 2005 at 02:18:40PM -0500, Dmitry Torokhov wrote: On Thu, 24 Mar 2005 10:10:59 -0800, Andy Isaacson [EMAIL PROTECTED] wrote: So I added i8042.noaux to my kernel command line, rebooted, insmodded

Re: [2.6 patch] drivers/input/serio/libps2.c: ps2_command: add a missing check

2005-03-24 Thread Dmitry Torokhov
On Thu, 24 Mar 2005 22:26:02 +0100, Adrian Bunk [EMAIL PROTECTED] wrote: On Thu, Mar 24, 2005 at 12:13:16AM -0500, Dmitry Torokhov wrote: On Wednesday 23 March 2005 22:14, Adrian Bunk wrote: The Coverity checker noted that while all other uses of param in ps2_command() were guarded

Re: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-25 Thread Dmitry Torokhov
that are not on resume path. -- 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: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-25 Thread Dmitry Torokhov
next week I 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: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-25 Thread Dmitry Torokhov
On Thu, 24 Mar 2005 15:54:39 -0800, Andy Isaacson [EMAIL PROTECTED] wrote: On Thu, Mar 24, 2005 at 04:10:39PM -0500, Dmitry Torokhov wrote: If you do ls /sys/bus/serio/devices and see more than 3 ports you have MUX mode active. Just serio0 and serio1. On Thu, Mar 24, 2005 at 04:14:52PM

Re: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-25 Thread Dmitry Torokhov
doubt anyone would ever try to suspend over PS/2 port ;) ) but I think it should be really handled by the core. -- 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

Re: imps2 mouse driver and bug 2082

2005-03-27 Thread Dmitry Torokhov
with the same bug, and would require further adaptation of the posted patch. When I wrote the patch I thought it would be ok but now I do not think that the patch is acceptable - it still allows junk data into the kernel and we should find a way to avoid it. -- Dmitry - To unsubscribe from this list

Re: 2.6.12-rc1-mm3

2005-03-28 Thread Dmitry Torokhov
repeatably getting this crash on shutdown in -mm3, and a few releases earlier (but I can't be certain it was the same crash..) It would be nice to know when it started breaking... At least point release, not -rc or -bk. -- Dmitry - To unsubscribe from this list: send the line unsubscribe

Re: 2.6.12-rc1-bk2+PREEMPT_BKL: Oops at serio_interrupt

2005-03-28 Thread Dmitry Torokhov
* The system continues to reboot Could you try the patch below, please? Thanks! -- Dmitry === Input: serport - fix an Oops when closing port - should not call serio_interrupt when serio port is being unregistered

Re: [linux-pm] Re: [RFC] Some thoughts on device drivers and sysfs

2005-03-28 Thread Dmitry Torokhov
be nice if all driver-specific device attributes would be grouped under /sys/devices/.../blah_device/drvattr/* so their names would not clash with names of driver core attributes. Unfortunately that would mean we are breaking userspace again... -- Dmitry - To unsubscribe from this list: send

Re: ALPS touchpad woes with 2.6.12rc1 and rc1-mm3

2005-03-29 Thread Dmitry Torokhov
... Could you please post your /proc/bus/input/devices from 2.6.12-rc1 to make sure that you are using correct event device. If you have noticed ALPS now registers 2 input devices. Btw, setting protocol to auto-dev in your X config helps dealing with event devices moving around. -- Dmitry

Re: swsusp 'disk' fails in bk-current - intel_agp at fault?

2005-03-29 Thread Dmitry Torokhov
thread so it is marked with PF_NOFREEZE. Could it be that we managed to freeze kblockd? -- 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: Keystroke simulator

2005-03-29 Thread Dmitry Torokhov
a real keyboard. -- 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: klists and struct device semaphores

2005-03-29 Thread Dmitry Torokhov
is not the most performance-critical part of the kernel. -- 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.12-rc1-bk2+PREEMPT_BKL: Oops at serio_interrupt

2005-03-29 Thread Dmitry Torokhov
On Tue, 29 Mar 2005 21:28:20 +0400, Alexey Dobriyan [EMAIL PROTECTED] wrote: On Tuesday 29 March 2005 10:27, Dmitry Torokhov wrote: On Monday 28 March 2005 12:26, Alexey Dobriyan wrote: Steps to reproduce for me: * Boot CONFIG_PREEMPT_BKL=y kernel (.config, dmesg are attached

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