RE: [PATCH 1/1]hid:hid-multitouch: add mt_resume for ELAN's production

2012-08-05 Thread 劉嘉駿
Mode change to 0644. From: Scott Liu Signed-off-by: Scott Liu --- 0 files changed mode change 100755 => 100644 drivers/hid/hid-ids.h mode change 100755 => 100644 drivers/hid/hid-multitouch.c diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h old mode 100755 new mode 100644 diff --gi

Re: Emulating level IRQs

2012-08-05 Thread Eric Miao
On Mon, Aug 6, 2012 at 1:56 AM, Daniel Mack wrote: > On 05.08.2012 18:56, Haojian Zhuang wrote: >> On Mon, Aug 6, 2012 at 12:22 AM, Daniel Mack wrote: >>> On 24.07.2012 20:01, Daniel Mack wrote: On 23.07.2012 18:51, Dmitry Torokhov wrote: > On Thu, Jul 19, 2012 at 05:36:12PM +0200, Danie

Re: [PATCH 2/2] input: usb: hid: Add quirk for Freescale i.MX28 ROM recovery

2012-08-05 Thread Marek Vasut
[...] > diff --git a/drivers/hid/usbhid/hid-quirks.c > b/drivers/hid/usbhid/hid-quirks.c index 903eef3..6a09570 100644 > --- a/drivers/hid/usbhid/hid-quirks.c > +++ b/drivers/hid/usbhid/hid-quirks.c > @@ -101,6 +101,7 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_SIGMA_MICRO, USB_

[PATCH 1/2] input: usb: hid: Bump maximum global item tag report size to 128 bytes

2012-08-05 Thread Marek Vasut
The Freescale i.MX28 BootROM USB recovery mode implements the USB HID protocol, yet the global item tag report size is 128. Linux checks if this is 96 as of now, see [1]. This causes Linux to refuse to communicate with this device, making it impossible to use the recovery mode. This is not a stand

[PATCH 2/2] input: usb: hid: Add quirk for Freescale i.MX28 ROM recovery

2012-08-05 Thread Marek Vasut
The USB recovery mode present in i.MX28 ROM emulates USB HID. It needs this quirk to behave properly. Signed-off-by: Marek Vasut Cc: Chen Peter Cc: Greg KH Cc: Jiri Kosina --- drivers/hid/hid-ids.h |3 +++ drivers/hid/usbhid/hid-quirks.c |1 + 2 files changed, 4 insertions(+

Re: Emulating level IRQs

2012-08-05 Thread Daniel Mack
On 05.08.2012 18:56, Haojian Zhuang wrote: > On Mon, Aug 6, 2012 at 12:22 AM, Daniel Mack wrote: >> On 24.07.2012 20:01, Daniel Mack wrote: >>> On 23.07.2012 18:51, Dmitry Torokhov wrote: On Thu, Jul 19, 2012 at 05:36:12PM +0200, Daniel Mack wrote: >>> > Ok, finally I found some time. In

Re: Emulating level IRQs

2012-08-05 Thread Haojian Zhuang
On Mon, Aug 6, 2012 at 12:22 AM, Daniel Mack wrote: > On 24.07.2012 20:01, Daniel Mack wrote: >> On 23.07.2012 18:51, Dmitry Torokhov wrote: >>> On Thu, Jul 19, 2012 at 05:36:12PM +0200, Daniel Mack wrote: >> Ok, finally I found some time. In general, the patch works fine. The only detai

Re: Emulating level IRQs

2012-08-05 Thread Daniel Mack
On 24.07.2012 20:01, Daniel Mack wrote: > On 23.07.2012 18:51, Dmitry Torokhov wrote: >> On Thu, Jul 19, 2012 at 05:36:12PM +0200, Daniel Mack wrote: > >>> Ok, finally I found some time. In general, the patch works fine. The >>> only detail I had to amend was the irqflags, which were changed from