summaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/ir-keytable.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename drivers/media/IR to drives/media/rcMauro Carvalho Chehab2010-12-291-766/+0
* [media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman2010-12-291-27/+83
* Input: ir-keytable - fix uninitialized variable warningDmitry Torokhov2010-10-311-0/+2
* drivers/media/IR/ir-keytable.c: fix binary searchDavid Härdeman2010-10-301-3/+3
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-281-1/+6
|\
| * [media] ir: properly handle an error at input_registerMauro Carvalho Chehab2010-10-211-0/+2
| * [media] IR: make sure we register the input device when it is safe to do soMaxim Levitsky2010-10-211-0/+2
| * V4L/DVB: IR: export ir_keyup so imon driver can use it directlyJarod Wilson2010-10-211-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-251-131/+262
|\ \ | |/ |/|
| * Input: media/IR - switch to using new keycode interfaceDmitry Torokhov2010-09-091-131/+262
* | V4L/DVB: IR: fix keys beeing stuck down foreverMaxim Levitsky2010-09-271-1/+1
* | V4L/DVB: rc-core: increase repeat timeMauro Carvalho Chehab2010-09-271-0/+7
|/
* V4L/DVB: media: ir-keytable: null dereference in debug codeDan Carpenter2010-08-081-1/+2
* V4L/DVB: IR: report unknown scancodes the in-kernel decoders foundMaxim Levitsky2010-08-081-0/+8
* V4L/DVB: IR: add helper function for hardware with small o/b bufferMaxim Levitsky2010-08-081-1/+1
* V4L/DVB: sms: Convert IR support to use the Remote Controller coreMauro Carvalho Chehab2010-08-021-2/+3
* V4L/DVB: Bug fix: make IR work again for dm1105Igor M. Liplianin2010-06-011-7/+10
* V4L/DVB: ir-core: fix some confusing commentsDavid Härdeman2010-05-191-1/+1
* V4L/DVB: ir-core: fix table resize during keymap initMauro Carvalho Chehab2010-05-191-4/+6
* ir-core: Fix the delete logicMauro Carvalho Chehab2010-05-191-1/+1
* V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.hMauro Carvalho Chehab2010-05-191-1/+1
* V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decodersMauro Carvalho Chehab2010-05-191-3/+14
* V4L/DVB: ir-core: Add support for badly-implemented hardware decodersMauro Carvalho Chehab2010-05-191-6/+19
* V4L/DVB: ir-core: improve keyup/keydown logicDavid Härdeman2010-05-191-24/+101
* V4L/DVB: ir-core: re-add some debug functions for keytable changesMauro Carvalho Chehab2010-05-191-2/+17
* V4L/DVB: drivers/media/IR - improve keytable codeDavid Härdeman2010-05-191-330/+188
* V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab2010-05-191-3/+3
* V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR coreMauro Carvalho Chehab2010-05-181-0/+17
* V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decodeMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB: ir-core: add two functions to report keyup/keydown eventsMauro Carvalho Chehab2010-05-181-1/+56
* V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab2010-05-181-1/+6
* V4L/DVB: ir-core: Export IR name via ueventMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB: ir: use a real device instead of a virtual classMauro Carvalho Chehab2010-05-181-9/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-081-2/+2
* V4L/DVB: ir: fix memory leakAlexander Beregalov2010-02-261-1/+3
* V4L/DVB (13856): ir-keytable: simplify and avoid a warningMauro Carvalho Chehab2010-02-261-8/+4
* V4L/DVB (13833): ir-core: some functions can be staticMauro Carvalho Chehab2010-02-261-4/+2
* V4L/DVB (13638): ir-core: documment missed functionsMauro Carvalho Chehab2010-02-261-3/+10
* V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab2010-02-261-2/+7
* V4L/DVB (13633): ir-core: create a new class for remote controllersMauro Carvalho Chehab2010-02-261-3/+14
* V4L/DVB (13858): ir-keytable: use the right headerMauro Carvalho Chehab2010-01-171-1/+1
* V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab2009-12-161-6/+14
* V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab2009-12-161-2/+2
* V4L/DVB (13615): ir-core: create ir_input_registerMauro Carvalho Chehab2009-12-161-12/+39
* V4L/DVB (13613): IR: create ir-core moduleMauro Carvalho Chehab2009-12-161-2/+19
* V4L/DVB (13612): IR: Move common IR code to drivers/media/IRMauro Carvalho Chehab2009-12-161-0/+433
OpenPOWER on IntegriCloud