Re: [PATCH 0/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread Peter Hutterer
On Tue, Sep 02, 2014 at 04:50:53PM +0200, David Herrmann wrote: > Hi > > On Tue, Sep 2, 2014 at 4:40 PM, Hans de Goede wrote: > > On 09/02/2014 02:55 PM, David Herrmann wrote: > >> Hi > >> > >> On Tue, Sep 2, 2014 at 2:43 PM, Hans de Goede wrote: > >>> Hi, > >>> > >>> It is useful for userspace

Re: [PATCH 2/2] input/mouse: Add missing POINTER / DIRECT properties to a bunch of drivers

2014-09-02 Thread Peter Hutterer
On Tue, Sep 02, 2014 at 10:38:34AM -0400, Benjamin Tissoires wrote: > On Sep 02 2014 or thereabouts, Hans de Goede wrote: > > I've not done a full audit of all mouse drivers, I noticed these ones were > > missing the POINTER property while working on the POINTING_STICK property. > > I am not sure

Re: [PATCH 1/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread Peter Hutterer
On Tue, Sep 02, 2014 at 02:43:23PM +0200, Hans de Goede wrote: > It is useful for userspace to know that there not dealing with a regular > mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace > can e.g. automatically enable middle button scrollwheel emulation. > > It is im

Re: hid-thingm: kernel panic on remove

2014-09-02 Thread Dylan Alex Simon
>From Jiri Kosina , Tue, Sep 02, 2014 at 11:32:30PM +0200: > On Tue, 2 Sep 2014, Benjamin Tissoires wrote: > > > > Whenever either disconnecting the USB device or simply rmmod'ing the > > > module > > > (even when not in use), I get a kernel panic. I haven't managed to > > > capture a > > > bac

Re: hid-thingm: kernel panic on remove

2014-09-02 Thread Jiri Kosina
On Tue, 2 Sep 2014, Benjamin Tissoires wrote: > > Whenever either disconnecting the USB device or simply rmmod'ing the module > > (even when not in use), I get a kernel panic. I haven't managed to capture > > a > > backtrace, but at least the first two lines were saved after an rmmod: > > > > 1

Re: hid-thingm: kernel panic on remove

2014-09-02 Thread Dylan Alex Simon
>From Benjamin Tissoires , Tue, Sep 02, 2014 at >03:58:08PM -0400: > Hi, > > On 09/02/2014 01:46 PM, Dylan Alex Simon wrote: > > Whenever either disconnecting the USB device or simply rmmod'ing the module > > (even when not in use), I get a kernel panic. I haven't managed to capture > > a > > b

Re: hid-thingm: kernel panic on remove

2014-09-02 Thread Benjamin Tissoires
Hi, On 09/02/2014 01:46 PM, Dylan Alex Simon wrote: > Whenever either disconnecting the USB device or simply rmmod'ing the module > (even when not in use), I get a kernel panic. I haven't managed to capture a > backtrace, but at least the first two lines were saved after an rmmod: > > 18:53:17 k

hid-thingm: kernel panic on remove

2014-09-02 Thread Dylan Alex Simon
Whenever either disconnecting the USB device or simply rmmod'ing the module (even when not in use), I get a kernel panic. I haven't managed to capture a backtrace, but at least the first two lines were saved after an rmmod: 18:53:17 kernel: thingm 0003:27B8:01ED.0004: hidraw3: USB HID v1.01 Devic

[PATCH] Driver for Logitech M560

2014-09-02 Thread Goffredo Baroncelli
Sorry, I repost this email because I didn't see it in the mailing list NR G.Baroncelli Forwarded Message Subject: Driver for Logitech M560 Date: Mon, 01 Sep 2014 21:20:20 +0200 From: Goffredo Baroncelli Reply-To: kreij...@inwind.it To: Benjamin Tissoires CC: Nestor Lopez Casado

Re: [PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc

2014-09-02 Thread Stephen Warren
On 07/29/2014 01:26 PM, Stephen Warren wrote: On 07/29/2014 11:06 AM, Nick Dyer wrote: On 29/07/14 17:16, Stephen Warren wrote: ... I also found that removing the module (even without attempting a FW update) yields: After attempted FW update via sysfs: root@localhost:~# rmmod ./atmel_mxt_ts

Re: [PATCH 0/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread David Herrmann
Hi On Tue, Sep 2, 2014 at 4:40 PM, Hans de Goede wrote: > On 09/02/2014 02:55 PM, David Herrmann wrote: >> Hi >> >> On Tue, Sep 2, 2014 at 2:43 PM, Hans de Goede wrote: >>> Hi, >>> >>> It is useful for userspace to know that they're not dealing with a regular >>> mouse but rather with a pointing

Re: [PATCH 2/2] input/mouse: Add missing POINTER / DIRECT properties to a bunch of drivers

2014-09-02 Thread Benjamin Tissoires
On Sep 02 2014 or thereabouts, Hans de Goede wrote: > I've not done a full audit of all mouse drivers, I noticed these ones were > missing the POINTER property while working on the POINTING_STICK property. I am not sure about this one. INPUT_PROP_POINTER is the default behavior when no properties

Re: [PATCH 1/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread Benjamin Tissoires
On Sep 02 2014 or thereabouts, Hans de Goede wrote: > It is useful for userspace to know that there not dealing with a regular > mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace > can e.g. automatically enable middle button scrollwheel emulation. > > It is impossible to

Re: [PATCH 0/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread Benjamin Tissoires
Hi David, On Sep 02 2014 or thereabouts, David Herrmann wrote: > Hi > > On Tue, Sep 2, 2014 at 2:43 PM, Hans de Goede wrote: > > Hi, > > > > It is useful for userspace to know that they're not dealing with a regular > > mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace

Re: [PATCH 0/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread David Herrmann
Hi On Tue, Sep 2, 2014 at 2:43 PM, Hans de Goede wrote: > Hi, > > It is useful for userspace to know that they're not dealing with a regular > mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace > can e.g. automatically enable middle button scrollwheel emulation. > > It i

[PATCH 1/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread Hans de Goede
It is useful for userspace to know that there not dealing with a regular mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace can e.g. automatically enable middle button scrollwheel emulation. It is impossible to tell the difference from the evdev info without resorting to

[PATCH 2/2] input/mouse: Add missing POINTER / DIRECT properties to a bunch of drivers

2014-09-02 Thread Hans de Goede
I've not done a full audit of all mouse drivers, I noticed these ones were missing the POINTER property while working on the POINTING_STICK property. Signed-off-by: Hans de Goede --- drivers/input/mouse/alps.c | 1 + drivers/input/mouse/elantech.c | 1 + drivers/input/mouse/psmouse

[PATCH 0/2] input: Add INPUT_PROP_POINTING_STICK property

2014-09-02 Thread Hans de Goede
Hi, It is useful for userspace to know that they're not dealing with a regular mouse but rather with a pointing stick (e.g. a trackpoint) so that userspace can e.g. automatically enable middle button scrollwheel emulation. It is impossible to tell the difference from the evdev info without resort

Re: [PATCH] Input: cap1106 - fix register definition

2014-09-02 Thread Klaus Goger
On Sep 2, 2014, at 9:43 AM, Daniel Mack wrote: > On 09/02/2014 08:32 AM, Klaus Goger wrote: >> Use the correct register address for Calibration Active and Interrupt >> Enable >> >> Signed-off-by: Klaus Goger > > These register definitions are currently unused, but your fix is > correct. Just cu

Re: [PATCH] Input: cap1106 - fix register definition

2014-09-02 Thread Daniel Mack
On 09/02/2014 08:32 AM, Klaus Goger wrote: > Use the correct register address for Calibration Active and Interrupt > Enable > > Signed-off-by: Klaus Goger These register definitions are currently unused, but your fix is correct. Just curious - are you planning to send patches that make use of th