[RFC ebeam PATCH v2 3/3] input: misc: New USB eBeam input driver.

2012-08-02 Thread Yann Cantin
Signed-off-by: Yann Cantin yann.can...@laposte.net --- drivers/input/misc/Kconfig | 16 + drivers/input/misc/Makefile |1 + drivers/input/misc/ebeam.c | 760 +++ 3 files changed, 777 insertions(+) create mode 100644 drivers/input/misc/ebeam.c

[RFC ebeam PATCH v2 2/3] hid: hid-core.c: Blackist eBeam classic device.

2012-08-02 Thread Yann Cantin
Signed-off-by: Yann Cantin yann.can...@laposte.net --- drivers/hid/hid-core.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 60ea284..b1ed8ee 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -1908,6 +1908,9

Re: [RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-30 Thread Yann Cantin
gt; step down, >> the opposite seems more difficult. > > Actually I am hesitant to add infrastructure if it is unclear if we need > it at all. Understand. I've thrown some hook to see if i can get my hands on other devices. In the meantime, i'll bet on uniform support and stri

Re: [RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-30 Thread Yann Cantin
. Actually I am hesitant to add infrastructure if it is unclear if we need it at all. Understand. I've thrown some hook to see if i can get my hands on other devices. In the meantime, i'll bet on uniform support and strip down the driver. Wish me luck. Thanks. -- Yann Cantin A4FEB47F

Re: [RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-28 Thread Yann Cantin
_device *ebeam); >> +void (*exit)(struct ebeam_device *ebeam); > > Again, do you expect to see multitude of sufficiently different > devices or are they going to follow roughly the same protocol? ditto. -- Yann Cantin A4FEB47F -- -- To unsubscribe from this l

Re: [RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-28 Thread Yann Cantin
or are they going to follow roughly the same protocol? ditto. -- Yann Cantin A4FEB47F -- -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

[RFC ebeam PATCH 2/3] hid: hid-core.c: Blackist eBeam classic device.

2012-07-27 Thread Yann Cantin
Signed-off-by: Yann Cantin --- drivers/hid/hid-core.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 500844f..1c03586 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -1908,6 +1908,9 @@ static const struct

[RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-27 Thread Yann Cantin
Signed-off-by: Yann Cantin --- drivers/input/misc/Kconfig | 21 + drivers/input/misc/Makefile |1 + drivers/input/misc/ebeam.c | 895 +++ 3 files changed, 917 insertions(+) create mode 100644 drivers/input/misc/ebeam.c diff --git a/drivers

[RFC ebeam PATCH 1/3] hid: hid-ids.h: Add vendor and device ID for eBeam classic device.

2012-07-27 Thread Yann Cantin
Signed-off-by: Yann Cantin --- drivers/hid/hid-ids.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 41c34f2..8cd4b8e 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -271,6 +271,9 @@ #define

[RFC ebeam PATCH 0/3] new USB eBeam input driver

2012-07-27 Thread Yann Cantin
Hi, This patchset is a test-drive for a new USB input driver for eBeam devices. Currently, only the Luidia eBeam classic projection model is supported (usb id known). 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

[RFC ebeam PATCH 0/3] new USB eBeam input driver

2012-07-27 Thread Yann Cantin
Hi, This patchset is a test-drive for a new USB input driver for eBeam devices. Currently, only the Luidia eBeam classic projection model is supported (usb id known). 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

[RFC ebeam PATCH 1/3] hid: hid-ids.h: Add vendor and device ID for eBeam classic device.

2012-07-27 Thread Yann Cantin
Signed-off-by: Yann Cantin yann.can...@laposte.net --- drivers/hid/hid-ids.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 41c34f2..8cd4b8e 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -271,6 +271,9 @@ #define

[RFC ebeam PATCH 3/3] input: misc: New USB eBeam input driver.

2012-07-27 Thread Yann Cantin
Signed-off-by: Yann Cantin yann.can...@laposte.net --- drivers/input/misc/Kconfig | 21 + drivers/input/misc/Makefile |1 + drivers/input/misc/ebeam.c | 895 +++ 3 files changed, 917 insertions(+) create mode 100644 drivers/input/misc/ebeam.c

[RFC ebeam PATCH 2/3] hid: hid-core.c: Blackist eBeam classic device.

2012-07-27 Thread Yann Cantin
Signed-off-by: Yann Cantin yann.can...@laposte.net --- drivers/hid/hid-core.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 500844f..1c03586 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -1908,6 +1908,9

<    1   2