All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC ebeam PATCH v2 0/3] new USB eBeam input driver
@ 2012-08-02 12:59 Yann Cantin
  2012-08-02 12:59 ` [RFC ebeam PATCH v2 1/3] hid: hid-ids.h: Add vendor and device ID for eBeam classic device Yann Cantin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Yann Cantin @ 2012-08-02 12:59 UTC (permalink / raw)
  To: linux-input, linux-usb; +Cc: gregkh, dmitry.torokhov, linux-kernel

Hi,

Second test-drive for a new USB input driver for eBeam
devices.

Following Dmitry's advice, i've remove device specific infrastructure.

Currently, only the Luidia eBeam classic projection model is supported.

Patch 1 and 2 are here to let the ebeam driver be choose to handle
the device instead of the generic-usb hid one (totally useless).

Patch 3 is the actual driver.
Some things to consider :
- I'm not familiar with kernel coding (i've based my work on
  usbtouchscreen.c) so the code certainly contain flaws.
- There's 2 64/64-bits divisions needed, don't know how to handle that the
  right way to be efficient and portable.
- There's 14 custom sysfs files. Yes.

The module run fine with a 3.3.6 and a 3.5.0 kernel.

Thanks for your help.

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

end of thread, other threads:[~2012-08-13  9:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 12:59 [RFC ebeam PATCH v2 0/3] new USB eBeam input driver Yann Cantin
2012-08-02 12:59 ` [RFC ebeam PATCH v2 1/3] hid: hid-ids.h: Add vendor and device ID for eBeam classic device Yann Cantin
     [not found] ` <1343912397-18353-1-git-send-email-yann.cantin-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2012-08-02 12:59   ` [RFC ebeam PATCH v2 2/3] hid: hid-core.c: Blackist " Yann Cantin
2012-08-02 12:59     ` Yann Cantin
2012-08-02 12:59 ` [RFC ebeam PATCH v2 3/3] input: misc: New USB eBeam input driver Yann Cantin
2012-08-03 12:25   ` Jiri Kosina
     [not found]     ` <alpine.LRH.2.00.1208031424250.15211-1ReQVI26iDCaZKY3DrU6dA@public.gmane.org>
2012-08-03 15:30       ` Yann Cantin
2012-08-03 15:30         ` Yann Cantin
2012-08-13  9:06         ` Jiri Kosina
2012-08-02 14:16 ` [RFC ebeam PATCH v2 0/3] new " Jiri Kosina
2012-08-03 12:13   ` Yann Cantin
2012-08-03 12:13     ` Yann Cantin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.