Re: [PATCH v2 2/4] input: keyboard: tegra: use devm_* for resource allocation

2013-01-06 Thread Dmitry Torokhov
On Sun, Jan 06, 2013 at 08:27:39PM +0100, Thierry Reding wrote: > On Sat, Jan 05, 2013 at 12:06:58AM -0800, Dmitry Torokhov wrote: > > On Sat, Jan 05, 2013 at 01:15:08PM +0530, Laxman Dewangan wrote: > [...] > > > @@ -735,25 +738,16 @@ static int tegra_kbc_probe(struct platfor

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Dmitry Torokhov
Hi Lee, On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: > > I'm less than pleased that you _stole_ authorship of this patch! > > Especially, as I've been asking you to review it for some time. My sincere apologies, it was never my intention to claim anyones work as my own. It appear

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Dmitry Torokhov
On Tue, Jan 08, 2013 at 01:26:54AM -0800, Dmitry Torokhov wrote: > Hi Lee, > > On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: > > > > I'm less than pleased that you _stole_ authorship of this patch! > > > > Especially, as I've been ask

Re: [PATCH 5/5] kfifo: log based kfifo API

2013-01-08 Thread Dmitry Torokhov
Hi Yuanhan, On Tue, Jan 08, 2013 at 10:57:53PM +0800, Yuanhan Liu wrote: > The current kfifo API take the kfifo size as input, while it rounds > _down_ the size to power of 2 at __kfifo_alloc. This may introduce > potential issue. > > Take the code at drivers/hid/hid-logitech-dj.c as example: >

Re: [Pv-drivers] [PATCH 07/12] VMCI: queue pairs implementation.

2013-01-08 Thread Dmitry Torokhov
Hi Greg, On Tuesday, January 08, 2013 04:15:39 PM Greg KH wrote: > On Tue, Jan 08, 2013 at 03:54:54PM -0800, George Zhang wrote: > > > +/* Guest device port I/O. */ > > +struct PPNSet { > > + u64 num_produce_pages; > > + u64 num_consume_pages; > > + u32 *produce_ppns; > > + u32 *consume_p

Re: [Pv-drivers] [PATCH 0/6] VSOCK for Linux upstreaming

2013-01-08 Thread Dmitry Torokhov
On Tuesday, January 08, 2013 05:30:56 PM David Miller wrote: > From: Greg KH > Date: Tue, 8 Jan 2013 16:21:10 -0800 > > > On Tue, Jan 08, 2013 at 03:59:08PM -0800, George Zhang wrote: > >> * * * > >> > >> This series of VSOCK linux upstreaming patches include latest udpate from > >> VMware to ad

Re: [Pv-drivers] [PATCH 0/6] VSOCK for Linux upstreaming

2013-01-08 Thread Dmitry Torokhov
On Tue, Jan 08, 2013 at 05:46:01PM -0800, David Miller wrote: > From: Dmitry Torokhov > Date: Tue, 08 Jan 2013 17:41:44 -0800 > > > On Tuesday, January 08, 2013 05:30:56 PM David Miller wrote: > >> From: Greg KH > >> Date: Tue, 8 Jan 2013 16:21:10 -0800 > &

Re: [PATCH v2 2/4] input: keyboard: tegra: use devm_* for resource allocation

2013-01-09 Thread Dmitry Torokhov
On Wed, Jan 09, 2013 at 08:07:45AM +0100, Thierry Reding wrote: > On Sun, Jan 06, 2013 at 11:57:48AM -0800, Dmitry Torokhov wrote: > > On Sun, Jan 06, 2013 at 08:27:39PM +0100, Thierry Reding wrote: > > > On Sat, Jan 05, 2013 at 12:06:58AM -0800, Dmitry Torokhov wrote: > >

Re: i8042 controller on Toshiba Satellite P10 notebook - patch

2005-04-04 Thread Dmitry Torokhov
On Apr 4, 2005 3:35 PM, Jaco Kroon <[EMAIL PROTECTED]> wrote: > > As for loading the modules i8042, atkbd and psmouse (in that order): > black void of death. > Hmm.. remind me, if you boot with usb-handoff does it switch the i8042 into active multiplexing mode (you get 4 AUX serio ports)? -- D

Re: i8042 controller on Toshiba Satellite P10 notebook - patch

2005-04-04 Thread Dmitry Torokhov
On Apr 4, 2005 4:51 PM, Jaco Kroon <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov wrote: > > On Apr 4, 2005 3:35 PM, Jaco Kroon <[EMAIL PROTECTED]> wrote: > > > >>As for loading the modules i8042, atkbd and psmouse (in that order): > >>black void of deat

Re: i8042 controller on Toshiba Satellite P10 notebook - patch

2005-04-04 Thread Dmitry Torokhov
On Apr 4, 2005 6:54 PM, Jaco Kroon <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov wrote: > > Ok, try booting with "usb-handoff i8042.nomux". If that cures > > yes, it cures both problems (death on reboot and ALPS), in fact. But I > must have *both* params. no

Re: i8042 controller on Toshiba Satellite P10 notebook - patch

2005-04-04 Thread Dmitry Torokhov
On Monday 04 April 2005 19:35, Jaco Kroon wrote: > Dmitry Torokhov wrote: > > > A-haa.. Well, in that case we'll cheat ;) and just disable MUX mode > > for your Toshiba via a DMI quirk, like we do for certain Fujitsus. If > > there is no external port there is no rea

Re: [PATCH 00/04] Load keyspan firmware with hotplug

2005-04-04 Thread Dmitry Torokhov
On Monday 04 April 2005 23:23, Jan Harkes wrote: > On Mon, Apr 04, 2005 at 12:17:46PM -0700, Greg KH wrote: > > On Mon, Apr 04, 2005 at 08:27:53PM +0200, Sven Luther wrote: > > > Mmm, probably that 2001 discussion about the keyspan firmware, right ? > > > > > > http://lists.debian.org/debian-leg

Re: [PATCH 00/04] Load keyspan firmware with hotplug

2005-04-05 Thread Dmitry Torokhov
On Apr 5, 2005 9:36 AM, Marcel Holtmann <[EMAIL PROTECTED]> wrote: > People are also working on a replacement for the > current request_firmware(), because the needs are changing. Try to keep > it close with the usb-serial for now. > Could you elaborate on what do you think is needed? I have som

Re: [PATCH 00/04] Load keyspan firmware with hotplug

2005-04-05 Thread Dmitry Torokhov
On Apr 5, 2005 6:45 AM, Jan Harkes <[EMAIL PROTECTED]> wrote: > On Tue, Apr 05, 2005 at 11:22:06AM +0200, Marcel Holtmann wrote: > > I agree with Dmitry on this point. The IHEX parser should not be inside > > firmware_class.c. What about using keyspan_ihex.[ch] for it? > > That's what I had origin

Re: i8042 controller on Toshiba Satellite P10 notebook - patch

2005-04-05 Thread Dmitry Torokhov
On Apr 5, 2005 1:20 PM, Stefan Seyfried <[EMAIL PROTECTED]> wrote: > Jaco Kroon wrote: > > Dmitry Torokhov wrote: > > >>>OT: I think I prefer synaptics multi-finger tapping to the tapping in > >>>specific locations to get right and middle clicking, bu

Re: i8042 controller on Toshiba Satellite P10 notebook - patch

2005-04-05 Thread Dmitry Torokhov
On Apr 5, 2005 4:01 PM, Jaco Kroon <[EMAIL PROTECTED]> wrote: > > btw Dmitri, that patch does not seem to work. But the kernel panic that > kicks in when X starts up does imply that _something_ changed. No sync > however, so no stack trace in the logs either. In fact, looking at the > dmesg par

Re: [BUG] 2.6.12-rc1/rc2 mouse0 became mouse1

2005-04-08 Thread Dmitry Torokhov
Hi, On Apr 8, 2005 6:58 AM, Ali Akcaagac <[EMAIL PROTECTED]> wrote: > Hello, > > This doesn't sound right to me. After upgrading from 2.6.11.5/6 to > 2.6.12-rc1/rc2 I detected that my mouse didn't operate anymore when > loading up XOrg, I realized that /dev/input/mouse0 (which worked for > years)

Re: [Bug?] Keyboard Problem

2005-04-11 Thread Dmitry Torokhov
Hi, On Monday 11 April 2005 18:45, Manu wrote: > I'm currently using a 2.6.10 kernel (on a Debian Sarge, i386). > > I've compiled a 2.6.11.5 and a 2.6.11.7 kernels and my keyboard (a > sweex SILVER MULTIMEDIA KEYBOARD, SW-23 -- PS/2 105 keys -- a > classical keyboard) doesn't work with these kern

Re: [PATCH 0/5] I8K driver facelift

2005-04-12 Thread Dmitry Torokhov
On Thursday 24 March 2005 02:24, Greg KH wrote: > On Thu, Mar 17, 2005 at 03:16:24AM -0500, [EMAIL PROTECTED] wrote: > > On Wed, 16 Mar 2005 14:38:50 MST, Frank Sorenson said: > > > Okay, I replaced the sysfs_ops with ops of my own, and now all the show > > > and store functions also accept the nam

Re: kernel guide to space

2005-07-11 Thread Dmitry Torokhov
Hi, On 7/11/05, Michael S. Tsirkin <[EMAIL PROTECTED]> wrote: > 3e. sizeof >space after the operator >sizeof a If braces are used no spaces please : sizeof(struct foo) > > 4c. Breaking long lines >Descendants are always substantially shorter than the parent >

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

2005-07-12 Thread Dmitry Torokhov
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 = id->idProduct; > + dev->input.id.version = ATP_DRIVER_VERSION; > + Why don't we do what most of the other inpu

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_

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]>

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

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 rea

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 no

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. Howe

Re: PS/2 Keyboard is dead after resume.

2005-07-15 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/de

Re: Synaptics and TrackPoint problems in 2.6.12

2005-07-19 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

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 belie

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 > obj-

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 thi

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

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; > +

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" sho

[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(-)

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

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

2005-07-24 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-of

[patch 05/24] Add usb_to_input_id

2005-07-24 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

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

2005-07-24 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

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

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

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

2005-07-24 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-x86ia

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

2005-07-24 Thread Dmitry Torokhov
s from being 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 chang

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

2005-07-24 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 in

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

2005-07-24 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,

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

2005-07-24 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

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

2005-07-24 Thread Dmitry Torokhov
Horman <[EMAIL 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

[patch 01/24] uinput: formatting, cleanup

2005-07-24 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/ui

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

2005-07-24 Thread Dmitry Torokhov
tech Pavlik <[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/

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

2005-07-25 Thread Dmitry Torokhov
ation. 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/se

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

[patch 18/24] joydev - remove MSECS macro

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

[patch 00/24] Input patches for 2.6.13

2005-07-25 Thread Dmitry Torokhov
ld->pktsize instead. Signed-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 ch

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

2005-07-25 Thread Dmitry Torokhov
use child->pktsize 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

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&#x

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 asm/arch

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-d

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: > > > >

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

Re: [PATCH 8/8] ALSA: convert kcalloc to kzalloc

2005-08-05 Thread Dmitry Torokhov
On 8/5/05, Pekka Enberg <[EMAIL PROTECTED]> wrote: > This patch converts kcalloc(1, ...) calls to use the new kzalloc() function. > Hi, Have you seen the following in include/sound/core? ... #define kmalloc(size, flags) snd_hidden_kmalloc(size, flags) #define kcalloc(n, size, flags) snd_hidden_

Re: [BUG] module ns558

2005-08-10 Thread Dmitry Torokhov
On 8/5/05, Alexander Nyberg <[EMAIL PROTECTED]> wrote: > > Please try this: > > Index: linux-2.6/drivers/input/gameport/ns558.c > === > --- linux-2.6.orig/drivers/input/gameport/ns558.c 2005-07-31 > 18:10:26.0 +0200 >

Re: [PATCH] Don't use a klist for drivers' set-of-devices

2005-08-11 Thread Dmitry Torokhov
On 8/11/05, Alan Stern <[EMAIL PROTECTED]> wrote: > On Thu, 11 Aug 2005, Christoph Hellwig wrote: > > > On Thu, Aug 11, 2005 at 11:24:23AM -0700, Greg KH wrote: > > > > This patch (as536) simplifies the driver-model core by replacing the > > > > klist > > > > used to store the set of devices boun

Re: [PATCH] Don't use a klist for drivers' set-of-devices

2005-08-16 Thread Dmitry Torokhov
On 8/15/05, Alan Stern <[EMAIL PROTECTED]> wrote: > On the face of it, neither is particularly more attractive than the other. > However, reading through the various places that call these routines (for > example, drivers/input/serio/serio.c or drivers/pnp/card.c) revealed a > pattern. In most ca

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. >

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 jus

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

2005-04-21 Thread Dmitry Torokhov
Hi, I happened to take a look into drivers/w1 and found there bunch of thigs that IMO should be changed: - custom-made refcounting is racy - lifetime rules need to be better enforced - family framework is insufficient for many advanced w1 devices - custom-made hotplug notification over netlink sh

[RFC/PATCH 1/22] W1: whitespace fixes

2005-04-21 Thread Dmitry Torokhov
W1: whitespace fixes. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- Kconfig| 14 +++--- Makefile |2 ds_w1_bridge.c | 24 +- dscore.c | 126 - dscore.h |6 +- matrox_w1.c

[RFC/PATCH 2/22] W1: formatting fixes

2005-04-21 Thread Dmitry Torokhov
w1: some formatting changes to bring the code in line with CodingStyle guidelines. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- dscore.c |4 +--- w1.c | 21 + 2 files changed, 10 insertions(+), 15 deletions(-) Index: dtor/drivers/w

[RFC/PATCH 3/22] W1: use attribute group for master's attributes

2005-04-21 Thread Dmitry Torokhov
W1: use attribute_group to create master device attributes to guarantee proper cleanup in case of failure. Also, hide most of attribute define ugliness in macros. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c

[RFC/PATCH 4/22] W1: use attribute group for slave's attributes

2005-04-21 Thread Dmitry Torokhov
W1: add 2 default attributes "family" and "serial" to slave devices, every 1-Wire slave has them. Use attribute_group to handle. The rest of slave attributes are left as is - will be dealt with later. Signed-off-by: Dmitry Torokhov <[EMAIL PROTEC

[RFC/PATCH 6/22] W1: drop owner field from master and slave structures

2005-04-21 Thread Dmitry Torokhov
W1: drop owner field from w1_master and w1_slave structures. Just having it there does not magically fixes lifetime rules. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c |1 - w1.h |2 -- w1_int.c |1 - 3 files changed, 4 deletions(-) Index

[RFC/PATCH 5/22] W1: list handling cleanup

2005-04-21 Thread Dmitry Torokhov
W1: list handling cleanup. Most of the list_for_each_safe users don't need *_safe variant, *_entry variant is better suited in most places. Also, checking retrieved list element for null is a bit pointless... Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c

[RFC/PATCH 7/22] W1: bus operations cleanup

2005-04-21 Thread Dmitry Torokhov
w1_master; - separate master registering and allocation so drivers can set up proper link between private data and master and set useable master's name. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- ds_w1_brid

[RFC/PATCH 8/22] W1: merge master code into one file

2005-04-21 Thread Dmitry Torokhov
W1: fold w1_int.c into w1.c - there is no point in artificially separating code for master devices between 2 files. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- drivers/w1/w1_int.c| 181 - drivers/w1/w1_int.h

[RFC/PATCH 10/22] W1: drop main control thread

2005-04-21 Thread Dmitry Torokhov
-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c | 157 +++ w1.h |1 2 files changed, 36 insertions(+), 122 deletions(-) Index: dtor/drivers/w

[RFC/PATCH 9/22] W1: drop custom hotplug over netlink notification

2005-04-21 Thread Dmitry Torokhov
W1: drop custom-made hotplug over netlink notification from w1 core. Standard hotplug mechanism should work just fine (patch will follow). Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- drivers/w1/w1_netlink.c | 66 --- driv

[RFC/PATCH 11/22] W1: move w1_search to the rest of IO code

2005-04-21 Thread Dmitry Torokhov
W1: move w1_search function to w1_io.c to be with the rest of IO code. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c| 87 -- w1.h|1 w1_io.c

[RFC/PATCH 13/22] W1: cleanup master attributes handling

2005-04-21 Thread Dmitry Torokhov
W1: clean-up master attribute implementation: - drop unnecessary "w1_master" prefix from attribute names; - do not acquire master->mutex when accessing attributes; - move attribute code "closer" to the rest of master code. Signed-off-by: Dmitry Torokhov <[EM

[RFC/PATCH 16/22] W1: cleanup masters refcounting & more

2005-04-21 Thread Dmitry Torokhov
W1: clean-up master device implementation: - get rid of separate refcount, rely on driver model to enforce lifetime rules; - use atomic to generate unique master IDs; - drop unused fields. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c

[RFC/PATCH 15/22] W1: add slave_ttl master attribute

2005-04-21 Thread Dmitry Torokhov
W1: add slave_ttl attribute to w1 masters. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c | 24 1 files changed, 24 insertions(+) Index: dtor/drivers/w1/w1.c === --- dtor.orig/drivers

[RFC/PATCH 17/22] W1: cleanup slave refcounting & more

2005-04-21 Thread Dmitry Torokhov
in bus_id. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c| 165 w1.h|3 - w1_family.c |2 w1_family.h |2 w1_smem.c | 18 -- w1_therm.c | 20 --- 6 files changed, 71 in

[RFC/PATCH 12/22] W1: drop unneeded master attributes

2005-04-21 Thread Dmitry Torokhov
now that slave_count field is gone. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c| 108 w1.h|3 - w1_io.c |1 3 files changed, 16 insertions(+)

[RFC/PATCH 14/22] W1: rename timeout to scan_interval

2005-04-21 Thread Dmitry Torokhov
. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c | 60 +--- w1.h |1 + 2 files changed, 50 insertions(+), 11 deletions(-) Index: dtor/drivers/w

[RFC/PATCH 18/22] W1: cleanup family implementation

2005-04-21 Thread Dmitry Torokhov
ename w1_therm to w1_thermal. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- drivers/w1/w1_smem.c | 103 --- drivers/w1/w1_therm.c| 188 --- dtor/drivers/w1/Kconfig | 13 +- dtor/drivers/w1/Makefile

[RFC/PATCH 19/22] W1: convert families to be proper sysfs rivers

2005-04-21 Thread Dmitry Torokhov
W1: convert family into proper device-model drivers: - embed driver structure into w1_family and register with the driver core; - do not try to manually bind slaves to familes, leave it to the driver core; - fold w1_family.c into w1.c Signed-off-by: Dmitry Torokhov <[EM

[RFC/PATCH 21/22] W1: implement standard hotplug handler

2005-04-21 Thread Dmitry Torokhov
Ahem.. Kmail just refuses send this on inline... Sorry. -- Dmitry W1: implement W1 bus hotplug handler. Slave devices will define FID (family ID) end SN (serial number) environment variables. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- w1.c

[RFC/PATCH 22/22] W1: expose module parameters in sysfs

2005-04-21 Thread Dmitry Torokhov
W1: allow changing w1 module parameters through sysfs, add parameter descriptions and document them in Documentation/kernel-parameters.txt Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- Documentation/kernel-parameters.txt | 19 --- drivers/w

[RFC/PATCH 20/22] W1: add w1_device_id/MODULE_DEVICE_TABLE for automatic driver loading

2005-04-21 Thread Dmitry Torokhov
W1: support for automatic family drivers loading via hotplug: - allow family drivers support list of families; - export supported families through MODULE_DEVICE_TABLE. Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- drivers/w1/w1.c |6 -- drivers/w

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

2005-04-21 Thread Dmitry Torokhov
Hi Evgeniy, On 4/21/05, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > On Thu, 2005-04-21 at 02:07 -0500, Dmitry Torokhov wrote: > > Hi, > > Hello, Dmitry. > > > I happened to take a look into drivers/w1 and found there bunch of thigs > > that IMO shou

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

Re: Linux 2.6.12-rc3: various swsusp problems

2005-04-22 Thread Dmitry Torokhov
On 4/22/05, Stefan Seyfried <[EMAIL PROTECTED]> wrote: > --- linux/kernel/power/swsusp.c~2005-04-22 17:07:56.0 +0200 > +++ linux/kernel/power/swsusp.c 2005-04-22 17:09:22.0 +0200 > @@ -1239,7 +1239,7 @@ static int check_sig(void) > */ >error =

Re: 2.6 kernel, 2.4 kernel, keyboard input handling

2005-04-22 Thread Dmitry Torokhov
Hi, On Friday 22 April 2005 17:33, Graham Seale wrote: > > The loss of keyboard function is independent of the environment, whether > using GUI applications (various) or command line only. > > The response of the 2.4 kernel is much more able to re-establish > keyboard polling sync. Generally,

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-04 Thread Dmitry Torokhov
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, it appears that mouse device gets confused due to the > introduced psmouse_reset(ps

Re: Problem with PS/2 Logitech WheelMouse

2005-07-05 Thread Dmitry Torokhov
On 7/5/05, davide vecchio <[EMAIL PROTECTED]> wrote: > Hi everybody, > I'm running SOME LINUX DISTROS (Fedora Core 2 kernel 2.6.7 and, Suse > 9.3 kernel 2.6.10-4) on an Amd XP 1200 box on an msi 6360 MAINBOARD. > I'm using a PS/2 Logitech WheelMouse (usb mouse connected using ps2 adapter). > I'm e

Re: overriding keyboard driver in a module

2005-07-06 Thread Dmitry Torokhov
Genadz Batsyan <[EMAIL PROTECTED]> wrote: > I'm writing a little tool to allow intercepting keyboard events and > substituting them with other events / swallowing events / emitting > additional > events on a low level before normal processing by kernel. > http://kbd-mangler.sourceforge.net/ > >

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 l

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 PROTECTE

Re: Synaptics Touchpad not detected in 2.6.13-rc2

2005-07-07 Thread Dmitry Torokhov
Mattia Dongili <[EMAIL PROTECTED]> wrote: > Hello, > > with -rc2 (-rc1 didn't show this behaviour) I get the following when > modprobing psmouse.ko: > > atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, > might be trying access hardware directly. > > and the touchpad is not de

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: > > [...] > > > > Thi

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