Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164546
b: refs/heads/master
c: e258b80
h: refs/heads/master
v: v3
  • Loading branch information
David Härdeman authored and Linus Torvalds committed Sep 22, 2009
1 parent 6819f36 commit 57d5219
Show file tree
Hide file tree
Showing 5 changed files with 1,638 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: abd6633c67925f90775bb74755f9c547e30f1f20
refs/heads/master: e258b80e691f1f3ae83a60aa80eaf7322bd55ec4
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5640,6 +5640,12 @@ L: linux-scsi@vger.kernel.org
S: Maintained
F: drivers/scsi/wd7000.c

WINBOND CIR DRIVER
P: David H�rdeman
M: david@hardeman.nu
S: Maintained
F: drivers/input/misc/winbond-cir.c

WIMAX STACK
M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
M: linux-wimax@intel.com
Expand Down
16 changes: 16 additions & 0 deletions trunk/drivers/input/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,22 @@ config INPUT_SGI_BTNS
To compile this driver as a module, choose M here: the
module will be called sgi_btns.

config INPUT_WINBOND_CIR
tristate "Winbond IR remote control"
depends on X86 && PNP
select LEDS_CLASS
select BITREVERSE
help
Say Y here if you want to use the IR remote functionality found
in some Winbond SuperI/O chips. Currently only the WPCD376I
chip is supported (included in some Intel Media series motherboards).

IR Receive and wake-on-IR from suspend and power-off is currently
supported.

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

config HP_SDC_RTC
tristate "HP SDC Real Time Clock"
depends on (GSC || HP300) && SERIO
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
obj-$(CONFIG_INPUT_WINBOND_CIR) += winbond-cir.o
obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o
obj-$(CONFIG_INPUT_YEALINK) += yealink.o
Expand Down
Loading

0 comments on commit 57d5219

Please sign in to comment.