Re: [PATCH,RFC] Input: gpio-keys - request and configure GPIOs

2007-11-16 Thread Dmitry Torokhov
Hi, On Nov 16, 2007 6:33 AM, Herbert Valerio Riedel <[EMAIL PROTECTED]> wrote: > Currently, gpio_keys.c assumes the GPIOs to be already properly configured; > this patch changes gpio-keys to perform explicit calls to gpio_request() and > gpio_configure_input(). > > This matches the behaviour of le

Re: [PATCH] Input - Move KEY_{EURO, DOLLAR} to lower keycodes

2007-11-16 Thread Dmitry Torokhov
Hi Carlos, On Nov 16, 2007 8:41 AM, Carlos Corbacho <[EMAIL PROTECTED]> wrote: > From: Carlos Corbacho <[EMAIL PROTECTED]> > > These keys are used on PS/2 controllers, so their current values are too > high to map the scancodes to. Move them to the < 256 range. > They should stay where they were.

Re: [PATCH] Input: add i8042.noloop quirk for MS Virtual Machine

2007-11-21 Thread Dmitry Torokhov
Hi Jiri, On Nov 17, 2007 4:46 AM, Jiri Kosina <[EMAIL PROTECTED]> wrote: > From: Jiri Kosina <[EMAIL PROTECTED]> > > Input: add i8042.noloop quirk for MS Virtual Machine > > When booted under Microsoft Virtual Machine, the noloop quirk is needed, > otherwise PS/2 mouse is not properly detected. >

Re: [PATCH,RFC] Input: gpio-keys - request and configure GPIOs

2007-11-21 Thread Dmitry Torokhov
On Nov 21, 2007 12:13 PM, Herbert Valerio Riedel <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-11-16 at 15:19 +0100, pHilipp Zabel wrote: > > > > On Nov 16, 2007 6:33 AM, Herbert Valerio Riedel <[EMAIL PROTECTED]> > > > > wrote: > > > > > Currently, gpio_keys.c assumes the GPIOs to be already proper

Re: [PATCH 1/2] add frame forward/back keys

2007-11-26 Thread Dmitry Torokhov
On Tuesday 13 November 2007, Aristeu Rozanski wrote: > This patch adds definitions for frame forward and frame back keys > > Signed-off-by: Aristeu Rozanski <[EMAIL PROTECTED]> Applied, thank you. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of

Re: [PATCH] add context menu key

2007-11-26 Thread Dmitry Torokhov
On Tuesday 13 November 2007, Aristeu Rozanski wrote: > This patch adds the context menu key (HUT GenDesc 0x84) > > Signed-off-by: Aristeu Rozanski <[EMAIL PROTECTED]> Applied, but moved to 0x1bx range. Thank you Aristeu. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linu

Re: Doc bug in example input driver

2007-11-26 Thread Dmitry Torokhov
On Monday 26 November 2007, Steven Whitehouse wrote: > > The input example driver uses BTN_0 in the later stages of the example, so > this changes the interrupt routine to match. > > Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]> Applied, thank you Steven. -- Dmitry - To unsubscribe from

Re: 2.6.24: false double-clicks from USB mouse

2007-12-07 Thread Dmitry Torokhov
Hi, On Dec 7, 2007 12:59 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > On Dec 2, 2007 2:07 PM, Jiri Kosina <[EMAIL PROTECTED]> wrote: > > Thanks. To sum up this longish thread: > > > > - Mark seems to be able to reproduce the problem quite easily; I was not > > successful reproducing this no matter h

Re: 2.6.24: false double-clicks from USB mouse

2007-12-07 Thread Dmitry Torokhov
On Dec 7, 2007 4:23 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > > On Dec 7, 2007 10:32 AM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > On Dec 7, 2007 12:59 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > > > On Dec 2, 2007 2:07 PM, Jiri Kosina <[EMAIL PROTECT

Re: PATCH] adding wistron_btns support for X86_64 systems.

