diff options
author | Rafi Rubin <rafi@seas.upenn.edu> | 2008-11-19 14:54:46 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-04 00:00:51 (GMT) |
commit | 94011f93f2cd7410401e22390cf7a14fe5495a22 (patch) | |
tree | b0e96a437574d2a5ce9f34d695b8f78bdc2c3916 /drivers/hid/Kconfig | |
parent | 9188e79ec3fd43a0a605274324aecfb731baa88b (diff) | |
download | linux-94011f93f2cd7410401e22390cf7a14fe5495a22.tar.xz |
HID: add n-trig digitizer support
Added quirks for the N-Trig digitizer.
Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 65b577e..aadef9a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -187,6 +187,13 @@ config HID_MONTEREY ---help--- Support for Monterey Genius KB29E. +config HID_NTRIG + tristate "NTrig" if EMBEDDED + depends on USB_HID + default y + ---help--- + Support for N-Trig touch screen. + config HID_PANTHERLORD tristate "Pantherlord devices support" if EMBEDDED depends on USB_HID |