Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115069
b: refs/heads/master
c: df08ef2
h: refs/heads/master
i:
  115067: 4be073d
v: v3
  • Loading branch information
Andres Salomon authored and Dmitry Torokhov committed Sep 21, 2008
1 parent ff6592e commit 56d586b
Show file tree
Hide file tree
Showing 7 changed files with 561 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68d482214bb0eaac138ace329e72390d6c8d44ff
refs/heads/master: df08ef27a7f91961c91a2a718f5d1e616f1c8e57
10 changes: 10 additions & 0 deletions trunk/drivers/input/mouse/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ config MOUSE_PS2_TOUCHKIT

If unsure, say N.

config MOUSE_PS2_OLPC
bool "OLPC PS/2 mouse protocol extension"
depends on MOUSE_PS2 && OLPC
help
Say Y here if you have an OLPC XO-1 laptop (with built-in
PS/2 touchpad/tablet device). The manufacturer calls the
touchpad an HGPK.

If unsure, say N.

config MOUSE_SERIAL
tristate "Serial mouse"
select SERIO
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 @@ -20,6 +20,7 @@ obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
psmouse-objs := psmouse-base.o synaptics.o

psmouse-$(CONFIG_MOUSE_PS2_ALPS) += alps.o
psmouse-$(CONFIG_MOUSE_PS2_OLPC) += hgpk.o
psmouse-$(CONFIG_MOUSE_PS2_LOGIPS2PP) += logips2pp.o
psmouse-$(CONFIG_MOUSE_PS2_LIFEBOOK) += lifebook.o
psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o
Expand Down
Loading

0 comments on commit 56d586b

Please sign in to comment.