Re: [PATCH] input: keyboard: gpio-keys: Try to parse IRQ from device tree

2012-10-04 Thread Dmitry Torokhov
Hi Tomasz, On Wed, Oct 03, 2012 at 01:20:00PM +0200, Tomasz Figa wrote: > On modern platforms using device tree and non-legacy IRQ domains there > is usually no way to perform direct translation between GPIO and IRQ, > because the IRQ of interest is not mapped yet into sparse IRQ namespace. > > T

3.6 kernel regression: annoying keyboard autosuspend

2012-10-04 Thread Dâniel Fraga
I upgraded from kernel 3.5.1 to kernel 3.6 and my keyboard (Logitech Access keyboard 600 USB) was suspending everytime. So I did the following as a workaround: echo -1 > /sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5/power/autosuspend *** This didn't happen

Re: Mouse and keyboard freeze on Ivy Bridge platform

2012-10-04 Thread Sarah Sharp
On Thu, Oct 04, 2012 at 11:36:06PM +0200, Sébastien Dinot wrote: > Alan Stern a écrit : > > The log file shows lots and lots of low-level communication errors. > > They could be caused by bad cabling or by bad USB hardware in your > > computer. It's unlikely that they were caused by the mouse or >

[PATCH] Input: imx_keypad - only set enabled columns to open-drain

2012-10-04 Thread Andreas Pretzsch
In imx_keypad_inhibit(), all 8 columns were set to open-drain, in contrast to the rest of the driver, where only the enabled columns are modified/used. Contrary to the normal expectation, this also affects column I/Os not even mapped via IOMUX to the KPP hardware module but used as a GPIO. Therefor

Re: Mouse and keyboard freeze on Ivy Bridge platform

2012-10-04 Thread Sébastien Dinot
Alan Stern a écrit : > The log file shows lots and lots of low-level communication errors. > They could be caused by bad cabling or by bad USB hardware in your > computer. It's unlikely that they were caused by the mouse or > keyboard, because the log shows errors for both of them starting at > exa

Re: Mouse and keyboard freeze on Ivy Bridge platform

