Re: [Linuxwacom-devel] [PATCH 08/15] Input - wacom: remove usb dependency for siblings devices

2014-07-11 Thread Benjamin Tissoires
On Thu, Jul 10, 2014 at 8:10 PM, Jason Gerecke killert...@gmail.com wrote: On Mon, Jun 30, 2014 at 2:26 PM, Benjamin Tissoires benjamin.tissoi...@redhat.com wrote: Wacom tablets can share different physical sensors on one physical device. These are called siblings in the code. The current way

Re: [Linuxwacom-devel] [PATCH 08/15] Input - wacom: remove usb dependency for siblings devices

2014-07-10 Thread Jason Gerecke
On Mon, Jun 30, 2014 at 2:26 PM, Benjamin Tissoires benjamin.tissoi...@redhat.com wrote: Wacom tablets can share different physical sensors on one physical device. These are called siblings in the code. The current way of implementation relies on the USB topology to be able to share data amongs

[Linuxwacom-devel] [PATCH 08/15] Input - wacom: remove usb dependency for siblings devices

2014-07-01 Thread Benjamin Tissoires
Wacom tablets can share different physical sensors on one physical device. These are called siblings in the code. The current way of implementation relies on the USB topology to be able to share data amongs those sensors. We can replace the code to match a HID subsystem, without involving the USB