Re: [PATCH 0/2] USB: core: add add device-qualifier quirk

2014-09-24 Thread Greg Kroah-Hartman
On Tue, Sep 23, 2014 at 05:27:22PM +0200, Johan Hovold wrote:
 On Tue, Sep 23, 2014 at 08:21:51AM -0700, Greg Kroah-Hartman wrote:
  On Tue, Sep 23, 2014 at 04:56:24PM +0200, Johan Hovold wrote:
   On Mon, Aug 25, 2014 at 05:51:25PM +0200, Johan Hovold wrote:
This is quirk is indeed needed to get the Elan Touchscreen found on some
Samsung laptops to enumerate reliably.
   
   [...]
   
Johan Hovold (2):
  USB: core: add device-qualifier quirk
  USB: quirks: enable device-qualifier quirk for Elan Touchscreen
   
   Are these patches still in your queue, Greg? Just checking now that the
   merge window is around the corner.
  
  My queue is huge and I hope to tackle it tonight...
 
 Yeah, that's the impression I got.
 
 Just a heads up: There was another quirk submitted after this one that
 uses the same quirk mask.

Ah, thanks for the warning, I'll watch out for it.

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] USB: core: add add device-qualifier quirk

2014-09-23 Thread Johan Hovold
On Mon, Aug 25, 2014 at 05:51:25PM +0200, Johan Hovold wrote:
 This is quirk is indeed needed to get the Elan Touchscreen found on some
 Samsung laptops to enumerate reliably.

[...]

 Johan Hovold (2):
   USB: core: add device-qualifier quirk
   USB: quirks: enable device-qualifier quirk for Elan Touchscreen

Are these patches still in your queue, Greg? Just checking now that the
merge window is around the corner.

Thanks,
Johan
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] USB: core: add add device-qualifier quirk

2014-09-23 Thread Greg Kroah-Hartman
On Tue, Sep 23, 2014 at 04:56:24PM +0200, Johan Hovold wrote:
 On Mon, Aug 25, 2014 at 05:51:25PM +0200, Johan Hovold wrote:
  This is quirk is indeed needed to get the Elan Touchscreen found on some
  Samsung laptops to enumerate reliably.
 
 [...]
 
  Johan Hovold (2):
USB: core: add device-qualifier quirk
USB: quirks: enable device-qualifier quirk for Elan Touchscreen
 
 Are these patches still in your queue, Greg? Just checking now that the
 merge window is around the corner.

My queue is huge and I hope to tackle it tonight...

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] USB: core: add add device-qualifier quirk

2014-09-23 Thread Johan Hovold
On Tue, Sep 23, 2014 at 08:21:51AM -0700, Greg Kroah-Hartman wrote:
 On Tue, Sep 23, 2014 at 04:56:24PM +0200, Johan Hovold wrote:
  On Mon, Aug 25, 2014 at 05:51:25PM +0200, Johan Hovold wrote:
   This is quirk is indeed needed to get the Elan Touchscreen found on some
   Samsung laptops to enumerate reliably.
  
  [...]
  
   Johan Hovold (2):
 USB: core: add device-qualifier quirk
 USB: quirks: enable device-qualifier quirk for Elan Touchscreen
  
  Are these patches still in your queue, Greg? Just checking now that the
  merge window is around the corner.
 
 My queue is huge and I hope to tackle it tonight...

Yeah, that's the impression I got.

Just a heads up: There was another quirk submitted after this one that
uses the same quirk mask.

Good luck with the queue. :)

Johan
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] USB: core: add add device-qualifier quirk

2014-09-05 Thread Johan Hovold
On Mon, Aug 25, 2014 at 05:51:25PM +0200, Johan Hovold wrote:
 This is quirk is indeed needed to get the Elan Touchscreen found on some
 Samsung laptops to enumerate reliably.
 
 I'm still looking into the disconnects I've been experiencing. For some
 reason I cannot reproduce the repeated disconnects any longer, although
 the device still disconnects at least once if an input event occurs
 after wake up (when the device is not open) or close.

For the record, that was just a udev rule enabling autosuspend that got
in the way.

Johan
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] USB: core: add add device-qualifier quirk

2014-08-25 Thread Johan Hovold
This is quirk is indeed needed to get the Elan Touchscreen found on some
Samsung laptops to enumerate reliably.

I'm still looking into the disconnects I've been experiencing. For some
reason I cannot reproduce the repeated disconnects any longer, although
the device still disconnects at least once if an input event occurs
after wake up (when the device is not open) or close.

Johan

Johan Hovold (2):
  USB: core: add device-qualifier quirk
  USB: quirks: enable device-qualifier quirk for Elan Touchscreen

 drivers/usb/core/hub.c | 3 +++
 drivers/usb/core/quirks.c  | 4 
 include/linux/usb/quirks.h | 3 +++
 3 files changed, 10 insertions(+)

-- 
1.8.5.5

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html