Re: [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

2014-07-11 Thread Benjamin Tissoires
Hi Jason, On Thu, Jul 10, 2014 at 9:17 PM, Jason Gerecke wrote: > On Wed, Jul 2, 2014 at 4:33 PM, Jason Gerecke wrote: >> On Mon, Jun 30, 2014 at 2:26 PM, Benjamin Tissoires >> wrote: >>> Hi guys, >>> >>> this patch series is a cleanup for the Wacom USB driver. >>> >>> I started working on this

Re: [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

2014-07-11 Thread Benjamin Tissoires
Hi Przemo, On Thu, Jul 10, 2014 at 5:30 PM, Przemo Firszt wrote: > Hi Benjamin, > I'm having some problems to cleanly apply your patches - can you double > check that they are OK? These patches relies on a previous patchset I sent earlier. So they do not apply cleanly on top of Dmitry's tree as

Re: [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

2014-07-10 Thread Jason Gerecke
On Wed, Jul 2, 2014 at 4:33 PM, Jason Gerecke wrote: > On Mon, Jun 30, 2014 at 2:26 PM, Benjamin Tissoires > wrote: >> Hi guys, >> >> this patch series is a cleanup for the Wacom USB driver. >> >> I started working on this topic when I saw patches floating around which >> implemented a report des

Re: [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

2014-07-10 Thread Przemo Firszt
Hi Benjamin, I'm having some problems to cleanly apply your patches - can you double check that they are OK? -- Regards, Przemo -- Open source business process management suite built on Java and Eclipse Turn processes int

Re: [Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

2014-07-02 Thread Jason Gerecke
On Mon, Jun 30, 2014 at 2:26 PM, Benjamin Tissoires wrote: > Hi guys, > > this patch series is a cleanup for the Wacom USB driver. > > I started working on this topic when I saw patches floating around which > implemented a report descriptor parser within the wacom.ko module. > However, we already

[Linuxwacom-devel] [PATCH 00/15] Input - Wacom: switch from an USB to a HID driver

2014-07-01 Thread Benjamin Tissoires
Hi guys, this patch series is a cleanup for the Wacom USB driver. I started working on this topic when I saw patches floating around which implemented a report descriptor parser within the wacom.ko module. However, we already have a nice HID subsystem which is more generic than the HID implementa