Linux Input/HID development
 help / color / mirror / Atom feed
* [RFC ebeam PATCH 0/2] new USB eBeam input driver
@ 2013-07-24 23:52 Yann Cantin
  2013-07-24 23:52 ` [RFC ebeam PATCH 1/2] hid: Blacklist eBeam devices Yann Cantin
  2013-07-24 23:52 ` [RFC ebeam PATCH 2/2] input: misc: New USB eBeam input driver Yann Cantin
  0 siblings, 2 replies; 4+ messages in thread
From: Yann Cantin @ 2013-07-24 23:52 UTC (permalink / raw)
  To: linux-input, linux-usb
  Cc: linux-kernel, linux-doc, dmitry.torokhov, jkosina, rob, gregkh

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.

>From basic usb point of view, all these devices are
indistinguishable : they have the same usb ids and (blank) hid
report descriptors. There's other re-branded hardware that need to be
test, but i bet on same ids.

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

Patch 2 is the actual driver.

Notable stuff :
- use div64_s64 for portable 64/64-bits divisions.
- 13 sysfs custom files : 9 values for the transformation matrix,
  4 for xy ranges and a calibration trigger.

The module run fine since 3.3.6 kernel, both x86_32 and 64, actually
run in production on a 3.8.13 and compile without errors on
today's linus tree.

Side note :
- This driver was first submit and discuss last year.

Thanks for your help.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [RFC ebeam PATCH 0/3] new USB eBeam input driver
@ 2015-07-20 21:03 Yann Cantin
       [not found] ` <1437426199-29866-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Yann Cantin @ 2015-07-20 21:03 UTC (permalink / raw)
  To: linux-input-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-api-u79uwXL29TY76Z2rM5mHXA,
	dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w, jkosina-AlSwsSmVLrQ,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r

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.

Notable stuff :
- use div64_s64 for portable 64/64-bits divisions.
- 13 sysfs custom files : 9 values for the transformation matrix,
  4 for xy ranges and a calibration trigger.
- need userspace gui tool for calibration (ebeam.tuxfamily.org)

Side notes :
- The module run fine since 3.3.6, both x86_32 and 64.
- Already reviewed in 2012 and 2013, but i have'nt pushed for inclusion.
- The only recent change is switching to non world-writable sysfs files.
- There is a proprietary application suite based on libusb, hope it won't
  break with this driver.

Thanks for your help.

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

end of thread, other threads:[~2015-07-20 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 23:52 [RFC ebeam PATCH 0/2] new USB eBeam input driver Yann Cantin
2013-07-24 23:52 ` [RFC ebeam PATCH 1/2] hid: Blacklist eBeam devices Yann Cantin
2013-07-24 23:52 ` [RFC ebeam PATCH 2/2] input: misc: New USB eBeam input driver Yann Cantin
  -- strict thread matches above, loose matches on Subject: below --
2015-07-20 21:03 [RFC ebeam PATCH 0/3] new " Yann Cantin
     [not found] ` <1437426199-29866-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2015-07-20 21:03   ` [RFC ebeam PATCH 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