aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-23[media] rc-core: simplify sysfs codeDavid Härdeman2-121/+151
2014-07-23[media] saa7134: NEC scancode fixDavid Härdeman1-34/+34
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman18-44/+94
2014-07-23[media] bt8xx: fixup RC5 decodingDavid Härdeman1-56/+56
2014-07-04[media] rc: add sunxi-ir driverAlexander Bersenev3-0/+329
2014-06-17[media] rc: img-ir: Expand copyright headers with GPL noticesJames Hogan11-0/+55
2014-06-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into nextLinus Torvalds1-30/+35
2014-05-29USB: media: streamzap: remove CONFIG_USB_DEBUGGreg Kroah-Hartman1-9/+0
2014-05-29USB: media: redrat3: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman1-42/+21
2014-05-29USB: media: redrat3: remove unneeded tracing macroGreg Kroah-Hartman1-37/+2
2014-05-25[media] fix mceusb endpoint type identification/handlingMatt DeVillier1-30/+35
2014-04-06[media] rc-core: remove generic scancode filterDavid Härdeman1-35/+53
2014-04-06[media] rc-core: split dev->s_filterDavid Härdeman2-8/+31
2014-04-06[media] rc-core: do not change 32bit NEC scancode format for nowDavid Härdeman3-59/+59
2014-03-14[media] rc: img-ir: hw: Fix min/max bits setupJames Hogan1-3/+3
2014-03-14[media] rc: img-ir: jvc: Remove unused no-leader timingsJames Hogan1-11/+0
2014-03-14[media] rc: img-ir: hw: Remove unnecessary semi-colonJames Hogan1-1/+1
2014-03-13[media] media: rc-core: use %s in rc_map_get() module loadKees Cook1-1/+1
2014-03-11[media] rc-main: fix missing unlock if no devno leftJames Hogan1-8/+8
2014-03-11[media] rc: img-ir: add Sanyo decoder moduleJames Hogan4-0/+134
2014-03-11[media] rc: img-ir: add Sharp decoder moduleJames Hogan4-0/+111
2014-03-11[media] rc: img-ir: add Sony decoder moduleJames Hogan4-0/+157
2014-03-11[media] rc: img-ir: add JVC decoder moduleJames Hogan4-0/+104
2014-03-11[media] rc: img-ir: add NEC decoder moduleJames Hogan4-0/+161
2014-03-11[media] rc: img-ir: add to buildJames Hogan4-0/+35
2014-03-11[media] rc: img-ir: add hardware decoder driverJames Hogan2-0/+1301
2014-03-11[media] rc: img-ir: add raw driverJames Hogan2-0/+211
2014-03-11[media] rc: img-ir: add base driverJames Hogan2-0/+342
2014-03-11[media] rc-main: automatically refresh filter on protocol changeJames Hogan1-2/+39
2014-03-11[media] rc: add wakeup_protocols sysfs fileJames Hogan1-34/+48