linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add ROHM BU21023/24 Dual touch support resistive touchscreens
@ 2014-09-24 15:16 Yoichi Yuasa
  2014-09-24 15:18 ` [PATCH v3 1/2] input: " Yoichi Yuasa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yoichi Yuasa @ 2014-09-24 15:16 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: yuasa, linux-input

Hi Dmitry,

I updated the driver according to your comments.
Do you have any comments?

v3 Changes:
- fix multi touch slots initialization
- fix set_bit BTN_TOUCH
- remove input_unregister_device()
- switch to __set_bit()

v2 Changes:
- remove polling mode
- switch to threaded interrupt
- switch to managed resources
- use MT-B protocol with input_mt_assign_slots
- provide ST emulation
- firmware load and device initialization are shifted at opening the device
- add error handling for IO operations

Yoichi Yuasa (2):
  input: Add ROHM BU21023/24 Dual touch support resistive touchscreens
  input: bu21023_ts: Add calibration function

 drivers/input/touchscreen/Kconfig        |   11 +
 drivers/input/touchscreen/Makefile       |    1 +
 drivers/input/touchscreen/rohm_bu21023.c |  930 ++++++++++++++++++++++++++++++
 drivers/input/touchscreen/rohm_bu21023.h |  258 +++++++++
 4 files changed, 1200 insertions(+)
 create mode 100644 drivers/input/touchscreen/rohm_bu21023.c
 create mode 100644 drivers/input/touchscreen/rohm_bu21023.h

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-03  5:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 15:16 [PATCH v3 0/2] Add ROHM BU21023/24 Dual touch support resistive touchscreens Yoichi Yuasa
2014-09-24 15:18 ` [PATCH v3 1/2] input: " Yoichi Yuasa
2014-09-24 15:19 ` [PATCH v3 2/2] input: bu21023_ts: Add calibration function Yoichi Yuasa
2014-10-03  5:16 ` [PATCH v3 0/2] Add ROHM BU21023/24 Dual touch support resistive touchscreens Yuasa Yoichi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).