2012-10-04 Thread Alan Stern
On Thu, 4 Oct 2012, Sébastien Dinot wrote: > Hi, > > Alan Stern a écrit : > > Please build a kernel with CONFIG_USB_DEBUG enabled. > > Done (3.6.0+ kernel) > > > When a hang occurs, get a list of hang tasks (Alt-SysRq-w probably > > won't work, but "echo w >/proc/sysrq-trigger" from a network l

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Thierry Reding
On Thu, Oct 04, 2012 at 08:48:54PM +0200, Lars-Peter Clausen wrote: > On 10/04/2012 08:29 PM, Thierry Reding wrote: > > On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: > >> On 10/04/2012 08:06 AM, Thierry Reding wrote: > >>> [...] > >>> diff --git a/arch/mips/Kconfig b/arch/mips

Re: Mouse and keyboard freeze on Ivy Bridge platform

2012-10-04 Thread Sébastien Dinot
Hi, Jonathan Nieder a écrit : > Sebastien: for reference, here's a way to build a kernel with > CONFIG_USB_DEBUG enabled. Thank you for these useful instructions, I had not compiled a kernel for some years. Sébastien -- Sébastien Dinot, sebastien.di...@free.fr http://sebastien.dinot.free.fr/ N

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Lars-Peter Clausen
On 10/04/2012 08:29 PM, Thierry Reding wrote: > On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: >> On 10/04/2012 08:06 AM, Thierry Reding wrote: >>> [...] >>> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig >>> index 331d574..b38f23d 100644 >>> --- a/arch/mips/Kconfig >>> +++

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Thierry Reding
On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: > On 10/04/2012 08:06 AM, Thierry Reding wrote: > > [...] > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > > index 331d574..b38f23d 100644 > > --- a/arch/mips/Kconfig > > +++ b/arch/mips/Kconfig > > @@ -219,7 +219,8 @@ conf

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Lars-Peter Clausen
On 10/04/2012 08:06 AM, Thierry Reding wrote: > [...] > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index 331d574..b38f23d 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -219,7 +219,8 @@ config MACH_JZ4740 > select GENERIC_GPIO > select ARCH_REQUIRE_GPIOLIB >

Re: Communicating tablet mode status to userspace

2012-10-04 Thread Mark Brown
On Wed, Oct 03, 2012 at 08:52:31AM -0600, Daniel Drake wrote: > The disadvantage here is that it doesn't work as a global solution to > the problem - every embedded distro in the same situation would have > to add a custom rule thing, and "generic distros" would have no such > solution at this tim

Re: [PATCH] HID Sensors: Add USB pid 0x0A01

2012-10-04 Thread Jiri Kosina
On Wed, 3 Oct 2012, Dmitry Torokhov wrote: > Hi Matt, > > This should go to Jiri Kosina (CCed). Thanks. Matt, the patch has been damaged (linewrapped, whitespaces) by your mailer. Please fix this on your side and resend to me. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send t

Re: [PATCH v1] i2c-hid: introduce HID over i2c specification implementation

2012-10-04 Thread Jiri Kosina
On Thu, 4 Oct 2012, Benjamin Tissoires wrote: > >> + > >> + hid->claimed = 0; > > > > Should it be here and not in core? > > This is a line that was copied/pasted from usbhid. I'll check how can > I do that without interfering with core. Well, we are calling ll_driver->stop at multiple plac

Re: [PATCH v1] i2c-hid: introduce HID over i2c specification implementation

2012-10-04 Thread Benjamin Tissoires
Hi Dmitry, thanks for the review. On Wed, Oct 3, 2012 at 6:43 PM, Dmitry Torokhov wrote: > Hi Benjamin, > > A few random comments... > > On Fri, Sep 14, 2012 at 03:41:43PM +0200, benjamin.tissoires wrote: >> From: Benjamin Tissoires >> >> Microsoft published the protocol specification of HID ov

Re: [PATCHv3 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-04 Thread Sourav
Hi Dmitry, On Thursday 04 October 2012 12:54 PM, Dmitry Torokhov wrote: On Wed, Oct 03, 2012 at 11:26:46AM +0530, Poddar, Sourav wrote: Hi Dmitry, On Tue, Oct 2, 2012 at 11:48 AM, Dmitry Torokhov wrote: Hi Sourav, On Mon, Oct 01, 2012 at 04:31:50PM +0530, Sourav Poddar wrote: From: G, Manju

Re: [PATCH] USB: input: wacom_sys.c: format OLED image in kernel

2012-10-04 Thread Przemo Firszt
Dnia 4 Października 2012, 8:25 am, Cz, Dmitry Torokhov napisał(a): > Hi Przemo, Hi Dmitry, > > On Sun, Sep 09, 2012 at 03:37:18PM -0400, Przemo Firszt wrote: >> This patch adds a new way of handling Wacom Intuos4 family OLEDs. >> Previously the images had to be 'scrambled' by userland application.

Re: [PATCH] input: samsung-keypad: add clk_prepare and clk_unprepare

2012-10-04 Thread Dmitry Torokhov
On Wed, Oct 03, 2012 at 08:31:52AM +0900, Thomas Abraham wrote: > Add calls to clk_prepare and clk_unprepare as required by commom clock > framework. > > Signed-off-by: Thomas Abraham Applied, thank you Thomas. > --- > drivers/input/keyboard/samsung-keypad.c | 11 ++- > 1 files chan

Re: [PATCH] Input: Add Alps touchpad 73 03 0a support

2012-10-04 Thread Dmitry Torokhov
Hi Pavel, On Wed, Oct 03, 2012 at 11:37:50AM +0900, Pavel Bludov wrote: > Hi Dmitry, > the patch is trivial: > > E7 report is 73 03 0a > command mode response is 88 08 1c > absolute mode controlled by register c2c4 It looks like you mailer mangled the patch by line-wrapping it, and I would also

Re: [PATCH] USB: input: wacom_sys.c: format OLED image in kernel

2012-10-04 Thread Dmitry Torokhov
Hi Przemo, On Sun, Sep 09, 2012 at 03:37:18PM -0400, Przemo Firszt wrote: > This patch adds a new way of handling Wacom Intuos4 family OLEDs. > Previously the images had to be 'scrambled' by userland application. Now > the 'scrambling' is done in the kernel module, so user space can send > simple

Re: [PATCH 1/5] Input: wacom - Allow any multi-input Intuos device to set prox

2012-10-04 Thread Dmitry Torokhov
Hi Jason, On Mon, Oct 01, 2012 at 10:09:24AM -0700, Jason Gerecke wrote: > On Fri, Sep 28, 2012 at 2:18 PM, Ping Cheng wrote: > > On Thu, Sep 6, 2012 at 3:53 PM, Jason Gerecke wrote: > >> The ability to set the proximity flag should apply to any device > >> that has both pen and touch input. Rat

Re: [PATCHv3 2/4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-04 Thread Dmitry Torokhov
On Wed, Oct 03, 2012 at 11:26:46AM +0530, Poddar, Sourav wrote: > Hi Dmitry, > > On Tue, Oct 2, 2012 at 11:48 AM, Dmitry Torokhov > wrote: > > Hi Sourav, > > > > On Mon, Oct 01, 2012 at 04:31:50PM +0530, Sourav Poddar wrote: > >> From: G, Manjunath Kondaiah > >> > >> + > >> + /* Enable smsc