linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] new USB eBeam input driver
@ 2013-08-16 20:25 Yann Cantin
       [not found] ` <1376684743-25047-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Yann Cantin @ 2013-08-16 20:25 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] 5+ messages in thread

end of thread, other threads:[~2013-08-22  1:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 20:25 [PATCH 0/2] new USB eBeam input driver Yann Cantin
     [not found] ` <1376684743-25047-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2013-08-16 20:25   ` [PATCH 1/2] hid: Blacklist eBeam devices Yann Cantin
2013-08-16 20:25   ` [PATCH 2/2] input: misc: New USB eBeam input driver Yann Cantin
2013-08-21  5:25     ` Oliver Neukum
2013-08-22  1:09       ` 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).