Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 931e39a1 authored by Maxim Levitsky's avatar Maxim Levitsky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: IR: Port ene driver to new IR subsystem and enable it

parent 9ea53b74
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2203,6 +2203,12 @@ F: drivers/misc/cb710/
F:	drivers/mmc/host/cb710-mmc.*
F:	include/linux/cb710.h

ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
M:	Maxim Levitsky <maximlevitsky@gmail.com>
S:	Maintained
F:	drivers/media/IR/ene_ir.c
F:	drivers/media/IR/ene_ir.h

EPSON 1355 FRAMEBUFFER DRIVER
M:	Christopher Hoover <ch@murgatroid.com>
M:	Christopher Hoover <ch@hpl.hp.com>
+14 −0
Original line number Diff line number Diff line
@@ -106,6 +106,20 @@ config IR_MCEUSB
	   To compile this driver as a module, choose M here: the
	   module will be called mceusb.

config IR_ENE
	tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)"
	depends on PNP
	depends on IR_CORE
	---help---
	   Say Y here to enable support for integrated infrared receiver
	   /transciever made by ENE.

	   You can see if you have it by looking at lspnp output.
	   Output should include ENE0100 ENE0200 or something similiar.

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

config IR_STREAMZAP
	tristate "Streamzap PC Remote IR Receiver"
	depends on USB_ARCH_HAS_HCD
+1 −0
Original line number Diff line number Diff line
@@ -16,4 +16,5 @@ 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_ENE) += ene_ir.o
obj-$(CONFIG_IR_STREAMZAP) += streamzap.o
+221 −374

File changed.

Preview size limit exceeded, changes collapsed.

+22 −27

File changed.

Preview size limit exceeded, changes collapsed.