aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/rc-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-30[media] rc-core: fix protocol_change regression in ir_raw_event_registerTomas Melin1-0/+2
2014-07-30[media] rc-main: allow raw protocol drivers to restrict the allowed protosMauro Carvalho Chehab1-3/+2
2014-07-26[media] rc: Add support for decoding XMP protocolMarcel J.E. Mol1-0/+1
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ärdeman1-15/+15
2014-07-23[media] rc-core: simplify sysfs codeDavid Härdeman1-121/+144
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-12/+18
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ärdeman1-7/+17
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-main: automatically refresh filter on protocol changeJames Hogan1-2/+39
2014-03-11[media] rc: add wakeup_protocols sysfs fileJames Hogan1-34/+48
2014-03-11[media] rc: add allowed/enabled wakeup protocol masksJames Hogan1-5/+5
2014-03-11[media] rc-main: add generic scancode filteringJames Hogan1-7/+13
2014-03-11[media] rc-main: store_filter: pass errors to userlandJames Hogan1-1/+1
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-2/+2
2014-02-06[media] media: rc: add sysfs scancode filtering interfaceJames Hogan1-0/+136
2014-02-04[media] media: rc: add Sharp infrared protocolJames Hogan1-0/+1
2014-02-04[media] media: rc: only turn on LED if keypress generatedJames Hogan1-1/+2
2014-02-04[media] rc-core: ir_core_dev_number can be staticFengguang Wu1-1/+1
2014-01-15[media] rc-core: reuse device numbersMauro Carvalho Chehab1-3/+17
2013-08-23[media] media: rc: rdev->open or rdev->close can be NULLJuergen Lock1-2/+2
2013-08-22[media] rc: add feedback led trigger for rc keypressesSean Young1-0/+6
2013-07-31[media] media: rc: Add rc_open/close and use count to rc_devSrinivas Kandagatla1-4/+42
2013-03-23[media] rc-core: don't treat dev->rc_map.rc_type as a bitmapDavid Härdeman1-22/+10
2013-03-19[media] rc-core: rename ir_input_class to rc_classDavid Härdeman1-6/+6
2013-03-19[media] rc-core: initialize rc-core earlier if built-inDavid Härdeman1-1/+1
2012-12-27[media] rc: unlock on error in store_protocols()Dan Carpenter1-1/+2
2012-12-26[media] rc: unlock on error in show_protocols()Dan Carpenter1-1/+3
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman1-32/+41
2012-07-30[media] Avoid sysfs oops when an rc_dev's raw device is absentDouglas Bagnall1-2/+3
2012-03-19[media] rc: Pospone ir raw decoders loading until really neededEzequiel García1-2/+7
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-23Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab1-0/+1
2011-11-23[media] rc: Add support for decoding Sanyo protocolMauro Carvalho Chehab1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-07-31[media] rc-main: Fix device de-registration logicMauro Carvalho Chehab1-10/+19
2011-07-27[media] rc-core support for Microsoft IR keyboard/mouseJarod Wilson1-0/+1
2011-07-27[media] rc: double unlock in rc_register_device()Dan Carpenter1-1/+2
2011-07-01[media] rc: call input_sync after scancode reportsJarod Wilson1-23/+25
2011-05-20[media] Use a more consistent value for RC repeat periodMauro Carvalho Chehab1-0/+7
2011-05-20[media] rc: add locking to fix register/show raceJarod Wilson1-6/+41
2011-05-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+3
2011-04-29[media] rc_core: avoid kernel oops when rmmod saa7134Hussam Al-Tayeb1-1/+2
2011-04-29[media] rc: show RC_TYPE_OTHER in sysfsJarod Wilson1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2