summaryrefslogtreecommitdiff
path: root/drivers/media/IR
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: IR/imon: use the proper ir-core device unregister functionJarod Wilson2010-08-021-2/+2
* V4L/DVB: media/IR: nec-decoder needs to select BITREVRandy Dunlap2010-08-021-0/+1
* V4L/DVB: ir-core: move decoding state to ir_raw_event_ctrlDavid Härdeman2010-08-027-464/+118
* V4L/DVB: ir-core: allow specifying multiple protocols at one open/writeMauro Carvalho Chehab2010-08-021-46/+46
* V4L/DVB: ir-core: Add support for disabling all protocolsMauro Carvalho Chehab2010-08-021-9/+18
* V4L/DVB: ir-core: Rename sysfs protocols nomenclature to rc-5 and rc-6Mauro Carvalho Chehab2010-08-021-2/+2
* V4L/DVB: ir-core: Remove magic numbers at the sysfs logicMauro Carvalho Chehab2010-08-021-51/+32
* V4L/DVB: ir-core: centralize sysfs raw decoder enabling/disablingDavid Härdeman2010-08-028-462/+232
* V4L/DVB: IR: add mceusb IR receiver driverJarod Wilson2010-08-023-0/+1098
* V4L/DVB: IR: add RC6 keymap for Windows Media Center Ed. remotesJarod Wilson2010-08-022-0/+106
* V4L/DVB: IR: only initially registers protocol that matches loaded keymapJarod Wilson2010-08-025-5/+15
* V4L/DVB: IR: let all protocol decoders have a go at raw dataJarod Wilson2010-08-021-4/+3
* V4L/DVB: Bug fix: make IR work again for dm1105Igor M. Liplianin2010-06-012-10/+14
* V4L/DVB: media/IR: nec-decoder needs to select BITREVRandy Dunlap2010-06-011-0/+1
* V4L/DVB: IR/imon: add auto-config for 0xffdc rf deviceJarod Wilson2010-06-011-10/+17
* V4L/DVB: IR/imon: clean up usage of boolsJarod Wilson2010-06-011-24/+24
* V4L/DVB: [-next] IR: fix ir-nec-decoder build, select BITREVERSERandy Dunlap2010-06-011-0/+1
* V4L/DVB: saa7134: add RM-K6 remote control support for Avermedia M135AHerton Ronaldo Krzesinski2010-06-013-91/+148
* V4L/DVB: saa7134: add support for Avermedia M733AHerton Ronaldo Krzesinski2010-06-012-0/+96
* V4L/DVB: IR/imon: remove dead IMON_KEY_RELEASE_OFFSETJarod Wilson2010-05-191-6/+6
* V4L/DVB: media/IR: Add missing include file to rc-map.cPeter Huewe2010-05-191-0/+1
* V4L/DVB: media/IR/imon: potential double unlock on errorDan Carpenter2010-05-191-1/+0
* V4L/DVB: media/IR/imon: testing the wrong variableDan Carpenter2010-05-191-1/+1
* V4L/DVB: media/IR/imon: precendence issue: ! vs ==Dan Carpenter2010-05-191-1/+1
* V4L/DVB: IR/imon: add proper auto-repeat supportJarod Wilson2010-05-191-5/+6
* V4L/DVB: IR/imon: minor change_protocol fixupsJarod Wilson2010-05-191-11/+9
* V4L/DVB: ir-core: remove IR_TYPE_PDDavid Härdeman2010-05-191-6/+0
* V4L/DVB: IR/imon: convert to ir-core protocol change handlingJarod Wilson2010-05-193-89/+69
* V4L/DVB: ir-core: fix some confusing commentsDavid Härdeman2010-05-192-2/+2
* V4L/DVB: ir-core: fix table resize during keymap initMauro Carvalho Chehab2010-05-191-4/+6
* V4L/DVB: ir-core: fix double spinlock init in drivers/media/IR/rc-map.cDavid Härdeman2010-05-192-7/+0
* V4L/DVB: irmon: Cleanup some warning noiseMauro Carvalho Chehab2010-05-191-25/+27
* V4L/DVB: ir-core: Add Sony support to ir-coreDavid Härdeman2010-05-196-0/+334
* V4L/DVB: ir-core: Add JVC support to ir-coreDavid Härdeman2010-05-196-0/+342
* V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errorsMauro Carvalho Chehab2010-05-191-4/+8
* V4L/DVB: ir-core: change duration to be coded as a u32 integerDavid Härdeman2010-05-195-254/+271
* V4L/DVB: ir-core: add imon driverJarod Wilson2010-05-193-0/+2432
* V4L/DVB: ir-core: add imon pad and mce keymapsJarod Wilson2010-05-193-0/+299
* V4L/DVB: ir-core: make ir_g_keycode_from_table a public functionJarod Wilson2010-05-191-7/+0
* ir-core: Fix the delete logicMauro Carvalho Chehab2010-05-191-1/+1
* ir-core: Remove the quotation mark from the uevent namesMauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: ir Kconfig: better describe the optionsMauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: ir-core-priv: fix a typo for RC6 config optionMauro Carvalho Chehab2010-05-191-1/+1
* V4L/DVB: Add RC6 support to ir-coreDavid Härdeman2010-05-196-0/+432
* V4L/DVB: Add NECx support to ir-coreDavid Härdeman2010-05-191-1/+2
* V4L/DVB: Add RC5x support to ir-coreDavid Härdeman2010-05-191-19/+59
* V4L/DVB: ir-core: Remove warining noise if decoders compiled builtinMauro Carvalho Chehab2010-05-192-3/+5
* V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.hMauro Carvalho Chehab2010-05-197-5/+117
* V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durationsDavid Härdeman2010-05-193-281/+259
* V4L/DVB: ir-core: fix gcc warning noiseMauro Carvalho Chehab2010-05-191-1/+1