Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350681
b: refs/heads/master
c: d7e34d1
h: refs/heads/master
i:
  350679: 73dd1d6
v: v3
  • Loading branch information
Benson Leung authored and Dmitry Torokhov committed Jan 17, 2013
1 parent 9bf86f7 commit ccbba49
Show file tree
Hide file tree
Showing 4 changed files with 818 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: 236d6a77eeac702abb8e908a6ec11a37507c5071
refs/heads/master: d7e34d12ba877fa77080257d2621c29769333c40
12 changes: 12 additions & 0 deletions trunk/drivers/input/mouse/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@ config MOUSE_BCM5974
To compile this driver as a module, choose M here: the
module will be called bcm5974.

config MOUSE_CYAPA
tristate "Cypress APA I2C Trackpad support"
depends on I2C
help
This driver adds support for Cypress All Points Addressable (APA)
I2C Trackpads, including the ones used in 2012 Samsung Chromebooks.

Say Y here if you have a Cypress APA I2C Trackpad.

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

config MOUSE_INPORT
tristate "InPort/MS/ATIXL busmouse"
depends on ISA
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/mouse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_MOUSE_AMIGA) += amimouse.o
obj-$(CONFIG_MOUSE_APPLETOUCH) += appletouch.o
obj-$(CONFIG_MOUSE_ATARI) += atarimouse.o
obj-$(CONFIG_MOUSE_BCM5974) += bcm5974.o
obj-$(CONFIG_MOUSE_CYAPA) += cyapa.o
obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
obj-$(CONFIG_MOUSE_INPORT) += inport.o
obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
Expand Down
Loading

0 comments on commit ccbba49

Please sign in to comment.