2008-01-03 Thread Dmitry Torokhov
Hi Rémi, On Jan 2, 2008 5:31 PM, Rémi Hérilier <[EMAIL PROTECTED]> wrote: > Carlos Corbacho wrote: > > (CC'ing linux-input, as that is the relevant subsystem list for > > wistron-btns). > > > > Rémi Hérilier wrote: > >> To use my previous patch (wistron_btns support for fujitsu-siemens amilo > >>

Re: [RFC, PATCH] horizontal mouse wheel in mousedrv

2008-01-03 Thread Dmitry Torokhov
Hi Pierre, On Dec 25, 2007 10:49 AM, Pierre Ossman <[EMAIL PROTECTED]> wrote: > From: Pierre Ossman <[EMAIL PROTECTED]> > > Support the horizontal wheel present on many mice via the > /dev/input/mice device by using the somewhat odd protocol extension > of sending double wheel movements for the ex

Re: [PATCH] Tosa keyboard support

2008-01-03 Thread Dmitry Torokhov
Hi Dmitry, Sorry for the slow response. On Dec 23, 2007 6:29 PM, Dmitry Baryshkov <[EMAIL PROTECTED]> wrote: > > From b213bef91e3f98c6104138050ad4eaa0a54e765d Mon Sep 17 00:00:00 2001 > From: Dmitry Baryshkov <[EMAIL PROTECTED]> > Date: Mon, 24 Dec 2007 02:15:34 +0300 > Subject: [PATCH] Tosa keyb

Re: [PATCH, RFC] HP WMI hotkey driver

2008-01-03 Thread Dmitry Torokhov
Hi Matthew, On Dec 26, 2007 5:48 PM, Matthew Garrett <[EMAIL PROTECTED]> wrote: > + } else > + printk (KERN_INFO "HP WMI: Unknown response received\n"); > + > + return; No need for empty returns. > +} > + > +static int __init hp_wmi_init(void) > +{ > + int err; >

Re: [PATCH 8/12] neo1973: button input device driver

2008-01-03 Thread Dmitry Torokhov
Hi Harald, Sorry for the slow response. On Dec 18, 2007 6:08 AM, Harald Welte <[EMAIL PROTECTED]> wrote: > + > + input_dev->name = "Neo1973 Buttons"; > + input_dev->phys = "neo1973kbd/input0"; > + input_dev->id.bustype = BUS_HOST; > + input_dev->id.vendor = 0x0001; > +

Re: [RFC, PATCH] horizontal mouse wheel in mousedrv

2008-01-03 Thread Dmitry Torokhov
On Jan 3, 2008 12:27 PM, Pierre Ossman <[EMAIL PROTECTED]> wrote: > On Thu, 3 Jan 2008 11:25:21 -0500 > "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > > > > > I'd rather not change the legacy mousedev driver. The extension is > > rather non-st

Re: [PATCH] Tosa keyboard support

2008-01-11 Thread Dmitry Torokhov
, this will minimize merge efforts Feel free to add: Acked-by: Dmitry Torokhov <[EMAIL PROTECTED]> -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

2008-01-11 Thread Dmitry Torokhov
Hi Vegard, On Jan 7, 2008 3:24 PM, Vegard Nossum <[EMAIL PROTECTED]> wrote: > }, /* Dell Latitude D600 */ > + { { 0x73, 0x02, 0x50 }, 0xcf, 0xff, ALPS_FW_BK_1 } /* Dell > Vostro 1400 */ > }; > > > After reverting, all buttons work as expected -- no lost syncs. I > might add that my laptop i

Re: [PATCH] Tosa keyboard support

2008-01-11 Thread Dmitry Torokhov
On Jan 11, 2008 11:38 AM, Dmitry Baryshkov <[EMAIL PROTECTED]> wrote: > Hi, > > > Dmitry Torokhov wrote: > > > Hi, > > > > On Jan 3, 2008 6:01 PM, Dmitry Baryshkov <[EMAIL PROTECTED]> wrote: > >> > >> > >> > Also, I'd

Re: rfkill-input understanding help

2008-01-11 Thread Dmitry Torokhov
On Jan 11, 2008 2:08 PM, Ivo van Doorn <[EMAIL PROTECTED]> wrote: > > Perhaps the rfkill-input needs to be registered before input > devices are being registered. But I am not sure, Dmitry propably > knows more about possible ordering requirements for input > device and input trigger registration.

Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

2008-01-15 Thread Dmitry Torokhov
Hi Vegard, On Tue, Jan 15, 2008 at 07:28:38PM +0100, Vegard Nossum wrote: > # up/down scroll button > drivers/input/serio/i8042.c: 9c <- i8042 (interrupt, 0, 1) [592682] > drivers/input/serio/i8042.c: df <- i8042 (interrupt, 1, 12) [596318] > psmouse.c: GlidePoint at isa0060/serio1/input0 lost syn

Re: [PATCH, RFC] HP WMI hotkey driver, RFKill query?

2008-01-15 Thread Dmitry Torokhov
On Mon, Jan 14, 2008 at 10:25:10PM +, Carlos Corbacho wrote: > On Monday 14 January 2008 18:27:33 Carlos Corbacho wrote: > > On Monday 14 January 2008 17:41:07 Matthew Garrett wrote: > > > On Thu, Jan 03, 2008 at 11:58:02AM -0500, Dmitry Torokhov wrote: > > > &g

Re: [PATCH, RFC] i8042: add Dritek keyboard extension quirk

2008-01-15 Thread Dmitry Torokhov
Hi Carlos, On Sat, Jan 12, 2008 at 01:22:38AM +, Carlos Corbacho wrote: > > Can you please check the i8042_command() call is correct, I'm having > trouble getting my head around the call semantics. What I'm trying to do > is send the command 0x59 with one argument, 0x90. > Yep, this should w

Re: [PATCH] input: psmouse: fix potential input register race in psmouse_connect()

2008-01-15 Thread Dmitry Torokhov
On Sat, Jan 12, 2008 at 03:13:45PM -0500, Andres Salomon wrote: > > If we successfully call input_register_device() in > psmouse_connect but sysfs_create_group() fails, we'll enter the error > path without ever having called input_unregister_device() (potentially > leaking memory, or creating a ra

Re: [PATCH] input: psmouse: fix input_dev leak in lifebook driver

2008-01-15 Thread Dmitry Torokhov
On Sat, Jan 12, 2008 at 03:12:52PM -0500, Andres Salomon wrote: > > The lifebook driver may register a second input device, but it never > unregisters it. This fixes that. > > Signed-off-by: Andres Salomon <[EMAIL PROTECTED]> Applied, thank you Andres. -- Dmitry - To unsubscribe from this li

Re: [PATCH] I8042: SNI RM support

2008-01-15 Thread Dmitry Torokhov
Hi Thomas, On Saturday 12 January 2008 18:39, Thomas Bogendoerfer wrote: > + > +/* > + * IRQs. > + */ > +static int i8042_kbd_irq = -1; > +static int i8042_aux_irq = -1; Why initialize with -1 and not leave at 0? Or even initialize with 1/12 and override with 33/44 in i8042_platform_init()? --

