Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208152
b: refs/heads/master
c: 2c1101d
h: refs/heads/master
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Aug 9, 2010
1 parent f17c008 commit 619f046
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 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: 8e9e60640067858e8036d4d43bbf725c60613359
refs/heads/master: 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074
12 changes: 12 additions & 0 deletions trunk/drivers/media/IR/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,15 @@ config IR_MCEUSB

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

config IR_STREAMZAP
tristate "Streamzap PC Remote IR Receiver"
depends on USB_ARCH_HAS_HCD
depends on IR_CORE
select USB
---help---
Say Y here if you want to use a Streamzap PC Remote
Infrared Receiver.

To compile this driver as a module, choose M here: the
module will be called streamzap.
1 change: 1 addition & 0 deletions trunk/drivers/media/IR/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ obj-$(CONFIG_IR_LIRC_CODEC) += ir-lirc-codec.o
# stand-alone IR receivers/transmitters
obj-$(CONFIG_IR_IMON) += imon.o
obj-$(CONFIG_IR_MCEUSB) += mceusb.o
obj-$(CONFIG_IR_STREAMZAP) += streamzap.o
File renamed without changes.
6 changes: 0 additions & 6 deletions trunk/drivers/staging/lirc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ config LIRC_SIR
help
Driver for the SIR IrDA port

config LIRC_STREAMZAP
tristate "Streamzap PC Receiver"
depends on LIRC_STAGING && USB
help
Driver for the Streamzap PC Receiver

config LIRC_TTUSBIR
tristate "Technotrend USB IR Receiver"
depends on LIRC_STAGING && USB
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/lirc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ obj-$(CONFIG_LIRC_PARALLEL) += lirc_parallel.o
obj-$(CONFIG_LIRC_SASEM) += lirc_sasem.o
obj-$(CONFIG_LIRC_SERIAL) += lirc_serial.o
obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
obj-$(CONFIG_LIRC_STREAMZAP) += lirc_streamzap.o
obj-$(CONFIG_LIRC_TTUSBIR) += lirc_ttusbir.o
obj-$(CONFIG_LIRC_ZILOG) += lirc_zilog.o

0 comments on commit 619f046

Please sign in to comment.