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

2012-07-30 Thread Yann Cantin
Hi, >> The code structure (device selector + functions indirection) also seems >> overkill >> to me for now, but permit to anticipate device's variations. If it appears >> that they >> all works in the same way, it'll be easy (and more comfortable to me) to >> step down, >> the opposite seems

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

2012-07-30 Thread Yann Cantin
Hi, The code structure (device selector + functions indirection) also seems overkill to me for now, but permit to anticipate device's variations. If it appears that they all works in the same way, it'll be easy (and more comfortable to me) to step down, the opposite seems more

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

2012-07-29 Thread Dmitry Torokhov
On Sat, Jul 28, 2012 at 11:02:13AM +0200, Yann Cantin wrote: > Hi Dmitry, > > >> +config INPUT_EBEAM_USB_CLASSIC > >> + bool "eBeam Classic Projection support" > >> + depends on INPUT_EBEAM_USB > >> + default y > > > > Will there be support for other eBean devices (are there any)? If there >

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

2012-07-29 Thread Dmitry Torokhov
On Sat, Jul 28, 2012 at 11:02:13AM +0200, Yann Cantin wrote: Hi Dmitry, +config INPUT_EBEAM_USB_CLASSIC + bool eBeam Classic Projection support + depends on INPUT_EBEAM_USB + default y Will there be support for other eBean devices (are there any)? If there will how soon? How

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

2012-07-28 Thread Yann Cantin
Hi Dmitry, >> +config INPUT_EBEAM_USB_CLASSIC >> +bool "eBeam Classic Projection support" >> +depends on INPUT_EBEAM_USB >> +default y > > Will there be support for other eBean devices (are there any)? If there > will how soon? How different are they? If not the we probably do not >

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

2012-07-28 Thread Yann Cantin
Hi Dmitry, +config INPUT_EBEAM_USB_CLASSIC +bool eBeam Classic Projection support +depends on INPUT_EBEAM_USB +default y Will there be support for other eBean devices (are there any)? If there will how soon? How different are they? If not the we probably do not need this

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

2012-07-27 Thread Dmitry Torokhov
Hi Yann, On Sat, Jul 28, 2012 at 02:02:34AM +0200, Yann Cantin wrote: > > 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

[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

[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

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

2012-07-27 Thread Dmitry Torokhov
Hi Yann, On Sat, Jul 28, 2012 at 02:02:34AM +0200, Yann Cantin wrote: 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