lkml.org 
[lkml]   [2010]   [Nov]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 7/7] hid: egalax: Add support for Wetab
    Date
    The Wetab tablet dual-touch controller works the same way as the
    one in the Joojoo tablet. This patch adds the Wetab to the list
    of supported devices, and grabs it accordingly in hid-core.

    Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
    ---
    drivers/hid/hid-core.c | 1 +
    drivers/hid/hid-egalax.c | 2 ++
    drivers/hid/hid-ids.h | 1 +
    3 files changed, 4 insertions(+), 0 deletions(-)

    diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
    index 515345b..9762de5 100644
    --- a/drivers/hid/hid-core.c
    +++ b/drivers/hid/hid-core.c
    @@ -1300,6 +1300,7 @@ static const struct hid_device_id hid_blacklist[] = {
    { HID_USB_DEVICE(USB_VENDOR_ID_DRAGONRISE, 0x0006) },
    { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH) },
    { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1) },
    + { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2) },
    { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ELECOM, USB_DEVICE_ID_ELECOM_BM084) },
    { HID_USB_DEVICE(USB_VENDOR_ID_EZKEY, USB_DEVICE_ID_BTC_8193) },
    { HID_USB_DEVICE(USB_VENDOR_ID_GAMERON, USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR) },
    diff --git a/drivers/hid/hid-egalax.c b/drivers/hid/hid-egalax.c
    index e36dbd4..1f2ad7d 100644
    --- a/drivers/hid/hid-egalax.c
    +++ b/drivers/hid/hid-egalax.c
    @@ -238,6 +238,8 @@ static const struct hid_device_id egalax_devices[] = {
    USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH) },
    { HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
    USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1) },
    + { HID_USB_DEVICE(USB_VENDOR_ID_DWAV,
    + USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2) },
    { }
    };
    MODULE_DEVICE_TABLE(hid, egalax_devices);
    diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
    index 3341baa..b76166a 100644
    --- a/drivers/hid/hid-ids.h
    +++ b/drivers/hid/hid-ids.h
    @@ -196,6 +196,7 @@
    #define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001
    #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH 0x480d
    #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1 0x720c
    +#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2 0x72a1

    #define USB_VENDOR_ID_ELECOM 0x056e
    #define USB_DEVICE_ID_ELECOM_BM084 0x0061
    --
    1.7.1


    \
     
     \ /
      Last update: 2010-11-29 08:47    [W:3.357 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site