Re: [PATCH] hid-multitouch: Add device id for another DWAV/eGalax variant

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reviewed-By: Benjamin Tissoires <benjamin.tissoires@xxxxxxx>

Thanks,
Benjamin

On Thu, Jun 23, 2011 at 04:47, Gabriel M. Beddingfield
<gabrbedd@xxxxxxxxx> wrote:
> Add the device id for a DWAV eGalax touchscreen, found
> on the Dell Inspiron Duo.
>
> Signed-off-by: Gabriel M. Beddingfield <gabrbedd@xxxxxxxxx>
> ---
> diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
> index f7440e8..594e9e4 100644
> --- a/drivers/hid/hid-core.c
> +++ b/drivers/hid/hid-core.c
> @@ -1374,6 +1374,7 @@ static const struct hid_device_id hid_have_special_driver[] = {
>        { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2) },
>        { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH3) },
>        { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4) },
> +       { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5) },
>        { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ELECOM, USB_DEVICE_ID_ELECOM_BM084) },
>        { HID_USB_DEVICE(USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2515) },
>        { HID_USB_DEVICE(USB_VENDOR_ID_EMS, USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II) },
> diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
> index aecb5a4..8b0d757 100644
> --- a/drivers/hid/hid-ids.h
> +++ b/drivers/hid/hid-ids.h
> @@ -222,6 +222,7 @@
>  #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2  0x72a1
>  #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH3  0x480e
>  #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4  0x726b
> +#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5  0x725e
>
>  #define USB_VENDOR_ID_ELECOM           0x056e
>  #define USB_DEVICE_ID_ELECOM_BM084     0x0061
> diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
> index 0b2dcd0..06edd68 100644
> --- a/drivers/hid/hid-multitouch.c
> +++ b/drivers/hid/hid-multitouch.c
> @@ -647,6 +647,9 @@ static const struct hid_device_id mt_devices[] = {
>        {  .driver_data = MT_CLS_EGALAX,
>                HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
>                        USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4) },
> +       {  .driver_data = MT_CLS_EGALAX,
> +               HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
> +                       USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5) },
>
>        /* Elo TouchSystems IntelliTouch Plus panel */
>        { .driver_data = MT_CLS_DUAL_NSMU_CONTACTID,
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux