Re: [PATCH] input: Add ROHM BU21023/24 Dual touch support resistive touchscreens

2014-07-31 Thread Yoichi Yuasa
Hi Pramod, Thank you for your comments. On Thu, 31 Jul 2014 17:24:42 +0530 Pramod Gurav wrote: > Hi Yoichi, > > On Thursday 31 July 2014 04:24 PM, Yoichi Yuasa wrote: > > Signed-off-by: Yoichi Yuasa > > --- > > drivers/input/touchscreen/Kconfig| 11 + > > drivers/input/touchscreen/

Re: [PATCH v2 05/06] input synaptics-rmi4: Add firmware update support

2014-07-31 Thread Dmitry Torokhov
On Thu, Jul 31, 2014 at 02:43:47PM -0700, Christopher Heiny wrote: > On 07/31/2014 02:19 PM, Dmitry Torokhov wrote: > >On Thu, Jul 31, 2014 at 02:00:14PM -0700, Christopher Heiny wrote: > >>>On 07/31/2014 10:53 AM, Dmitry Torokhov wrote: > >Hi Christopher, > > > >On Wed, Mar 12, 2014

Re: [PATCH v2 05/06] input synaptics-rmi4: Add firmware update support

2014-07-31 Thread Christopher Heiny
On 07/31/2014 02:19 PM, Dmitry Torokhov wrote: On Thu, Jul 31, 2014 at 02:00:14PM -0700, Christopher Heiny wrote: >On 07/31/2014 10:53 AM, Dmitry Torokhov wrote: > >Hi Christopher, > > > >On Wed, Mar 12, 2014 at 06:53:56PM -0700, Christopher Heiny wrote: > >>Add support for updating firmware o

Re: [PATCH v2 05/06] input synaptics-rmi4: Add firmware update support

2014-07-31 Thread Dmitry Torokhov
On Thu, Jul 31, 2014 at 02:00:14PM -0700, Christopher Heiny wrote: > On 07/31/2014 10:53 AM, Dmitry Torokhov wrote: > >Hi Christopher, > > > >On Wed, Mar 12, 2014 at 06:53:56PM -0700, Christopher Heiny wrote: > >>Add support for updating firmware on RMI4 devices with V5 bootloader. > > > >I am wond

Re: [PATCH v3 4/7] Input - wacom: Check for bluetooth protocol while setting OLEDs

2014-07-31 Thread Przemo Firszt
Dnia 2014-07-31, czw o godzinie 08:56 -0700, Ping Cheng pisze: [..] Hi Ping, > I'd like to see Przemo's Tested-by tag here as well. Przemo, are you > done with your testing? Whole series: Tested-by: Przemo Firszt Tested on two Intuos4 Wireless (usb + bt) tablets. Everything works as expected.

Re: [PATCH v2 05/06] input synaptics-rmi4: Add firmware update support

2014-07-31 Thread Christopher Heiny
On 07/31/2014 10:53 AM, Dmitry Torokhov wrote: Hi Christopher, On Wed, Mar 12, 2014 at 06:53:56PM -0700, Christopher Heiny wrote: Add support for updating firmware on RMI4 devices with V5 bootloader. I am wondering why F34 is not following the staindard RMI function implementation. By that I

Re: [PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'

2014-07-31 Thread Chris Metcalf
On 7/17/2014 5:05 PM, Arnd Bergmann wrote: On Thursday 17 July 2014 16:41:14 Chris Metcalf wrote: On 7/17/2014 7:28 AM, Chen Gang wrote: According to current source code, tile still has chance to choose NO_IOMEM, for me, welcome the tile's maintainer's ideas or suggestions. I'm not really sure

Re: [PATCH v3 7/7] HID: remove hid-wacom Bluetooth driver

2014-07-31 Thread Benjamin Tissoires
On Jul 31 2014 or thereabouts, Przemo Firszt wrote: > Hi Benjamin, > Look like you pressed "y" when git send-email asked for charset: hehe, yep, sorry. I should have read the message before hitting 'y' :) > > Content-Type: text/plain; charset=y > > It kills git am: > > > fedora-lan:/home/przem

Re: [PATCH v3 7/7] HID: remove hid-wacom Bluetooth driver

