aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/iguanair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15[media] rc: make s_tx_carrier consistentSean Young1-1/+1
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2014-02-04[media] iguanair: simplify tx loopSean Young1-10/+4
2014-02-04[media] iguanair: explain tx carrier setupSean Young1-4/+11
2013-11-18Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-16/+6
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-07[media] iguanair: simplify calculation of carrier delay cyclesSean Young1-16/+6
2013-07-30[media] lirc: make transmit interface consistentSean Young1-2/+2
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-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman1-1/+1
2012-10-07[media] iguanair: cannot send data from the stackSean Young1-72/+75
2012-09-15[media] iguanair: do not modify transmit bufferSean Young1-30/+21
2012-08-13[media] rc: do not wake up rc thread unless there is something to doSean Young1-2/+5
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 Young1-10/+11
2012-08-13[media] iguanair: reuse existing urb callback for command responsesSean Young1-91/+56
2012-07-30[media] Add support for the IguanaWorks USB IR TransceiverSean Young1-0/+639