summaryrefslogtreecommitdiff
path: root/drivers/media/rc/rc-main.c
AgeCommit message (Expand)Author
2017-12-18media: rc: bang in ir_do_keyupSean Young
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young
2017-12-14media: lirc: scancode rc devices should have a lirc device tooSean Young
2017-12-14media: lirc: ensure lirc device receives nec repeatsSean Young
2017-12-14media: lirc: implement reading scancodeSean Young
2017-12-14media: lirc: remove last remnants of lirc kapiSean Young
2017-12-14media: lirc: do not call close() or open() on unregistered devicesSean Young
2017-12-14media: lirc: move lirc_dev->attached to rc_dev->registeredSean Young
2017-12-14media: rc: document and fix rc_validate_scancode()Sean Young
2017-12-14media: lirc: validate scancode for transmitSean Young
2017-12-14media: lirc: lirc interface should not be a raw decoderSean Young
2017-12-14media: rc: auto load encoder if necessarySean Young
2017-12-11media: rc: add SPDX identifiers to the code I wroteMauro Carvalho Chehab
2017-11-30media: rc: partial revert of "media: rc: per-protocol repeat period"Sean Young
2017-11-27media: rc: fix lots of documentation warningsMauro Carvalho Chehab
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook
2017-10-04[media] media: rc: Delete duplicate debug messageMarc Gonzalez
2017-10-04[media] media: rc: Use bsearch library functionThomas Meyer
2017-10-04[media] media: rc: include device name in rc udev eventSean Young
2017-10-04[media] media: rc: if protocols can't be changed, don't be writableSean Young
2017-10-04[media] media: rc: ensure that protocols are enabled for scancode driversSean Young
2017-10-04[media] media: rc: make device_type constBhumika Goyal
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young
2017-08-20media: rc: per-protocol repeat periodSean Young
2017-08-20media: rc: ensure we do not read out of boundsSean Young
2017-08-20media: rc-core: rename input_name to device_nameSean Young
2017-08-20media: rc: constify attribute_group structuresArvind Yadav
2017-08-20media: rc-core: consistent use of rc_repeat()David Härdeman
2017-06-13[media] rc-core: cleanup rc_register_device pt2David Härdeman
2017-06-13[media] rc-core: cleanup rc_register_deviceDavid Härdeman
2017-05-18[media] rc-core: fix input repeat handlingDavid Härdeman
2017-04-04Merge tag 'v4.11-rc5' into patchworkMauro Carvalho Chehab
2017-03-24[media] mce_kbd: add encoderSean Young
2017-03-03[media] rc: protocol is not set on register for raw IR devicesSean Young
2017-03-03[media] rc: raw decoder for keymap protocol is not loaded on registerSean Young
2017-01-31[media] rc: remove excessive spaces from error messageSean Young
2017-01-30[media] rc-core: add support for IR raw transmittersAndi Shyti
2017-01-30[media] rc-main: split setup and unregister functionsAndi Shyti
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti
2017-01-30[media] rc: rc-core: Add support for encode_wakeup driversJames Hogan
2017-01-30[media] rc: Add scancode validationSean Young
2017-01-30[media] rc: change wakeup_protocols to list all protocol variantsSean Young
2017-01-30[media] rc5x: document that this is the 20 bit variantSean Young
2016-11-18[media] rc-main: clear rc_map.name in ir_free_table()Max Kellermann
2016-11-18[media] rc-main: use pr_foo() macrosMauro Carvalho Chehab
2016-10-24[media] rc: core: add managed versions of rc_allocate_device and rc_register_...Heiner Kallweit
2016-10-21[media] rc: don't break long linesMauro Carvalho Chehab
2016-09-22[media] rc: split nec protocol into its three variantsSean Young
2016-09-22[media] Partly revert "[media] rc-core: allow calling rc_open with device not...Ole Ernst
2016-07-08Merge branch 'topic/cec' into patchworkMauro Carvalho Chehab