aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-03[media] imon: fix other RC type protocol supportUlrich Eckhardt1-1/+2
2014-11-03[media] ir-hix5hd2 fix build warningZhangfei Gao1-1/+1
2014-10-30[media] rc5-decoder: BZ#85721: Fix RC5-SZ decodingMauro Carvalho Chehab1-1/+1
2014-10-30[media] rc-core: fix protocol_change regression in ir_raw_event_registerTomas Melin2-1/+2
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds16-142/+688
2014-10-09[media] ir-hix5hd2: fix build on c6x archMauro Carvalho Chehab1-0/+3
2014-10-03Documentation: fix broken v4l-utils URLMichael Opdenacker1-1/+1
2014-09-26[media] st_rc: fix address space castingMauro Carvalho Chehab1-4/+4
2014-09-26[media] ir-hix5hd2: fix address space castingMauro Carvalho Chehab1-3/+3
2014-09-23[media] media: st-rc: Remove .owner field for driverSrinivas Kandagatla1-1/+0
2014-09-23[media] media: st-rc: move pm ops setup out of conditional compilationSrinivas Kandagatla1-3/+2
2014-09-23[media] media: st-rc: move to using reset_control_get_optionalSrinivas Kandagatla1-1/+1
2014-09-23[media] rc: Introduce hix5hd2 IR transmitter driverGuoxiong Yan3-0/+359
2014-09-23[media] rc: add a map for DVBSky devices.nibble.max2-0/+79
2014-09-23[media] imon: fix usbdev leaksAlexey Khoroshilov1-0/+6
2014-09-23[media] mceusb: fix usbdev leakAlexey Khoroshilov1-5/+6
2014-09-23[media] mceusb: add support for more cx231xx devicesMatthias Schwarzott1-0/+4
2014-09-22[media] rc-core: use USB API functions rather than constantsHimangi Saraogi1-4/+2
2014-09-22[media] media/rc/imon.c: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-09-03[media] nuvoton-cir: just return 0 instead of using a varMauro Carvalho Chehab1-4/+2
2014-09-03[media] ite-cir: just return 0 instead of using a varMauro Carvalho Chehab1-2/+1
2014-09-03[media] fintek-cir: just return 0 instead of using a varMauro Carvalho Chehab1-4/+2
2014-09-03[media] ene_ir: use true/false for boolean varsMauro Carvalho Chehab1-1/+1
2014-09-03[media] lirc_dev: fix sparse warningsHans Verkuil1-7/+7
2014-09-03[media] imon: fix sparse warningsHans Verkuil1-4/+4
2014-09-03[media] img-ir: fix sparse warningsHans Verkuil2-6/+6
2014-08-26[media] enable COMPILE_TEST for media driversMauro Carvalho Chehab1-2/+3
2014-08-21[media] imon: Fix not working front panelUlrich Eckhardt1-0/+1
2014-08-21[media] imon: Add internal key table for 15c2:0034Ulrich Eckhardt1-1/+22
2014-08-21[media] imon: Define keytables per USB Device IdUlrich Eckhardt1-93/+173
2014-07-30[media] ir-rc5-decoder: print where decoding failsMauro Carvalho Chehab1-2/+2
2014-07-30[media] rc-main: allow raw protocol drivers to restrict the allowed protosMauro Carvalho Chehab1-3/+2
2014-07-27[media] mceusb: select default keytable based on vendorMauro Carvalho Chehab1-6/+17
2014-07-27[media] mceusb: add support for newer cx231xx devicesMauro Carvalho Chehab1-0/+8
2014-07-26[media] rc: Add support for decoding XMP protocolMarcel J.E. Mol6-0/+250
2014-07-25[media] ati_remote: Better default keycodesGeorge Spelvin1-10/+20
2014-07-25[media] ati_remote: Add comments to keycode tableGeorge Spelvin1-10/+23
2014-07-25[media] ati_remote: Sort buttons in top-to-bottom orderGeorge Spelvin1-23/+34
2014-07-25[media] ati_remote: Use non-alomic __set_bitGeorge Spelvin1-1/+1
2014-07-25[media] ati_remote: Merge some duplicate codeGeorge Spelvin1-11/+10
2014-07-25[media] ati_remote: Shrink the ati_remote_tbl even moreGeorge Spelvin1-34/+35
2014-07-25[media] ati_remote: Generalize KIND_ACCEL to accept diagonalsGeorge Spelvin1-48/+23
2014-07-25[media] ati_remote: Delete superfluous input_sync()George Spelvin1-1/+0
2014-07-25[media] ati_remote: Shrink ati_remote_tbl structureGeorge Spelvin1-4/+4
2014-07-25[media] ati_remote: Check the checksumGeorge Spelvin1-4/+5
2014-07-25[media] rc-core: fix various sparse warningsDavid Härdeman4-10/+10
2014-07-25[media] rc-core: rename ir-raw.cDavid Härdeman2-2/+2
2014-07-25[media] rc-core: merge rc5 and streamzap decodersDavid Härdeman7-218/+43
2014-07-25[media] rc-core: rename dev->scanmask to dev->scancode_maskDavid Härdeman1-2/+2
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman29-62/+61