[PATCH 2/3] HID: wacom: Manually declare ABS_{X,Y} for pointer emulation

2014-11-24 Thread Jason Gerecke
If a HID descriptor places HID_DG_CONTACTID before HID_DG_X and HID_DG_Y then the ABS_X and ABS_Y will not be automatically initialized by the call to input_mt_init_slots. Here we move the setup of those axes outside of the 'if' statement so that they're always present if the associated HID field i

Re: [PATCH 2/3] HID: wacom: Manually declare ABS_{X,Y} for pointer emulation

2014-11-25 Thread Benjamin Tissoires
On Mon, Nov 24, 2014 at 6:32 PM, Jason Gerecke wrote: > If a HID descriptor places HID_DG_CONTACTID before HID_DG_X and HID_DG_Y then > the ABS_X and ABS_Y will not be automatically initialized by the call to > input_mt_init_slots. Here we move the setup of those axes outside of the > 'if' stateme