Re: [PATCH] Input: fix Cypress PS/2 Trackpad in Dell XPS12

2013-02-21 Thread Dmitry Torokhov
On Thu, Feb 21, 2013 at 12:02:46PM -0800, Kamal Mostafa wrote: > On Thu, 2013-02-21 at 11:56 -0800, Dmitry Torokhov wrote: > > On Thu, Feb 21, 2013 at 10:55:55AM -0800, Kamal Mostafa wrote: > > > Avoid firmware glitch in Cypress PS/2 Trackpad firmware version 11 > > > (as observed in Dell XPS12) wh

Re: [PATCH] Input: fix Cypress PS/2 Trackpad in Dell XPS12

2013-02-21 Thread Kamal Mostafa
On Thu, 2013-02-21 at 11:56 -0800, Dmitry Torokhov wrote: > On Thu, Feb 21, 2013 at 10:55:55AM -0800, Kamal Mostafa wrote: > > Avoid firmware glitch in Cypress PS/2 Trackpad firmware version 11 > > (as observed in Dell XPS12) which prevents driver from recognizing > > the trackpad. > > > > BugLink

Re: [PATCH] Input: fix Cypress PS/2 Trackpad in Dell XPS12

2013-02-21 Thread Dmitry Torokhov
On Thu, Feb 21, 2013 at 10:55:55AM -0800, Kamal Mostafa wrote: > Avoid firmware glitch in Cypress PS/2 Trackpad firmware version 11 > (as observed in Dell XPS12) which prevents driver from recognizing > the trackpad. > > BugLink: http://launchpad.net/bugs/1103594 > > Signed-off-by: Kamal Mostafa

[PATCH] Input: fix Cypress PS/2 Trackpad in Dell XPS12

2013-02-21 Thread Kamal Mostafa
Avoid firmware glitch in Cypress PS/2 Trackpad firmware version 11 (as observed in Dell XPS12) which prevents driver from recognizing the trackpad. BugLink: http://launchpad.net/bugs/1103594 Signed-off-by: Kamal Mostafa Cc: Dudley Du --- drivers/input/mouse/cypress_ps2.c | 19 +--

Re: [PATCH v2] input,serio: support for GRLIB APBPS2 PS/2 Keyboard/Mouse

2013-02-21 Thread Dmitry Torokhov
Hi Danilel, On Thu, Feb 21, 2013 at 02:31:42PM +0100, Daniel Hellstrom wrote: > APBPS2 is a PS/2 core part of GRLIB found in SPARC32/LEON > products. Thank you for making the changes, I have a couple more comments. > > Signed-off-by: Daniel Hellstrom > --- > .../bindings/input/ps2keyb-mouse-a

Re: [PATCH 1/1] input,serio: support for GRLIB APBPS2 PS/2 Keyboard/Mouse

2013-02-21 Thread Dmitry Torokhov
On Thu, Feb 21, 2013 at 10:49:41AM +0100, Daniel Hellstrom wrote: > On 02/20/2013 07:43 PM, Dmitry Torokhov wrote: > >Hi Daniel, > > > >On Wed, Feb 20, 2013 at 03:41:33PM +0100, Daniel Hellstrom wrote: > >>+static void apbps2_close(struct serio *io) > >>+{ > >>+ struct apbps2_priv *priv = io->por

[PATCH v2] input,serio: support for GRLIB APBPS2 PS/2 Keyboard/Mouse

2013-02-21 Thread Daniel Hellstrom
APBPS2 is a PS/2 core part of GRLIB found in SPARC32/LEON products. Signed-off-by: Daniel Hellstrom --- .../bindings/input/ps2keyb-mouse-apbps2.txt| 20 ++ drivers/input/serio/Kconfig| 10 + drivers/input/serio/Makefile |1 + drivers/

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-21 Thread Alexander Holler
Am 21.02.2013 11:34, schrieb Benjamin Tissoires: Hi, Sorry for coming this late in the discussion (I was sick at the beginning of the week, preventing me to answer mails). On Mon, Feb 18, 2013 at 1:13 PM, Alexander Holler wrote: Hmm, what happens with Bluetooth sensor-hubs? Is the driver now

Re: [PATCH] HID: make sensor autodetection independent of underlying bus

2013-02-21 Thread Benjamin Tissoires
On Tue, Feb 19, 2013 at 10:22 AM, Mika Westerberg wrote: > Instead of limiting HID sensors to USB and I2C busses we can just make > everything that has usage page of HID_UP_SENSOR to be included in > HID_GROUP_SENSOR_HUB group. This allows the sensor-hub to work over > bluetooth (and other transpo

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-21 Thread Benjamin Tissoires
Hi, Sorry for coming this late in the discussion (I was sick at the beginning of the week, preventing me to answer mails). On Mon, Feb 18, 2013 at 1:13 PM, Alexander Holler wrote: >>> Hmm, what happens with Bluetooth sensor-hubs? Is the driver now able >>> to handle them too? >>

Re: [PATCH 1/1] input,serio: support for GRLIB APBPS2 PS/2 Keyboard/Mouse

2013-02-21 Thread Daniel Hellstrom
On 02/20/2013 07:43 PM, Dmitry Torokhov wrote: Hi Daniel, On Wed, Feb 20, 2013 at 03:41:33PM +0100, Daniel Hellstrom wrote: APBPS2 is a PS/2 core part of GRLIB found in SPARC32/LEON products. Signed-off-by: Daniel Hellstrom --- .../bindings/input/ps2keyb-mouse-apbps2.txt| 20 ++