[RESEND] [PATCH] HID: quirks: add MULTI_INPUT quirk for Dragonrise GameCube adapter

2015-10-05 Thread Andrew Rodland
This device (aka Mayflash GameCube Adapter) has 4 controller ports, and without the quirk they all become one very large joystock device. With the quirk they're recognized as 4 separate joysticks. Signed-off-by: Andrew Rodland --- drivers/hid/hid-ids.h | 3

Re: [PATCH v2 1/3] Input: db9 - store object at correct index

2015-10-05 Thread Sudip Mukherjee
On Mon, Oct 05, 2015 at 05:32:05PM -0700, Dmitry Torokhov wrote: > On Sat, Oct 03, 2015 at 02:54:56PM +0530, Sudip Mukherjee wrote: > > The variable i is used to check the port to attach to and we are > > supposed to save the reference of struct db9 in the location given by > > db9_base[i]. But

Re: [PATCH v5 1/9] Input: goodix - sort includes alphabetically

2015-10-05 Thread Pavel Machek
Hi! > > Subject: Re: [PATCH v5 1/9] Input: goodix - sort includes alphabetically > > > > On Mon 2015-09-07 17:36:15, Irina Tirdea wrote: > > > Signed-off-by: Irina Tirdea > > > --- > > > drivers/input/touchscreen/goodix.c | 12 ++-- > > > 1 file changed, 6

Re: [Acer Travelmate B115-M] Synaptic touchpad

2015-10-05 Thread Benjamin Tissoires
Hi Josep, [please do not take my rant personally, I know it can be difficult to report a problem upstream] On Sun, Oct 4, 2015 at 7:26 PM, Josep Pujadas-Jubany wrote: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493814 > > Touchpad has issues working >

Re: [PATCH] Driver for Bosto 14WA graphics tablet

2015-10-05 Thread Benjamin Tissoires
Hi Leslie, thanks for your submission. As a foreword, I must say that you want to review your sending process. Your email client stripped all the spaces/tabs and we can not accept such a patch. I would encourage you to directly use the command "git send-email" to send patches. Little bit more

[PATCH] Input: fix platform_no_drv_owner.cocci warnings

2015-10-05 Thread kbuild test robot
drivers/input/touchscreen/ft6236.c:316:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Noralf Trønnes Signed-off-by: Fengguang Wu

[input:next 1341/1344] drivers/input/touchscreen/ft6236.c:316:3-8: No need to set .owner here. The core will do it.

2015-10-05 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next head: c65cf815653ec64e73d40819806c2d1aed91681e commit: 92deea1350f9fa97a841d45cd1f8228d5e8aa667 [1341/1344] Input: add support for FocalTech FT6236 touchscreen controller coccinelle warnings: (new ones prefixed by >>)

Re: [PATCH] Driver for Bosto 14WA graphics tablet

2015-10-05 Thread Leslie Viljoen
On Mon, Oct 5, 2015 at 10:19 PM, Benjamin Tissoires wrote: > accept such a patch. I would encourage you to directly use the command > "git send-email" to send patches. Great, I didn't realise this existed. > Ideally you do. This is mainly to receive patches from

Re: [PATCH 3/3] Input: adp5589-keys: fix event count mask

2015-10-05 Thread Dmitry Torokhov
Hi Ezequiel, On Fri, Oct 2, 2015 at 2:28 PM, Ezequiel Garcia wrote: > On 6 May 2015 at 20:36, Dmitry Torokhov wrote: >> On Tue, Apr 21, 2015 at 04:36:44PM +0200, Michael Hennerich wrote: >>> On 04/21/2015 04:21 PM, Guido Martínez wrote:

Re: [PATCH v2 1/3] Input: db9 - store object at correct index

2015-10-05 Thread Dmitry Torokhov
On Sat, Oct 03, 2015 at 02:54:56PM +0530, Sudip Mukherjee wrote: > The variable i is used to check the port to attach to and we are > supposed to save the reference of struct db9 in the location given by > db9_base[i]. But after finding out the index, i is getting modified again > so we saved in a

Re: [PATCHv2] Add support for SiS i2c touch driver

2015-10-05 Thread Dmitry Torokhov
Hi Yuger, On Fri, Oct 02, 2015 at 04:15:15PM +0800, Yuger wrote: > Hi, This patch is to add support for SiS i2c touch panel. > Thanks a lot. > > v2: Fixed coding style and changed to threaded IRQ. > > Signed-off-by: Yuger Please use your full name on the sign-offs. Also,

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-05 Thread Russell King - ARM Linux
On Mon, Sep 07, 2015 at 03:44:43PM +0200, Hans Verkuil wrote: > + if (status & CEC_STATUS_TX_DONE) { > + if (status & CEC_STATUS_TX_ERROR) { > + dev_dbg(cec->dev, "CEC_STATUS_TX_ERROR set\n"); > + cec->tx = STATE_ERROR; > + } else

Re: [PATCHv9 14/15] cec: s5p-cec: Add s5p-cec driver

2015-10-05 Thread Russell King - ARM Linux
On Mon, Sep 07, 2015 at 03:44:43PM +0200, Hans Verkuil wrote: > + cec->adap = cec_create_adapter(_cec_adap_ops, cec, > + CEC_NAME, CEC_CAP_STATE | > + CEC_CAP_PHYS_ADDR | CEC_CAP_LOG_ADDRS | CEC_CAP_IO | > + CEC_CAP_IS_SOURCE, > + 0, THIS_MODULE,

Re: [PATCH 03/17] input: tegra-kbc: drop use of IRQF_NO_SUSPEND flag

2015-10-05 Thread Laxman Dewangan
On Monday 21 September 2015 09:16 PM, Sudeep Holla wrote: diff --git a/drivers/input/keyboard/tegra-kbc.c b/drivers/input/keyboard/tegra-kbc.c index f97c73bd14f8..5f5dbbd51991 100644 --- a/drivers/input/keyboard/tegra-kbc.c +++ b/drivers/input/keyboard/tegra-kbc.c @@ -705,7 +705,7 @@ static

Re: [PATCH v6.1 1/1] Input: Add userio module

2015-10-05 Thread Stephen Chandler Paul
On Fri, 2015-10-02 at 10:37 -0700, Dmitry Torokhov wrote: > On Wed, Sep 23, 2015 at 01:54:59PM -0400, cp...@redhat.com wrote: > > +static int userio_device_write(struct serio *id, unsigned char > > val) > > +{ > > + struct userio_device *userio = id->port_data; > > + unsigned long flags; > > +

RE: [PATCH v5 1/9] Input: goodix - sort includes alphabetically

2015-10-05 Thread Tirdea, Irina
> -Original Message- > From: Pavel Machek [mailto:pa...@ucw.cz] > Sent: 04 October, 2015 22:47 > To: Tirdea, Irina > Cc: Dmitry Torokhov; Bastien Nocera; Aleksei Mamlin; > linux-input@vger.kernel.org; Mark Rutland; Purdila, Octavian; linux- > ker...@vger.kernel.org;

Re: [PATCH] HID: hiddev: fix returned errno code in hiddev_connect()

2015-10-05 Thread Jiri Kosina
On Sat, 3 Oct 2015, Luis de Bethencourt wrote: > > But I am not really sure where you are seeing the bug (mapping to > > -EPERM) in this case? I think the only caller of hiddev_connect() > > should be hid_connect(), and the only thing that guy cares about > > whether individual callbacks