summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
AgeCommit message (Expand)AuthorFilesLines
2013-02-08[media] redrat3: fix transmit return value and overrunSean Young1-12/+6
2013-02-08[media] mceusb: make transmit work on HP transceiverSean Young1-14/+11
2013-02-08[media] mceusb: make transmit work on the Philips IR transceiverSean Young1-5/+3
2013-02-08[media] ttusbir: add missing endian conversionSean Young1-3/+4
2013-02-08[media] ttusbir: do not set led twice on resumeSean Young1-2/+1
2013-02-05[media] iguanair: intermittent initialization failureSean Young1-10/+15
2013-02-05[media] iguanair: ensure transmission mask is initializedSean Young1-0/+1
2013-02-05[media] winbond-cir: only enable higher sample resolution if neededSean Young1-8/+19
2013-02-01[media] imon: fix Knob event interpretation issues on ARMAlexandre Lissy1-2/+2
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab13-36/+36
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman13-36/+36
2012-12-27[media] media/rc: fix oops on unloading module rc-coreKonstantin Khlebnikov2-24/+9
2012-12-27[media] rc: unlock on error in store_protocols()Dan Carpenter1-1/+2
2012-12-27Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab1-1/+0
2012-12-26[media] rc: unlock on error in show_protocols()Dan Carpenter1-1/+3
2012-12-23[media] rc/keymaps: add RC keytable for MyGica X8507Alfredo Jesús Delaiti2-0/+87
2012-12-21[media] rc: Call rc_register_device before irq setupMatthijs Kooijman4-28/+28
2012-12-21[media] rc: Set rdev before irq setupMatthijs Kooijman2-2/+5
2012-12-21[media] rc: Make probe cleanup goto labels more verboseMatthijs Kooijman5-55/+60
2012-12-21[media] rc: Fix double free in gpio_ir_recv_remove()Jesper Juhl1-1/+0
2012-12-21[media] rc: Fix double free in gpio_ir_recv_probe()Jesper Juhl1-1/+1
2012-12-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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