Re: [PATCH 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-09 Thread Adel Gadllah

Am 09.10.2014 um 05:38 schrieb Lars Melin:

On 2014-10-09 02:23, Adel Gadllah wrote:

Yet another device affected by this.

Tested-by: Kevin Fenzi ke...@scrye.com
Signed-off-by: Adel Gadllah adel.gadl...@gmail.com
---
  drivers/usb/core/quirks.c | 4 
  1 file changed, 4 insertions(+)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 92125f9..cbbe701 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -98,6 +98,10 @@ static const struct usb_device_id usb_quirk_list[] = {
  USB_QUIRK_DEVICE_QUALIFIER },
/* Elan Touchscreen */
+{ USB_DEVICE(0x04f3, 0x016f), .driver_info =
+USB_QUIRK_DEVICE_QUALIFIER },
+
+/* Elan Touchscreen */
  { USB_DEVICE(0x04f3, 0x009b), .driver_info =
  USB_QUIRK_DEVICE_QUALIFIER },

In the beginning of quirk.c you will find the following text:

 * Please keep the lists ordered by:
 * 1) Vendor ID
 * 2) Product ID
 * 3) Class ID



Sorry missed that. Resent the patches with correct ordering.

Thanks,
Adel
--
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 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-08 Thread Lars Melin

On 2014-10-09 02:23, Adel Gadllah wrote:

Yet another device affected by this.

Tested-by: Kevin Fenzi ke...@scrye.com
Signed-off-by: Adel Gadllah adel.gadl...@gmail.com
---
  drivers/usb/core/quirks.c | 4 
  1 file changed, 4 insertions(+)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 92125f9..cbbe701 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -98,6 +98,10 @@ static const struct usb_device_id usb_quirk_list[] = {
USB_QUIRK_DEVICE_QUALIFIER },
  
  	/* Elan Touchscreen */

+   { USB_DEVICE(0x04f3, 0x016f), .driver_info =
+   USB_QUIRK_DEVICE_QUALIFIER },
+
+   /* Elan Touchscreen */
{ USB_DEVICE(0x04f3, 0x009b), .driver_info =
USB_QUIRK_DEVICE_QUALIFIER },
  

In the beginning of quirk.c you will find the following text:

 * Please keep the lists ordered by:
 * 1) Vendor ID
 * 2) Product ID
 * 3) Class ID


--
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