Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46689
b: refs/heads/master
c: a19ceb5
h: refs/heads/master
i:
  46687: d85c594
v: v3
  • Loading branch information
Jeremy Roberson authored and Greg Kroah-Hartman committed Feb 7, 2007
1 parent e6f7792 commit 421ef61
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e43062dd208594caa94536b8ba4b762d4a16330d
refs/heads/master: a19ceb56cbd1e1beff3e9cf6042e1f31f6487aa6
12 changes: 12 additions & 0 deletions trunk/drivers/usb/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions trunk/drivers/usb/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 421ef61

Please sign in to comment.