2014-07-31 Thread Przemo Firszt
Hi Benjamin, Look like you pressed "y" when git send-email asked for charset: Content-Type: text/plain; charset=y It kills git am: > fedora-lan:/home/przemo/sf/wacom-kernel > $ git am ../linux-next/\[PATCH_v3_* > Applying: Input - wacom: prepare the driver to include BT devices > Applying: Input

[PATCH v5] input: drv260x: Add TI drv260x haptics driver

2014-07-31 Thread Dan Murphy
Add the TI drv260x haptics/vibrator driver. This device uses the input force feedback to produce a wave form to driver an ERM or LRA actuator device. The initial driver supports the devices real time playback mode. But the device has additional wave patterns in ROM. This functionality will be ad

[PATCH] Input: imx_keypad - Remove ifdef

2014-07-31 Thread Fabio Estevam
From: Fabio Estevam We can annonate the suspend/resume functions with '__maybe_unused' and get rid of the ifdef, which makes the code smaller and simpler Signed-off-by: Fabio Estevam --- drivers/input/keyboard/imx_keypad.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

Re: [PATCH v2 05/06] input synaptics-rmi4: Add firmware update support

2014-07-31 Thread Dmitry Torokhov
Hi Christopher, On Wed, Mar 12, 2014 at 06:53:56PM -0700, Christopher Heiny wrote: > Add support for updating firmware on RMI4 devices with V5 bootloader. I am wondering why F34 is not following the staindard RMI function implementation. By that I mean that it does not declare itself as struct rm

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-31 Thread simon
> +#define LG4FF_MSW_MIN 0 > +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if > applicable) */ > +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current mode */ > +#define LG4FF_MSW_DFP 2 /* Switch device so that it emulates > Driving > Force Pro (on

Re: [PATCH] input: Add ROHM BU21023/24 Dual touch support resistive touchscreens

2014-07-31 Thread Dmitry Torokhov
Hi Yuichi, On Thu, Jul 31, 2014 at 07:54:34PM +0900, Yoichi Yuasa wrote: > Signed-off-by: Yoichi Yuasa I few high-level comments: - please get rid of polling - it is not useful in production mode; - switch to threaded interrupts so that you do not need to manage workqueue/work/timers; - new d

Re: [PATCH v3 4/7] Input - wacom: Check for bluetooth protocol while setting OLEDs

2014-07-31 Thread Ping Cheng
On Tue, Jul 29, 2014 at 3:53 PM, Przemo Firszt wrote: > Dnia 2014-07-29, wto o godzinie 14:43 -0400, Benjamin Tissoires pisze: >> Bluetooth Intuos 4 use 1-bit definition while the USB ones use a 4-bits >> definition. This changes the size of the raw image we receive, and thus >> the kernel will on

Re: [PATCH] input: Add ROHM BU21023/24 Dual touch support resistive touchscreens

2014-07-31 Thread Pramod Gurav
Hi Yoichi, On Thursday 31 July 2014 04:24 PM, Yoichi Yuasa wrote: > Signed-off-by: Yoichi Yuasa > --- > drivers/input/touchscreen/Kconfig| 11 + > drivers/input/touchscreen/Makefile |1 + > drivers/input/touchscreen/rohm_bu21023.c | 791 > ++ > d

[PATCH] input: Add ROHM BU21023/24 Dual touch support resistive touchscreens

2014-07-31 Thread Yoichi Yuasa
Signed-off-by: Yoichi Yuasa --- drivers/input/touchscreen/Kconfig| 11 + drivers/input/touchscreen/Makefile |1 + drivers/input/touchscreen/rohm_bu21023.c | 791 ++ drivers/input/touchscreen/rohm_bu21023.h | 255 ++ 4 files changed, 1058 i

re: HID: huion: Switch to generating report descriptor

2014-07-31 Thread Dan Carpenter
Hello Nikolai Kondrashov, The patch f8dd5cb2c6d0: "HID: huion: Switch to generating report descriptor" from Jul 23, 2014, leads to the following static checker warning: drivers/hid/hid-huion.c:126 huion_tablet_enable() error: doing dma on the stack (buf) drivers/hid/hid-huion.c

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-07-31 Thread Elias Vanderstuyft
On Wed, Jul 30, 2014 at 12:10 PM, Michal Malý wrote: > Implement mode switching on Logitech gaming wheels accordingly to the > documentation > > Signed-off-by: Michal Malý Tested all lg4ff_switch_force_mode modes (0, 1, 2, 3, default), on both: - MOMO (Black) : PID 0xCA03 - Formula Vibration :