Re: [PATCH] USB HID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 display

Jiri Kosina <[email protected]>
Newsgroups gmane.linux.usb.devel
Message-ID <[email protected]>
On Thu, 13 Sep 2007, Mike Crowe wrote:

>  drivers/hid/usbhid/hid-quirks.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
> index 6b21a21..663b8dc 100644
> --- a/drivers/hid/usbhid/hid-quirks.c
> +++ b/drivers/hid/usbhid/hid-quirks.c
> @@ -343,6 +343,9 @@
>  #define USB_VENDOR_ID_YEALINK		0x6993
>  #define USB_DEVICE_ID_YEALINK_P1K_P4K_B2K	0xb001
>  
> +#define USB_VENDOR_ID_ELO		0x04E7
> +#define USB_DEVICE_ID_ELO_TS2700	0x0020
> +
>  /*
>   * Alphabetically sorted blacklist by quirk type.
>   */
> @@ -597,6 +600,7 @@ static const struct hid_blacklist {
>  	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_63, HID_QUIRK_IGNORE },
>  	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_HARMONY_64, HID_QUIRK_IGNORE },
>  	{ USB_VENDOR_ID_NATIONAL_SEMICONDUCTOR, USB_DEVICE_ID_N_S_HARMONY, HID_QUIRK_IGNORE },
> +	{ USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET },
>  
>  	{ 0, 0 }
>  };

Hi Mike,

thanks for the patch. Could you please resend it to me with proper 
ordering -- I try to keep the defines sorted alphabetically by the vendor 
name and the quirk list by the quirk name (as stated in the comment above 
the list).

Thanks,

-- 
Jiri Kosina
SUSE Labs

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.