aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman13-36/+36
2012-12-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds28-151/+232
2012-11-21[media] winbond-cir: add carrier detectionSean Young1-5/+75
2012-11-21[media] winbond-cir: increase IR receiver resolutionSean Young1-5/+9
2012-11-21[media] winbond-cir: fix idle modeSean Young1-10/+5
2012-10-28[media] winbond-cir: do not rename input nameSean Young1-2/+2
2012-10-28[media] ene-ir: Fix cleanup on probe failureMatthijs Kooijman1-16/+13
2012-10-28fintek-cir: get rid of warning: no previous prototypeMauro Carvalho Chehab1-2/+2
2012-10-27[media] nuvoton-cir: carrier detect support is broken - remove itMauro Carvalho Chehab2-6/+2
2012-10-27[media] nuvoton-cir: get rid of warning: no previous prototypeMauro Carvalho Chehab1-2/+2
2012-10-27[media] ite-cir.c: get rid of warning: no previous prototypeMauro Carvalho Chehab1-2/+2
2012-10-27[media] ene_cir: get rid of warning: no previous prototypeMauro Carvalho Chehab1-1/+1
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman26-89/+119
2012-10-27[media] media/ir_rx51: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-18ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren1-1/+0
2012-10-07[media] rc-msi-digivox-ii: Add full scan keycodesWolfgang Bail1-18/+18
2012-10-07[media] winbond: remove space from driver nameSean Young1-1/+1
2012-10-07[media] iguanair: cannot send data from the stackSean Young1-72/+75
2012-10-06[media] rc-core: fix return codes in ir_lirc_ioctl()Dan Carpenter1-2/+2
2012-10-06[media] rc: divide by zero bugs in s_tx_carrier()Dan Carpenter3-1/+10
2012-09-25[media] winbond-cir: asynchronous txDavid Härdeman1-29/+18
2012-09-25[media] winbond-cir: correctness fixDavid Härdeman1-1/+1
2012-09-23[media] drivers/media/rc/ati_remote.c: fix error return codePeter Senna Tschudin1-1/+3
2012-09-23[media] drivers/media/rc/redrat3.c: fix error return codePeter Senna Tschudin1-2/+3
2012-09-18[media] mceusb: Optimize DIV_ROUND_CLOSEST callJean Delvare1-1/+1
2012-09-15[media] ir-rx51: Adjust dependenciesTimo Kokkonen1-1/+1
2012-09-15[media] ir-rx51: Trivial fixesTimo Kokkonen2-5/+7
2012-09-15[media] ttusbir: ad support suspend and resumeSean Young1-4/+44
2012-09-15[media] iguanair: do not modify transmit bufferSean Young1-30/+21
2012-09-15[media] ttusbir: Add USB dependencySean Young1-0/+1
2012-09-15[media] rc: fix buffer overrunSean Young1-1/+1
2012-09-14[media] rc: ite-cir: Initialise ite_dev::rdev earlierBen Hutchings1-1/+1
2012-08-24Merge tag 'v3.6-rc3' into staging/for_v3.7Mauro Carvalho Chehab1-0/+1
2012-08-13[media] rc/Kconfig: Fix a warningMauro Carvalho Chehab1-1/+1
2012-08-13[media] rc-core: move timeout and checks to lircDavid Härdeman3-34/+29
2012-08-13[media] media: rc: Introduce RX51 IR transmitter driverTimo Kokkonen3-0/+507
2012-08-13[media] ati_remote: use %*ph to dump small buffersAndy Shevchenko1-8/+3
2012-08-13[media] rc: transmit on device which does not support it should failSean Young1-1/+1
2012-08-13[media] rc: do not wake up rc thread unless there is something to doSean Young5-16/+37
2012-08-13[media] rc: Add support for the TechnoTrend USB IR ReceiverSean Young4-1/+415
2012-08-13[media] iguanair: fix receiver overflowSean Young1-3/+2
2012-08-13[media] iguanair: advertise the resolution and timeout properlySean Young1-2/+5
2012-08-13[media] iguanair: reset the IR state after rx overflow or receiver enableSean Young1-0/+4
2012-08-13[media] iguanair: fix return value for transmitSean Young1-12/+18
2012-08-13[media] iguanair: support suspend and resumeSean Young1-7/+14
2012-08-13[media] iguanair: ignore unsupported firmware versionsSean Young2-12/+17
2012-08-13[media] iguanair: reuse existing urb callback for command responsesSean Young1-91/+56
2012-08-12[media] Add USB dependency for IguanaWorks USB IR TransceiverGuenter Roeck1-0/+1
2012-08-11[media] nec-decoder: fix NEC decoding for Pioneer Laserdisc CU-700 remoteSean Young1-2/+2
2012-07-30[media] Add support for the IguanaWorks USB IR TransceiverSean Young3-0/+651