Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a19ceb56 authored by Jeremy Roberson's avatar Jeremy Roberson Committed by Greg Kroah-Hartman
Browse files

USB Input: Added kernel module to support all GTCO CalComp USB InterWrite School products



Added a kernel module (gtco) to the USB Input subsystem.  This kernel
module adds support for all GTCO CalComp USB InterWrite School products.

Signed-off-by: default avatarJeremy A. Roberson <jroberson@gtcocalcomp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e43062dd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -352,3 +352,15 @@ config USB_APPLETOUCH

	  To compile this driver as a module, choose M here: the
	  module will be called appletouch.

config USB_GTCO
        tristate "GTCO CalComp/InterWrite USB Support"
        depends on USB && INPUT
        ---help---
          Say Y here if you want to use the USB version of the GTCO
          CalComp/InterWrite Tablet.  Make sure to say Y to "Mouse support"
          (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
          (CONFIG_INPUT_EVDEV) as well.

          To compile this driver as a module, choose M here: the
          module will be called gtco.
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ obj-$(CONFIG_USB_ACECAD) += acecad.o
obj-$(CONFIG_USB_YEALINK)	+= yealink.o
obj-$(CONFIG_USB_XPAD)		+= xpad.o
obj-$(CONFIG_USB_APPLETOUCH)	+= appletouch.o
obj-$(CONFIG_USB_GTCO)         += gtco.o

ifeq ($(CONFIG_USB_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
+1104 −0

File added.

Preview size limit exceeded, changes collapsed.