| From: |
| Yann Cantin <yann.cantin@laposte.net> |
| To: |
| linux-input@vger.kernel.org, linux-usb@vger.kernel.org |
| Subject: |
| [eBeam PATCH 0/2] new USB eBeam input driver |
| Date: |
| Sun, 2 Sep 2012 00:52:01 +0200 |
| Message-ID: |
| <1346539923-9704-1-git-send-email-yann.cantin@laposte.net> |
| Cc: |
| gregkh@linuxfoundation.org, dmitry.torokhov@gmail.com,
linux-kernel@vger.kernel.org |
| Archive-link: |
| Article, Thread
|
Hi,
New USB input driver for eBeam devices.
Currently supported (tested) :
- Luidia eBeam classic projection and edge projection models
- Nec "interactive solution" NP01Wi1 & NP01Wi2 for video-projectors.
There's others devices (includind re-branded ones) in the wild that
should be supported out of the box.
So, the code :
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 with a 3.3.6 and a 3.5.0 kernel, both x86_32 and 64.
Thanks for your help.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/