File tree 4 files changed +593
-0
lines changed
drivers/input/touchscreen 4 files changed +593
-0
lines changed Original file line number Diff line number Diff line change @@ -2306,6 +2306,7 @@ CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
2306
2306
# CONFIG_TOUCHSCREEN_ZET6223 is not set
2307
2307
# CONFIG_TOUCHSCREEN_ZFORCE is not set
2308
2308
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
2309
+ CONFIG_TOUCHSCREEN_DWAV_USB_MT=m
2309
2310
CONFIG_INPUT_MISC=y
2310
2311
# CONFIG_INPUT_AD714X is not set
2311
2312
# CONFIG_INPUT_ATMEL_CAPTOUCH is not set
Original file line number Diff line number Diff line change @@ -1246,4 +1246,17 @@ config TOUCHSCREEN_ROHM_BU21023
1246
1246
To compile this driver as a module, choose M here: the
1247
1247
module will be called bu21023_ts.
1248
1248
1249
+ config TOUCHSCREEN_DWAV_USB_MT
1250
+ tristate "D-WAV Scientific USB MultiTouch"
1251
+ depends on USB_ARCH_HAS_HCD
1252
+ select USB
1253
+ help
1254
+ Say Y here if you have a D-WAV Scientific USB(HID) based MultiTouch
1255
+ controller.
1256
+
1257
+ If unsure, say N.
1258
+
1259
+ To compile this driver as a module, choose M here: the
1260
+ module will be called dwav-usb-mt.
1261
+
1249
1262
endif
Original file line number Diff line number Diff line change @@ -103,3 +103,4 @@ obj-$(CONFIG_TOUCHSCREEN_ZET6223) += zet6223.o
103
103
obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o
104
104
obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o
105
105
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
106
+ obj-$(CONFIG_TOUCHSCREEN_DWAV_USB_MT) += dwav-usb-mt.o
You can’t perform that action at this time.
0 commit comments