linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ebeam PATCH v2 0/2] new eBeam input driver
@ 2012-10-06 13:14 Yann Cantin
       [not found] ` <1349529287-23193-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yann Cantin @ 2012-10-06 13:14 UTC (permalink / raw)
  To: linux-input, linux-usb; +Cc: gregkh, dmitry.torokhov, linux-kernel

Hi,

New USB input driver for eBeam devices.

Currently supported (tested) :
- Luidia eBeam classic projection and edge projection models
- Nec "interactive solution" NP01Wi1 & NP01Wi2 accessories.

Patch 1 to blacklist the devices for hid generic-usb.

Patch 2 is the actual driver.

Change from v1 : the driver don't send coordinates outside the specified
ranges when calibrated.

The module run fine with a 3.3.6 and a 3.5.0 kernel, both x86_32 and 64.

Thanks for your help.



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ebeam PATCH v2 0/2] Add a new USB eBeam input driver
@ 2015-08-22 22:06 Yann Cantin
       [not found] ` <1440281164-23111-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Yann Cantin @ 2015-08-22 22:06 UTC (permalink / raw)
  To: linux-input, linux-usb
  Cc: linux-kernel, linux-api, dmitry.torokhov, jkosina, gregkh,
	oneukum, Yann Cantin

Hi,

New USB input driver for eBeam devices.

Notable stuff :
- need userspace gui tool for calibration (ebeam.tuxfamily.org)
- This driver breaks Luidia's proprietary application suite.

Patch 1 to blacklist the devices for hid generic-usb.

Patch 2 is the actual driver.

Changes :
RFC https://lkml.org/lkml/2015/7/20/634 : Use DEVICE_ATTR_RW()
RFC https://lkml.org/lkml/2015/7/21/107 : move usb id definitions out of ebeam.c
RFC https://lkml.org/lkml/2015/7/20/657 : Fix ABI documentation

Thanks for your help.


Yann Cantin (2):
hid: Blacklist eBeam devices
input: misc: New USB eBeam input driver

Documentation/ABI/testing/sysfs-driver-ebeam |  53 ++
drivers/hid/hid-core.c                       |   6 +
drivers/hid/hid-ids.h                        |   6 +
drivers/input/misc/Kconfig                   |  22 +
drivers/input/misc/Makefile                  |   1 +
drivers/input/misc/ebeam.c                   | 759 +++++++++++++++++++++++++++
6 files changed, 847 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-driver-ebeam
create mode 100644 drivers/input/misc/ebeam.c

--
2.3.8


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

end of thread, other threads:[~2015-08-22 22:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 13:14 [ebeam PATCH v2 0/2] new eBeam input driver Yann Cantin
     [not found] ` <1349529287-23193-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2012-10-06 13:14   ` [ebeam PATCH v2 1/2] hid: Blacklist eBeam devices Yann Cantin
2012-10-10 16:37     ` Dmitry Torokhov
2012-10-10 22:01       ` Yann Cantin
2012-10-16 13:59       ` Jiri Kosina
2012-10-06 13:14 ` [ebeam PATCH v2 2/2] input: misc: New USB eBeam input driver Yann Cantin
2012-12-13  7:07 ` ebeam PATCH (new eBeam input driver) Yann Cantin
  -- strict thread matches above, loose matches on Subject: below --
2015-08-22 22:06 [ebeam PATCH v2 0/2] Add a new USB eBeam input driver Yann Cantin
     [not found] ` <1440281164-23111-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2015-08-22 22:06   ` [ebeam PATCH v2 1/2] hid: Blacklist eBeam devices Yann Cantin

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).