Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261551
b: refs/heads/master
c: f5f2cc6
h: refs/heads/master
i:
  261549: 14f937f
  261547: c6a543e
  261543: 3c93406
  261535: f100f04
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 74dc5c1 commit 0b195d9
Show file tree
Hide file tree
Showing 8 changed files with 483 additions and 2 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: a062d04bb9adec35dd0c51f848c4c64a8a2224cd
refs/heads/master: f5f2cc646af13b0cf74b9d676408473123c9ea76
11 changes: 11 additions & 0 deletions trunk/drivers/media/rc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ config IR_RC5_SZ_DECODER
uses an IR protocol that is almost standard RC-5, but not quite,
as it uses an additional bit).

config IR_MCE_KBD_DECODER
tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
depends on RC_CORE
select BITREVERSE
default y

---help---
Enable this option if you have a Microsoft Remote Keyboard for
Windows Media Center Edition, which you would like to use with
a raw IR receiver in your system.

config IR_LIRC_CODEC
tristate "Enable IR to LIRC bridge"
depends on RC_CORE
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/rc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
obj-$(CONFIG_IR_JVC_DECODER) += ir-jvc-decoder.o
obj-$(CONFIG_IR_SONY_DECODER) += ir-sony-decoder.o
obj-$(CONFIG_IR_RC5_SZ_DECODER) += ir-rc5-sz-decoder.o
obj-$(CONFIG_IR_MCE_KBD_DECODER) += ir-mce_kbd-decoder.o
obj-$(CONFIG_IR_LIRC_CODEC) += ir-lirc-codec.o

# stand-alone IR receivers/transmitters
Expand Down
Loading

0 comments on commit 0b195d9

Please sign in to comment.