Re: [patch 2.6.24-rc6] ads7846: simplify support of external vREF (and ads7843)

2008-01-16 Thread Dmitry Torokhov
Hi David, On Sat, Jan 05, 2008 at 02:10:19PM -0800, David Brownell wrote: > This updates the ads7846 driver to handle external vREF (required > on boards using ads7843 chips) without module parameters, and also > removes a needless variable with its associated bogus gcc warning. > > Signed-off-by

Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

2008-01-16 Thread Dmitry Torokhov
On Tue, Jan 15, 2008 at 03:49:12PM -0500, Dmitry Torokhov wrote: > Hi Vegard, > > On Tue, Jan 15, 2008 at 07:28:38PM +0100, Vegard Nossum wrote: > > # up/down scroll button > > drivers/input/serio/i8042.c: 9c <- i8042 (interrupt, 0, 1) [592682] > > drivers/in

Re: support for Logitech Wave

2008-01-16 Thread Dmitry Torokhov
Hi Timo, On Tue, Jan 15, 2008 at 03:49:14PM +0200, Timo Aaltonen wrote: > > Hi > > I've got a Logitech Wave keyboard, that has a number of extra keys on it, > and most of them fail to work with evdev. I get no output with xev or while > trying to cat the input device. I've been told that

Re: [patch 2.6.24-rc6] ads7846: simplify support of external vREF (and ads7843)

2008-01-16 Thread Dmitry Torokhov
On Wed, Jan 16, 2008 at 09:16:16AM -0800, David Brownell wrote: > > Date: Wed, 16 Jan 2008 10:09:10 -0500 > > From: Dmitry Torokhov <[EMAIL PROTECTED]> > > > > On Sat, Jan 05, 2008 at 02:10:19PM -0800, David Brownell wrote: > > > This updates the ads7846 d

Re: [PATCH] input: psmouse: fix input_dev leak in lifebook driver

2008-01-16 Thread Dmitry Torokhov
On Wed, Jan 16, 2008 at 12:58:01PM -0500, Andres Salomon wrote: > On Tue, 15 Jan 2008 17:04:01 -0500 > Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > > On Sat, Jan 12, 2008 at 03:12:52PM -0500, Andres Salomon wrote: > > > > > > The lifebook driver may regis

Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

2008-01-16 Thread Dmitry Torokhov
On Wed, Jan 16, 2008 at 06:46:46PM +0100, Vegard Nossum wrote: > > I have now tried this patch. I don't see a sync error now, but the > button still does not work as expected. Now the scroll down button > acts like a middle button instead of scrolling down. > > I am sorry for the confusion; on my

Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

2008-01-16 Thread Dmitry Torokhov
On Wed, Jan 16, 2008 at 09:19:23PM +0100, Vegard Nossum wrote: > On Jan 16, 2008 8:33 PM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > On Wed, Jan 16, 2008 at 06:46:46PM +0100, Vegard Nossum wrote: > > > > > > I have now tried this patch. I don't see a sync

Re: [BISECTED] Re: psmouse.c: GlidePoint at isa0060/serio1/input0 lost sync at byte 1

