Bill Pemberton
e2619cf78e
Input: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2012-11-24 00:05:38 -08:00
Bill Pemberton
5298cc4cc7
Input: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
Acked-by: Javier Martinez Canillas <javier@dowhile0.org >
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2012-11-24 00:05:19 -08:00
Bill Pemberton
1cb0aa8817
Input: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk >
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2012-11-24 00:03:48 -08:00
Dmitry Torokhov
53279f36dc
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
2012-10-30 00:20:56 -07:00
Wei Yongjun
f6c0df6acb
Input: edt-ft5x06 - convert to use simple_open()
...
This removes an open coded simple_open() function and
replaces file operations references to the function
with simple_open() instead.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch )
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn >
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2012-10-17 23:59:00 -07:00
Jiri Kosina
fa2bd30159
Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogic', 'wacom' and 'wiimote' into for-linus
2012-10-01 14:36:26 +02:00
Axel Lin
35b1da4e1e
Input: edt-ft5x06 - return -EFAULT on copy_to_user() error
...
copy_to_user() returns the number of bytes remaining, but we want a
negative error code here.
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2012-09-19 16:00:26 -07:00
Henrik Rydberg
b4adbbefc2
Input: MT - Add flags to input_mt_init_slots()
...
Preparing to move more repeated code into the mt core, add a flags
argument to the input_mt_slots_init() function.
Reviewed-and-tested-by: Benjamin Tissoires <benjamin.tissoires@enac.fr >
Tested-by: Ping Cheng <pingc@wacom.com >
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
Signed-off-by: Henrik Rydberg <rydberg@euromail.se >
2012-09-19 19:50:18 +02:00
Guenter Roeck
a1d0fa7768
Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FS
...
This fixes the following breakage:
edt-ft5x06.c: In function edt_ft5x06_ts_remove:
edt-ft5x06.c:846:14: error: struct edt_ft5x06_ts_data has no member named
raw_buffer
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Acked-by: Simon Budig <simon.budig@kernelconcepts.de >
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2012-08-21 22:03:04 -07:00
Simon Budig
43c4d13e90
Input: add driver for FT5x06 based EDT displays
...
This is a driver for the EDT "Polytouch" family of touch controllers
based on the FocalTech FT5x06 line of chips.
Signed-off-by: Simon Budig <simon.budig@kernelconcepts.de >
Reviewed-by: Henrik Rydberg <rydberg@euromail.se >
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
2012-07-24 23:55:03 -07:00