summaryrefslogtreecommitdiff
path: root/drivers/media/IR
AgeCommit message (Expand)AuthorFilesLines
2010-05-19V4L/DVB: ir-core: re-add some debug functions for keytable changesMauro Carvalho Chehab1-2/+17
2010-05-19V4L/DVB: drivers/media/IR - improve keytable codeDavid Härdeman1-330/+188
2010-05-19V4L/DVB: ir-common: remove keymap tables from the moduleMauro Carvalho Chehab2-46/+1
2010-05-19V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab3-7/+26
2010-05-19V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab1-3/+3
2010-05-19V4L/DVB: Break Remote Controller keymaps into modulesMauro Carvalho Chehab68-2/+5632
2010-05-19V4L/DVB: ir-core: Add support for RC map code registerMauro Carvalho Chehab2-1/+76
2010-05-19V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate fileMauro Carvalho Chehab1-3160/+11
2010-05-19V4L/DVB: ir-common: Use macros to define the keytablesMauro Carvalho Chehab1-137/+128
2010-05-18V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR coreMauro Carvalho Chehab1-0/+17
2010-05-18V4L/DVB: ir-core: rename sysfs remote controller class from ir to rcMauro Carvalho Chehab1-10/+10
2010-05-18V4L/DVB: ir-nec-decoder: Add sysfs node to enable/disable per irrcvMauro Carvalho Chehab2-2/+133
2010-05-18V4L/DVB: ir-core: prepare to add more operations for ir decodersMauro Carvalho Chehab2-18/+59
2010-05-18V4L/DVB: ir-core: dynamically load the compiled IR protocolsMauro Carvalho Chehab5-10/+101
2010-05-18V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decodeMauro Carvalho Chehab3-39/+98
2010-05-18V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-coreMauro Carvalho Chehab1-32/+58
2010-05-18V4L/DVB: ir-core: add two functions to report keyup/keydown eventsMauro Carvalho Chehab1-1/+56
2010-05-18V4L/DVB: ir-core: Add logic to decode IR protocols at the IR coreMauro Carvalho Chehab3-1/+249
2010-05-18V4L/DVB: saa7134: use a full scancode table for M135AMauro Carvalho Chehab1-49/+51
2010-05-18V4L/DVB: ir-core: be less pedantic with RC protocol nameMauro Carvalho Chehab1-1/+1
2010-05-18V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab2-1/+8
2010-05-18V4L/DVB: ir-core: Export IR name via ueventMauro Carvalho Chehab2-3/+23
2010-05-18V4L/DVB: ir-core: Add a macro to properly create IR tablesMauro Carvalho Chehab1-374/+81
2010-05-18V4L/DVB: ir: use a real device instead of a virtual classMauro Carvalho Chehab2-33/+55
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-09Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-2/+2
2010-02-26V4L/DVB: Kworld 315U remote supportFranklin Meng1-0/+51
2010-02-26V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe"Magnus Alm1-0/+48
2010-02-26V4L/DVB: ir: fix memory leakAlexander Beregalov1-1/+3
2010-02-26V4L/DVB (13957): IR: Fix sysfs attributes declarationFrancesco Lavra1-0/+1
2010-02-26V4L/DVB (13856): ir-keytable: simplify and avoid a warningMauro Carvalho Chehab1-8/+4
2010-02-26V4L/DVB (13833): ir-core: some functions can be staticMauro Carvalho Chehab1-4/+2
2010-02-26V4L/DVB (13825): ir-core: Don't OOPS if IR device props is not definedMauro Carvalho Chehab1-1/+1
2010-02-26V4L/DVB (13680): ir: use unsigned long instead of enumMauro Carvalho Chehab2-7/+10
2010-02-26V4L/DVB (13639): ir-sysfs: Properly protect rc_tab changes with a lockMauro Carvalho Chehab1-0/+3
2010-02-26V4L/DVB (13638): ir-core: documment missed functionsMauro Carvalho Chehab2-7/+56
2010-02-26V4L/DVB (13636): ir-core: add method to change IR protocolMauro Carvalho Chehab1-1/+43
2010-02-26V4L/DVB (13635): ir-core: Implement protocol table type readingMauro Carvalho Chehab1-2/+28
2010-02-26V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab2-3/+8
2010-02-26V4L/DVB (13633): ir-core: create a new class for remote controllersMauro Carvalho Chehab3-4/+109
2010-01-17V4L/DVB (13858): ir-keytable: use the right headerMauro Carvalho Chehab1-1/+1
2009-12-16V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab2-9/+15
2009-12-16V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab1-2/+2
2009-12-16V4L/DVB (13615): ir-core: create ir_input_registerMauro Carvalho Chehab2-27/+41
2009-12-16V4L/DVB (13613): IR: create ir-core moduleMauro Carvalho Chehab4-7/+28
2009-12-16V4L/DVB (13612): IR: Move common IR code to drivers/media/IRMauro Carvalho Chehab5-0/+4208