2008-01-17 Thread Dmitry Torokhov
On Thu, Jan 17, 2008 at 09:26:37PM +0100, Vegard Nossum wrote: > On Jan 16, 2008 9:49 PM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > Hmm, it seems to work properly, I think it is now a setup issue to a > > certain degree. The touchpad now works in native mode (as oppose

Re: [PATCH 1/12] pxa: rename the pxa27x_keyboard to pxa27x_keypad

2008-01-28 Thread Dmitry Torokhov
Hi Eric, On Wednesday 23 January 2008 02:16, eric miao wrote: > Subject: [PATCH] pxa: rename the pxa27x_keyboard to pxa27x_keypad > > The controller should really be called keypad, and also align > the naming of functions and structures to use "pxa27x_keypad" > as prefix, instead of "pxakbd". No

Re: [PATCH 2/12] pxa: remove the pin configuration from the keypad driver

2008-01-28 Thread Dmitry Torokhov
Hi Eric, On Wednesday 23 January 2008 02:17, eric miao wrote: > From dbd62bced0f789765d1823f66af792933c6b46a1 Mon Sep 17 00:00:00 2001 > From: eric miao <[EMAIL PROTECTED]> > Date: Tue, 22 Jan 2008 16:34:12 +0800 > Subject: [PATCH] pxa: remove the pin configuration from the keypad driver > > The

Re: [PATCH 3/12] pxa: introduce driver structure and use KEY() to define matrix keys

2008-01-28 Thread Dmitry Torokhov
Hi Eric, On Wednesday 23 January 2008 02:24, eric miao wrote: > From 606a2f30cd7086c5f193b3d92e9f7f06c0b62603 Mon Sep 17 00:00:00 2001 > From: eric miao <[EMAIL PROTECTED]> > Date: Tue, 22 Jan 2008 18:09:10 +0800 > Subject: [PATCH] pxa: introduce driver structure and use KEY() to > define matrix k

Re: [PATCH 2/12] pxa: remove the pin configuration from the keypad driver

2008-01-28 Thread Dmitry Torokhov
On Tuesday 29 January 2008 01:51, eric miao wrote: > On Jan 29, 2008 2:24 PM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > Hi Eric, > > > > On Wednesday 23 January 2008 02:17, eric miao wrote: > > > From dbd62bced0f789765d1823f66af792933c6b46a1 Mon Sep 17

Re: [PATCH 1/12] pxa: rename the pxa27x_keyboard to pxa27x_keypad

2008-01-28 Thread Dmitry Torokhov
On Tuesday 29 January 2008 01:57, eric miao wrote: > On Jan 29, 2008 2:26 PM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > Hi Eric, > > > > On Wednesday 23 January 2008 02:16, eric miao wrote: > > > Subject: [PATCH] pxa: rename the pxa27x_keyboard to pxa2

Re: [PATCH] Input: i8042 - add Dritek quirk for Acer Aspire 9110

2008-01-30 Thread Dmitry Torokhov
On Monday 28 January 2008, Carlos Corbacho wrote: > The Acer Aspire 9110 series also requires the Dritek quirk to enable the > extra scancodes. Applied, thank you Carlos. -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to [EMAIL PROTECT

Re: [PATCH] Input: Add Fujitsu-Siemens Amilo Pro 2010 to nomux list

2008-01-30 Thread Dmitry Torokhov
Hi Jiri, On Monday 28 January 2008, Jiri Kosina wrote: > On Sun, 20 Jan 2008, Jiri Kosina wrote: > > > Add Fujitsu-Siemens Amilo Pro 2010 to nomux list. > > Hi Dmitry, > > I don't see this patch in neither branch of your git tree ... is there > anything wrong with it? > No, it just was stuck

Re: [PATCH] Input/Touchscreen Driver: add support AD7877 touchscreen driver (resend to linux-input mailist)

2008-02-04 Thread Dmitry Torokhov
Hi Bryan, On Mon, Feb 04, 2008 at 05:52:38PM +0800, Bryan Wu wrote: + > + spi_message_add_tail(&req->xfer[0], &req->msg); > + spi_message_add_tail(&req->xfer[1], &req->msg); > + > + status = spi_sync(spi, &req->msg); > + > + if (req->msg.status) > + status = req->msg.s

Re: [PATCH] input: driver for USB VoIP phones with CM109 chipset

2008-02-07 Thread Dmitry Torokhov
Hi Alfred, On Thu, Feb 07, 2008 at 07:38:10PM +0100, Alfred E. Heggestad wrote: > From: Alfred E. Heggestad <[EMAIL PROTECTED]> > > This driver adds support for USB VoIP phones using the CM109 chipset, > such as Komunikate KIP-1000 and Genius G-talk. Keypad is scanned and > events are reported to

Re: event devices not released

2008-02-11 Thread Dmitry Torokhov
Hi Erik, On Mon, Feb 11, 2008 at 01:47:41PM +0100, Erik Slagter wrote: > Hi, > > I think I've found a bug :-/ > > Symptoms: when I remove (unplug) a USB keyboard or mouse, the corresponding > event device seems to be closed but not released; when I plug the device > back in, it gets a new input

Re: [PATCH] Input: fix cobalt_btns loadable keymaps support

2008-02-11 Thread Dmitry Torokhov
Hi Yoichi, On Mon, Feb 11, 2008 at 09:54:04PM +0900, Yoichi Yuasa wrote: > Fix cobalt_btns loadable keymaps support. > Thank you for the patch. > input_set_capability(input, EV_MSC, MSC_SCAN); > __set_bit(EV_KEY, input->evbit); > - for (i = 0; i < ARRAY_SIZE(buttons_map); i++) >

Re: [PATCH] Input: fix cobalt_btns loadable keymaps support

2008-02-11 Thread Dmitry Torokhov
On Mon, Feb 11, 2008 at 11:00:27AM -0500, Dmitry Torokhov wrote: > Hi Yoichi, > > On Mon, Feb 11, 2008 at 09:54:04PM +0900, Yoichi Yuasa wrote: > > Fix cobalt_btns loadable keymaps support. > > > > Thank you for the patch. > > > input_se

Re: [PATCH 0/1] Input: xpad - Add a variation of Mad Catz Beat Pad

2012-07-06 Thread Dmitry Torokhov
gt; following patch, the device works as expected. Dmitry Torokhov, the > > current maintainer of input drivers, suggested that I include a change > > to add the usbhid quirk in my patch. > > Of course the good idea only ever comes after the fact. If I change > usbhid to ignore

Re: [PATCH] keyboard: imx_keypad: Fix clock handling

2012-07-06 Thread Dmitry Torokhov
Hi Fabio, On Fri, Jul 06, 2012 at 12:40:28PM -0300, Fabio Estevam wrote: > Adapt clock handling to the new i.mx clock framework and fix the following > warning: > > input: imx-keypad as /devices/platform/imx-keypad/input/input0 > > [ cut here ]

Re: [PATCH v2 3/3] keyboard: imx_keypad: Check error returned by clk_prepare_enable()

2012-07-06 Thread Dmitry Torokhov
. -- Dmitry Input: imx_keypad - check error returned by clk_prepare_enable() From: Fabio Estevam Check error returned by clk_prepare_enable(). Signed-off-by: Fabio Estevam Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/imx_keypad.c | 19 ++- 1 files changed, 14 inserti

Re: [PATCH] input: touchscreen ad7879 add option to correct xy axis

2012-07-07 Thread Dmitry Torokhov
On Fri, Jun 01, 2012 at 12:37:01PM +0200, michael.henner...@analog.com wrote: > From: Michael Hennerich > > Sebastian Zenker reported that driver swaps x and y samples when the > touchscreen leads are connected in accordance with the datasheet > specification. > Transposed axis can be typically

Re: [PATCH] synaptics_usb: Remove TrackPoint name trailing whitespace

2012-07-07 Thread Dmitry Torokhov
On Fri, Jul 06, 2012 at 12:28:17PM -0500, Bob Ross wrote: > > The USB TrackPoint name string contains a space at the trailing end that > can cause confusion/difficulty when creating udev rules. Example: > > "Synaptics Inc. Composite TouchPad / TrackPoint (Stick) " > > This patch removes the tra

Re: input: eeti_ts.c build error

2012-07-07 Thread Dmitry Torokhov
but could not find anyone to test it. Thanks. -- Dmitry Input: eeti_ts - do not use irq_to_gpio From: Dmitry Torokhov irq_to_gpio is not available on many platforms. Let's switch to using one-shot level interrupts with threaded IRQ handlers that should stay active as long as there is dat

Re: [GIT PULL] input: mt updates for 3.5-rc0

2012-07-07 Thread Dmitry Torokhov
On Fri, Jul 06, 2012 at 08:30:05AM +0200, Henrik Rydberg wrote: > Hi Dmitry, > > Here are the input-mt updates for 3.5-rc0. It includes the large > atmel_mxt update from Daniel, and an MT protocol addition for win8 > devices. Pulled, thanks Henrik. -- Dmitry -- To unsubscribe from this list: se

Re: [PATCH 2/6] input/spear_keyboard: fix clock handling during suspend/resume

2012-07-07 Thread Dmitry Torokhov
Hi Shiraz, On Mon, Jul 02, 2012 at 12:20:10PM +0530, Shiraz Hashim wrote: > SPEAr keyboard should normally disable clock during suspend and enable it > during resume. > > For cases where it is expected to act as a wakeup source the clock can > remain in the same state i.e. kept enabled if it is b

Re: [PATCH 2/2 v2] Input: synaptics - add sysfs access to firmware ID & board ID

2012-07-07 Thread Dmitry Torokhov
On Wed, Jul 04, 2012 at 03:08:48PM +0200, Henrik Rydberg wrote: > On Wed, Jul 04, 2012 at 05:07:17PM +0800, Daniel Kurtz wrote: > > Allow userspace to query firmware ID and board ID, which are read and > > cached during device initialization. > > > > This information can be read, for instance, by

Re: [patch -resend] Input: ff-memless - fix a couple min_t() casts

2012-07-07 Thread Dmitry Torokhov
On Wed, Jun 27, 2012 at 12:11:19PM +0300, Dan Carpenter wrote: > envelope->attack_level is a u16 type. We're trying to clamp it here > so it's between 0 and 0x7fff. Unfortunately, the cast to __s16 turns > all the values larger than 0x7fff into negative numbers and min_t() > thinks they are less

Re: [RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support

2012-07-09 Thread Dmitry Torokhov
se DT data if platform data is omitted. This way one can override firmware data if needed. Does the patch below (if applied on top of your) work for you? Thanks. -- Dmitry Input: omap4-keypad - misc fixes Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/omap4-keypad.c | 152 +

Re: [PATCH v8] input: keyboard: Add keys driver for the LPC32xx SoC

2012-07-09 Thread Dmitry Torokhov
mem_region(kscandat->io_p_start, kscandat->io_p_size); > + input_unregister_device(kscandat->input); > + kfree(kscandat); > + > + return 0; > +} > + Does the following patch (on top of your) still work with your device? Thanks. -- Dmitry Input: lpc32

Re: [PATCH 1/1] Input: hanwang - add support for Art Master II tablet

2012-07-09 Thread Dmitry Torokhov
Hi, On Fri, Jun 29, 2012 at 10:14:06PM +0800, weixing wrote: > > switch (data[0]) { > case 0x02: /* data packet */ > switch (data[1]) { > case 0x80: /* tool prox out */ > - hanwang->current_id = 0; > - inpu

Re: [PATCH v8] input: keyboard: Add keys driver for the LPC32xx SoC

2012-07-10 Thread Dmitry Torokhov
On Tue, Jul 10, 2012 at 11:36:25AM +0200, Roland Stigge wrote: > Hi Dmitry! > > On 07/10/2012 08:36 AM, Dmitry Torokhov wrote: > >> +static void lpc32xx_mod_states(struct lpc32xx_kscan_drv *kscandat, int > >> col) > >> +{ > >> + u8 key; > &

Re: [PATCH 2/2] Input: bcm5974 - Add support for 2012 MacBook Pro Retina

2012-07-10 Thread Dmitry Torokhov
On Tue, Jul 10, 2012 at 12:11:55PM +0200, Jiri Kosina wrote: > On Mon, 9 Jul 2012, Henrik Rydberg wrote: > > > Add support for the 15'' MacBook Pro Retina model (MacBookPro10,1). > > > > Patch originally written by clipcarl (forums.opensuse.org). > > > > Signed-off-by: Henrik Rydberg > > --- >

Re: [PATCH V7 4/4] input: add onkey support to 88PM80X PMIC

2012-07-10 Thread Dmitry Torokhov
Hi Qiao, On Tue, Jul 10, 2012 at 05:17:38PM +0800, Qiao Zhou wrote: > add onkey support to MARVELL 88PM80X PMIC. > > Signed-off-by: Qiao Zhou > --- > drivers/input/misc/88pm80x_onkey.c | 176 > > drivers/input/misc/Kconfig | 10 ++ > drivers/inpu

Re: [PATCH v3 1/1] Input: xpad - Handle all variations of Mad Catz Beat Pad

2012-07-10 Thread Dmitry Torokhov
Hi Yuri, On Wed, Jul 11, 2012 at 12:33:22AM +0700, Yuri Khan wrote: > * Add this device to usbhid ignore list Please do not forget your "Signed-off-by: " so that I can apply the patch. Thanks. > --- > drivers/hid/hid-core.c|1 + > drivers/hid/hid-ids.h |3 +++ > drivers

Re: [PATCH v9] input: keyboard: Add keys driver for the LPC32xx SoC

2012-07-10 Thread Dmitry Torokhov
fail3 style of labels), could you try this version of my patch (on top of your v9 one). Third time is a charm maybe? :) -- Dmitry Input: lpc32-xx- misc changes Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/lpc32xx-keys.c | 217 + 1 file changed,

Re: [PATCH v9] input: keyboard: Add keys driver for the LPC32xx SoC

2012-07-11 Thread Dmitry Torokhov
On Wed, Jul 11, 2012 at 09:49:04AM +0200, Roland Stigge wrote: > On 07/10/2012 10:55 PM, Dmitry Torokhov wrote: > > Hi Roland, > > > > On Tue, Jul 10, 2012 at 09:35:10PM +0200, Roland Stigge wrote: > >> This patch adds a driver for the key scan interface of the LPC3

Re: [PATCH v4 1/1] Input: xpad - Handle all variations of Mad Catz Beat Pad

2012-07-11 Thread Dmitry Torokhov
On Wed, Jul 11, 2012 at 02:02:19PM +0700, Yuri Khan wrote: > * Add this device to usbhid ignore list > > Signed-off-by: Yuri Khan > Acked-by: Jiri Kosina Applied, thank you Yuri. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to ma

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

2012-07-13 Thread Dmitry Torokhov
On Wed, May 02, 2012 at 09:36:51PM -0700, Dmitry Torokhov wrote: > Hi Sven, > > On Sat, Apr 07, 2012 at 08:38:33PM +0200, Sven Neumann wrote: > > Hi, > > > > On 07.04.12 09:02, Dmitry Torokhov wrote: > > >On Fri, Apr 06, 2012 at 10:40:07PM -0700, Olof Johan

Re: [PATCH v6] input: Add MELFAS mms114 touchscreen driver

2012-07-13 Thread Dmitry Torokhov
On Thu, Jun 28, 2012 at 04:46:34PM +0900, Joonyoung Shim wrote: > This is a initial driver for new touchscreen chip mms114 of MELFAS. > It uses I2C interface and supports 10 multi touch. > > Signed-off-by: Joonyoung Shim > Signed-off-by: Kyungmin Park Applied, thank you Joonyoung. -- Dmitry

Re: [PATCH V8] input: add onkey support to 88PM80X PMIC

2012-07-13 Thread Dmitry Torokhov
Hi Qiao, On Wed, Jul 11, 2012 at 05:05:04PM +0800, Qiao Zhou wrote: > + > +static int __devinit pm80x_onkey_probe(struct platform_device *pdev) > +{ > + > + struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent); > + struct pm80x_onkey_info *info; > + int err; > + > + info = >

[git pull] Input updates for 3.5-rc6

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

Re: [input:next 43/45] drivers/input/keyboard/omap4-keypad.c:218:6: warning: unused variable 'error'

2012-07-13 Thread Dmitry Torokhov
On Saturday, July 14, 2012 04:23:05 AM Fengguang Wu wrote: > Hi Sourav, > > There are new compile warnings show up in > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next > head: 7545a8052565aa68eeb4dfb59c1fb5d21a6867e7 > commit: 3dad34659e6646ab578d82b75a023cc4640fe322

Re: [PATCH V9] input: add onkey support to 88PM80X PMIC

2012-07-16 Thread Dmitry Torokhov
; > + > + pm80x_free_irq(info->pm80x, info->irq, info); > + input_unregister_device(info->idev); > + kfree(info); And add device_init_wakeup(&pdev->dev, 0); Otherwise feel free to add Acked-by: Dmitry Torokhov and merge with the rest of the patches (I assum

Re: [PATCH v8] Touchscreen driver for FT5x06 based EDT displays

2012-07-18 Thread Dmitry Torokhov
thank you. The remove() seems > to leak memory, and I sprinkled some minor comments on the way. OK, so the patch below should fix most of Henrik's comments and some of mine. Compile-tested only though. It would be nice to have it verified on real hardware so we could get it in in the n

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

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

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

2012-07-19 Thread Dmitry Torokhov
exandre Pereira da Silva Signed-off-by: Dmitry Torokhov --- .../devicetree/bindings/input/gpio-keys-polled.txt | 38 ++ drivers/input/keyboard/gpio_keys_polled.c | 124 +++- 2 files changed, 157 insertions(+), 5 deletions(-) create mode 100644 Documentation/devicetree/

Re: [PATCH v2 2/2] input: Add support for the Semtech SX8634 controller

2012-07-23 Thread Dmitry Torokhov
Hi Thierry, On Mon, Jul 23, 2012 at 02:18:47PM +0200, Thierry Reding wrote: > + > + if (gpio_is_valid(sx->power_gpio)) { > + err = gpio_request(sx->power_gpio, "sx8634 power"); > + if (err < 0) { > + dev_err(&client->dev, > +

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

2012-07-23 Thread Dmitry Torokhov
On Thu, Jul 19, 2012 at 05:36:12PM +0200, Daniel Mack wrote: > On 17.07.2012 14:59, Daniel Mack wrote: > > On 13.07.2012 09:01, Dmitry Torokhov wrote: > >> On Wed, May 02, 2012 at 09:36:51PM -0700, Dmitry Torokhov wrote: > >>> Hi Sven, > >>> > >&

Re: [PATCH v9] Touchscreen driver for FT5x06 based EDT displays

2012-07-23 Thread Dmitry Torokhov
On Sun, Jul 22, 2012 at 05:02:19PM +0200, simon.bu...@kernelconcepts.de wrote: > From: Simon Budig > > This is a driver for the EDT "Polytouch" family of touch controllers > based on the FocalTech FT5x06 line of chips. > > Signed-off-by: Simon Budig > --- > > This is a new iteration of the dri

Re: [PATCH v9] Touchscreen driver for FT5x06 based EDT displays

2012-07-24 Thread Dmitry Torokhov
On Tuesday, July 24, 2012 10:06:43 PM Simon Budig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/23/2012 07:45 PM, Henrik Rydberg wrote: > > It looks all good to me, Reviewed-by: Henrik Rydberg > > Thanks, Simon, for all your work. > > Great, thanks. Is there something I have

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Dmitry Torokhov
On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > Fixed a coding style issue in driver/input/input.c > > Signed-off-by: Baodong Chen > --- > drivers/input/input.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/input/input.c b/drivers/inp

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Dmitry Torokhov
On Wed, Jul 25, 2012 at 07:15:12AM +0100, Al Viro wrote: > On Tue, Jul 24, 2012 at 10:37:55PM -0700, Dmitry Torokhov wrote: > > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > > > Fixed a coding style issue in driver/input/input.c > > > > &

[git pull] Input updates for 3.6-rc0

2012-07-25 Thread Dmitry Torokhov
of mt slots Input: atmel_mxt_ts - send all MT-B slots in one input report Input: atmel_mxt_ts - parse T6 reports Input: synaptics - print firmware ID and board number at init Dmitry Torokhov (1): Input: wacom_i2c - fix compiler warning Fabio Estevam (3): Input: imx_keypad

Re: [PATCH] Input: sentelic - filtering out erratic movement

2012-07-25 Thread Dmitry Torokhov
Hi Tai-hwa, On Fri, Jul 06, 2012 at 01:49:29PM +0800, Tai-hwa Liang wrote: > It turns out that certain hardware sometime generates unexpected movement > during normal operation. This patch tries to filter out these erratic > movements which will cause unexpected cursor jumping to the top-left corn

Re: [REPOST #3 PATCH v2] Input: atkbd - make repeat period more accurate.

2012-07-25 Thread Dmitry Torokhov
Hi George, On Sat, Jul 21, 2012 at 11:42:28PM -0400, George Spelvin wrote: > This replaces some inaccurate lookup tables with an exact > computation. Although the diff adds source comments, > it shrinks binary size. (By only 50 bytes, but hey.) > > AT keyboard repeat rates are multiples of 1/24

Re: [PATCH v2 1/2] input: rotary-encoder: switch to devm_* allocation of GPIOs and IRQs

2012-07-25 Thread Dmitry Torokhov
On Wed, Jul 25, 2012 at 09:43:47AM +0200, Daniel Mack wrote: > @@ -263,12 +243,7 @@ exit_free_mem: > static int __devexit rotary_encoder_remove(struct platform_device *pdev) > { > struct rotary_encoder *encoder = platform_get_drvdata(pdev); > - struct rotary_encoder_platform_data *pdata

Re: [PATCH v2 1/2] input: rotary-encoder: switch to devm_* allocation of GPIOs and IRQs

2012-07-25 Thread Dmitry Torokhov
On Wed, Jul 25, 2012 at 06:07:24PM +0200, Daniel Mack wrote: > On 25.07.2012 18:05, Dmitry Torokhov wrote: > > On Wed, Jul 25, 2012 at 09:43:47AM +0200, Daniel Mack wrote: > >> @@ -263,12 +243,7 @@ exit_free_mem: > >> static int __devexit rotary_encoder_remove(s

Re: [RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-27 Thread Dmitry Torokhov
Hi Yann, On Sat, Jul 28, 2012 at 02:02:34AM +0200, Yann Cantin wrote: > > Signed-off-by: Yann Cantin > --- > drivers/input/misc/Kconfig | 21 + > drivers/input/misc/Makefile |1 + > drivers/input/misc/ebeam.c | 895 > +++ > 3 files changed, 917

[git pull] Input updates for 3.6-rc0 (2nd set)

2012-07-29 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2nd set of updates for the input subsystem for the 3.6 merge window. You will get a new driver for FT5x06 based EDT displays and a couple of other driver changes. Changelog: ---

Re: [PATCH 0/2] Report wake_events for some button presses.

2012-07-29 Thread Dmitry Torokhov
On Mon, Jul 30, 2012 at 11:09:01AM +1000, NeilBrown wrote: > To avoid racing with suspend, we need to report wakeup events to the > pm subsystem when they happen. > These two patches do this for gpio_keys and twl4030-pwrbutton. > > --- > > NeilBrown (2): > Input: twl4030-pwrbutton: report a

Re: [PATCH] Input: gpio_keys - Report wakeup events if device may wakeup

2012-07-29 Thread Dmitry Torokhov
Hi Benson, On Wed, Jul 25, 2012 at 11:11:53PM -0700, Benson Leung wrote: > If a button is configured to wake the system, report a pm wakeup event. > Thank you for your patch, however I applied more complete patch sent by NeilBrown. > Signed-off-by: Benson Leung > --- > drivers/input/keyboard/

Re: [PATCH] fixed coding style issues

2012-07-29 Thread Dmitry Torokhov
Hi Baodong, On Wed, Jul 25, 2012 at 03:11:17PM +0800, Baodong Chen wrote: > Fexed coding style issues from scripts/checkpatch.pl in drivers/input > Thank you for your patch. I picked up the parts that made sense and dropped the rest. Thanks. -- Dmitry -- To unsubscribe from this list: send th

Re: [RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-29 Thread Dmitry Torokhov
On Sat, Jul 28, 2012 at 11:02:13AM +0200, Yann Cantin wrote: > Hi Dmitry, > > >> +config INPUT_EBEAM_USB_CLASSIC > >> + bool "eBeam Classic Projection support" > >> + depends on INPUT_EBEAM_USB > >> + default y > > > > Will there be support for other eBean devices (are there any)? If there > >

Re: [REPOST #3 PATCH v2] Input: atkbd - make repeat period more accurate.

2012-07-29 Thread Dmitry Torokhov
On Thu, Jul 26, 2012 at 11:15:24AM -0400, George Spelvin wrote: > Thanks for the response! I'd been checking mailing list archive sites > to see if my submissions were making it out to the list. > > >> In addition to a slightly inaccurate lookup table, the > >> old code would round up to the next

Re: New Alps protocol in the wild?

2012-07-30 Thread Dmitry Torokhov
On Tue, Jul 31, 2012 at 01:19:24AM -0400, Ben Gamari wrote: > Ben Gamari writes: > > > Just to keep everyone in the loop, I've tried both VirtualBox and Qemu > > now and the Alps driver appears to work under neither. After some > > reflection, I finally resolved to brave the jungle that is Window

Re: [PATCH v3 3/3] input: rotary-encoder: add DT bindings

2012-07-30 Thread Dmitry Torokhov
> + if (err > 0) > + use_of = 1; > + > + if (!&pdev->dev.platform_data && !use_of) { !&pdev->dev.platform_data is never false, you meant !pdev->dev.platform_data BTW, we have an accessor function dev_get_platdata(). Still, I do not l

Re: [PATCH] fixed a macro coding style issue

2012-07-31 Thread Dmitry Torokhov
On Tue, Jul 24, 2012 at 11:36:24PM -0700, Dmitry Torokhov wrote: > On Wed, Jul 25, 2012 at 07:15:12AM +0100, Al Viro wrote: > > On Tue, Jul 24, 2012 at 10:37:55PM -0700, Dmitry Torokhov wrote: > > > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: > > > >

Re: USB Creative Technology SB Arena Headset Quirk Question

2012-07-31 Thread Dmitry Torokhov
On Tuesday, July 31, 2012 02:08:21 PM Chris J Arges wrote: > Hello, > I am trying to find the best way to resolve a hardware issue with a USB > Creative Technology SB Arena Headset (0x41e:0x403). > > The headset also has buttons on it which register as a keyboard: > [252903.181] (II) XINPUT: Addin

Re: [PATCH 1/1] Input: ab8500-ponkey: Make the distinction between DT and non-DT boots

2012-08-06 Thread Dmitry Torokhov
Hi Lee, On Mon, Aug 06, 2012 at 01:32:03PM +0100, Lee Jones wrote: > If we're booting with Device Tree enabled, we want the IRQ numbers to > be taken and translated from the Device Tree binary. If not, they > should be taken from the resource allocation defined in the AB8500 MFD > core driver. >

Re: [PATCH] Input: gpio_keys - fix NULL pointer dereference for dt case

2012-08-06 Thread Dmitry Torokhov
On Mon, Aug 06, 2012 at 02:20:27PM +0530, Shubhrajyoti wrote: > On Friday 03 August 2012 07:11 PM, Fabio Estevam wrote: > > Commit 30161f6b2e7d1 (Input: gpio_keys - clean up device tree parser) > > introduced the following kernel crash for a dt based kernel: > > .. > > Unable to handle kernel NULL

Re: [RFC ebeam PATCH v3 1/2] hid: Blacklist new eBeam classic device

2012-08-06 Thread Dmitry Torokhov
On Monday, August 06, 2012 02:43:40 PM Greg KH wrote: > On Mon, Aug 06, 2012 at 11:21:43PM +0200, Yann Cantin wrote: > > Signed-off-by: Yann Cantin > > --- > > > > drivers/hid/hid-core.c |3 +++ > > drivers/hid/hid-ids.h |3 +++ > > 2 files changed, 6 insertions(+) > > > > diff --git a

Re: [RFC ebeam PATCH v3 0/2]

2012-08-06 Thread Dmitry Torokhov
On Monday, August 06, 2012 02:44:23 PM Greg KH wrote: > On Mon, Aug 06, 2012 at 11:21:42PM +0200, Yann Cantin wrote: > > Hi, > > > > New USB input driver for eBeam devices. > > > > Currently, only the Luidia eBeam classic projection model is supported. > > Edge model and a NEC interactive video-p

  1   2   3   4   5   6   7   8   9   10   >