aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/ir-core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab1-211/+0
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman1-101/+80
2010-12-29[media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-mainDavid Härdeman1-2/+0
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman1-0/+19
2010-12-29[media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman1-1/+2
2010-10-21[media] IR: extend ir_raw_event and do refactoringMaxim Levitsky1-6/+34
2010-10-21V4L/DVB: IR: export ir_keyup so imon driver can use it directlyJarod Wilson1-0/+1
2010-08-08V4L/DVB: IR: extend interfaces to support more device settingsMaxim Levitsky1-1/+11
2010-08-08V4L/DVB: IR: add helper function for hardware with small o/b bufferMaxim Levitsky1-3/+20
2010-08-08V4L/DVB: IR: Allow not to compile keymaps inMaxim Levitsky1-2/+6
2010-08-02V4L/DVB: IR TX: incoming IR buffer now an int pointerJarod Wilson1-1/+1
2010-08-02V4L/DVB: IR: add tx callbacks to ir-coreJarod Wilson1-1/+7
2010-05-19V4L/DVB: ir-core: change duration to be coded as a u32 integerDavid Härdeman1-2/+14
2010-05-19V4L/DVB: ir-core: make ir_g_keycode_from_table a public functionJarod Wilson1-0/+1
2010-05-19V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.hMauro Carvalho Chehab1-77/+10
2010-05-19V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durationsDavid Härdeman1-11/+36
2010-05-19V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decodersMauro Carvalho Chehab1-6/+14
2010-05-19V4L/DVB: ir-core: Add support for badly-implemented hardware decodersMauro Carvalho Chehab1-4/+20
2010-05-19V4L/DVB: ir-core: move rc map code to rc-map.hMauro Carvalho Chehab1-34/+0
2010-05-19V4L-DVB: ir-core: remove the ancillary bufferMauro Carvalho Chehab1-2/+1
2010-05-19V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocolMauro Carvalho Chehab1-0/+7
2010-05-19V4L/DVB: ir-core: improve keyup/keydown logicDavid Härdeman1-5/+10
2010-05-19V4L/DVB: drivers/media/IR - improve keytable codeDavid Härdeman1-1/+3
2010-05-19V4L/DVB: ir-common: remove keymap tables from the moduleMauro Carvalho Chehab1-18/+0
2010-05-19V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab1-2/+19
2010-05-19V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab1-6/+20
2010-05-19V4L/DVB: ir-core: Add support for RC map code registerMauro Carvalho Chehab1-0/+11
2010-05-19V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate fileMauro Carvalho Chehab1-0/+18
2010-05-18V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR coreMauro Carvalho Chehab1-0/+2
2010-05-18V4L/DVB: ir-core: prepare to add more operations for ir decodersMauro Carvalho Chehab1-5/+2
2010-05-18V4L/DVB: ir-core: dynamically load the compiled IR protocolsMauro Carvalho Chehab1-5/+24
2010-05-18V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decodeMauro Carvalho Chehab1-0/+2
2010-05-18V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-coreMauro Carvalho Chehab1-1/+2
2010-05-18V4L/DVB: ir-core: add two functions to report keyup/keydown eventsMauro Carvalho Chehab1-0/+4
2010-05-18V4L/DVB: ir-core: Add logic to decode IR protocols at the IR coreMauro Carvalho Chehab1-0/+32
2010-05-18V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab1-1/+3
2010-05-18V4L/DVB: ir-core: Add a macro to properly create IR tablesMauro Carvalho Chehab1-1/+2
2010-05-18V4L/DVB: ir: use a real device instead of a virtual classMauro Carvalho Chehab1-3/+1
2010-02-26V4L/DVB (13833): ir-core: some functions can be staticMauro Carvalho Chehab1-4/+0
2010-02-26V4L/DVB (13680): ir: use unsigned long instead of enumMauro Carvalho Chehab1-9/+7
2010-02-26V4L/DVB (13635): ir-core: Implement protocol table type readingMauro Carvalho Chehab1-1/+3
2010-02-26V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab1-5/+13
2010-02-26V4L/DVB (13633): ir-core: create a new class for remote controllersMauro Carvalho Chehab1-2/+10
2009-12-16V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab1-1/+1
2009-12-16V4L/DVB (13615): ir-core: create ir_input_registerMauro Carvalho Chehab1-2/+7
2009-12-16V4L/DVB (13613): IR: create ir-core moduleMauro Carvalho Chehab1-0/+57