From: Benjamin Tissoires <hidden> Date: 2011-02-15 14:33:57
Without this patch, the device is handled by hidinput and does
not have the right behavior.
Signed-off-by: Benjamin Tissoires <redacted>
---
Hi guys,
In the previous patch including the support to IRTOUCH devices, I forgot to add it to hid_have_special_driver. Sorry.
Cheers,
Benjamin
drivers/hid/hid-core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Without this patch, the device is handled by hidinput and does
not have the right behavior.
Signed-off-by: Benjamin Tissoires <redacted>
---
Hi guys,
In the previous patch including the support to IRTOUCH devices, I forgot
to add it to hid_have_special_driver. Sorry.
Hmm, this happens quite often to people submitting patches, but I normally
catch it. This time my eyes have failed.
Thanks for the fix, applied.
--
Jiri Kosina
SUSE Labs, Novell Inc.
From: Benjamin Tissoires <hidden> Date: 2011-02-16 09:54:29
Hi Jiri,
Thanks for applying those two patches.
BTW I'm a little worried: apparently you applied this patch in the
branch upstream-fixes but you didn't applied "HID: hid-multitouch:
introduce IrTouch Infrared USB..." and it's parents in this branch....
I'm afraid this will broke compilation of the upstream branch
(USB_VENDOR_ID_IRTOUCHSYSTEMS and USB_DEVICE_ID_IRTOUCH_INFRARED_USB
are not defined).
Thanks,
Benjamin
On Wed, Feb 16, 2011 at 00:04, Jiri Kosina [off-list ref] wrote:
On Tue, 15 Feb 2011, Benjamin Tissoires wrote:
quoted
Without this patch, the device is handled by hidinput and does
not have the right behavior.
Signed-off-by: Benjamin Tissoires <redacted>
---
Hi guys,
In the previous patch including the support to IRTOUCH devices, I forgot
to add it to hid_have_special_driver. Sorry.
Hmm, this happens quite often to people submitting patches, but I normally
catch it. This time my eyes have failed.
Thanks for the fix, applied.
--
Jiri Kosina
SUSE Labs, Novell Inc.
Thanks for applying those two patches.
BTW I'm a little worried: apparently you applied this patch in the
branch upstream-fixes but you didn't applied "HID: hid-multitouch:
introduce IrTouch Infrared USB..." and it's parents in this branch....
I'm afraid this will broke compilation of the upstream branch
(USB_VENDOR_ID_IRTOUCHSYSTEMS and USB_DEVICE_ID_IRTOUCH_INFRARED_USB
are not defined).
Hi,
yes, I pushed the patch to wrong remote branch yesterday, but apparently
sync to git.kernel.org in which I fixed it hasn't made it yet for some
reason.
Sorry for the noise,
--
Jiri Kosina
SUSE Labs, Novell Inc.
From: Benjamin Tissoires <hidden> Date: 2011-02-16 17:54:59
On Wed, Feb 16, 2011 at 18:38, Jiri Kosina [off-list ref] wrote:
On Wed, 16 Feb 2011, Benjamin Tissoires wrote:
quoted
Thanks for applying those two patches.
BTW I'm a little worried: apparently you applied this patch in the
branch upstream-fixes but you didn't applied "HID: hid-multitouch:
introduce IrTouch Infrared USB..." and it's parents in this branch....
I'm afraid this will broke compilation of the upstream branch
(USB_VENDOR_ID_IRTOUCHSYSTEMS and USB_DEVICE_ID_IRTOUCH_INFRARED_USB
are not defined).
Hi,
yes, I pushed the patch to wrong remote branch yesterday, but apparently
sync to git.kernel.org in which I fixed it hasn't made it yet for some
reason.
Sorry for the noise,
No problem, and after all it was my fault at the beginning ;)
Thanks for taking care of this.
Cheers,
Benjamin