diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-04-10 10:43:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-10 15:28:35 -0400 |
commit | 0c3910c255d3f9caeef4ebad5d5a1156a2d33f69 (patch) | |
tree | 8b0cbad6e52b319db1297add12ba40e377f3d0f3 /drivers/hid/Makefile | |
parent | ab195c58b864802c15e494f06ae109413e12d50b (diff) |
HID: add support for the eGalax dual-touch panel
Added support for the eGalax dual-touch panel, found on the Asus EeePC T101MT
Signed-off-by: Stephane Chatty <chatty@enac.fr>
Tested-by: Philipp Merkel <linux@philmerk.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 0b2618f092ca..19dae07eb14a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -30,6 +30,7 @@ obj-$(CONFIG_HID_CHERRY) += hid-cherry.o | |||
30 | obj-$(CONFIG_HID_CHICONY) += hid-chicony.o | 30 | obj-$(CONFIG_HID_CHICONY) += hid-chicony.o |
31 | obj-$(CONFIG_HID_CYPRESS) += hid-cypress.o | 31 | obj-$(CONFIG_HID_CYPRESS) += hid-cypress.o |
32 | obj-$(CONFIG_HID_DRAGONRISE) += hid-drff.o | 32 | obj-$(CONFIG_HID_DRAGONRISE) += hid-drff.o |
33 | obj-$(CONFIG_HID_EGALAX) += hid-egalax.o | ||
33 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o | 34 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o |
34 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o | 35 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o |
35 | obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o | 36 | obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o |