summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/imon.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25media: imon: fix a race condition in send_packet()Gautam Menghani1-3/+3
2022-09-24media: imon: Remove the unneeded result variableye xingchen1-3/+1
2022-05-13media: imon: reorganize serializationTetsuo Handa1-52/+47
2022-05-13media: imon: drop references only after device is no longer usedOliver Neukum1-2/+2
2022-05-13media: imon: fix timer racing disconnectOliver Neukum1-1/+1
2022-05-13media: imon: avoid needless atomic allocations in resumeOliver Neukum1-2/+2
2021-09-30media: rc: clean the freed urb pointer to avoid double freeNil Yi1-0/+2
2021-06-08media: imon: use DEVICE_ATTR_RW() helper macroZhen Lei1-9/+6
2020-07-19media: imon: Replace http links with https onesAlexander A. Klimov1-1/+1
2019-10-24media: imon: invalid dereference in imon_touch_eventSean Young1-2/+1
2019-10-07media: rc: Add support for another iMON 0xffdc deviceFlavius Georgescu1-10/+51
2019-08-14media: rc: imon: Allow iMON RC protocol for ffdc 7e deviceDarius Rad1-1/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 158Thomas Gleixner1-10/+1
2018-11-22media: rc: imon: replace strcpy() by strscpy()Mauro Carvalho Chehab1-2/+2
2018-03-21media: imon: rename protocol from other to imonSean Young1-14/+23
2018-03-21media: Revert "[media] staging: lirc_imon: port remaining usb ids to imon and...Sean Young1-128/+7
2017-12-18media: imon: remove unused function tv2intSean Young1-23/+0
2017-12-18media: imon: auto-config ffdc 26 deviceSean Young1-0/+5
2017-12-14media: imon: auto-config ffdc 30 deviceSean Young1-0/+1
2017-12-14media: rc: Replace timeval with ktime_t in imon.cChunyan Zhang1-13/+13
2017-11-27media: imon: don't use kernel-doc "/**" markupsMauro Carvalho Chehab1-20/+20
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-27media: imon: Fix null-ptr-deref in imon_probeArvind Yadav1-0/+5
2017-10-04[media] imon: Improve a size determination in two functionsMarkus Elfring1-3/+2
2017-10-04[media] media: imon: make two const arrays static, reduces object code sizeColin Ian King1-3/+3
2017-10-04[media] media: imon: delete an error message for a failed memory allocationMarkus Elfring1-3/+2
2017-10-04[media] media: rc: constify usb_device_idArvind Yadav1-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-24/+25
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-08-20media: imon: constify attribute_group structuresArvind Yadav1-2/+2
2017-05-19[media] ir-core: fix gcc-7 warning on bool arithmeticArnd Bergmann1-1/+1
2017-04-10[media] imon: use setup_timerGeliang Tang1-3/+2
2017-01-30[media] staging: lirc_imon: port remaining usb ids to imon and removeSean Young1-6/+127
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-2/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-10-24[media] imon: use complete() instead of complete_all()Daniel Wagner1-2/+4
2016-10-21[media] rc: don't break long linesMauro Carvalho Chehab1-29/+19
2016-10-21[media] imon: use %*ph to do small hexa dumpsMauro Carvalho Chehab1-5/+2
2016-08-24[media] media: rc: imon: don't print error when allocating urb failsWolfram Sang1-10/+3
2014-11-03[media] imon: fix other RC type protocol supportUlrich Eckhardt1-1/+2
2014-09-23[media] imon: fix usbdev leaksAlexey Khoroshilov1-0/+6
2014-09-22[media] media/rc/imon.c: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-09-03[media] imon: fix sparse warningsHans Verkuil1-4/+4
2014-08-21[media] imon: Fix not working front panelUlrich Eckhardt1-0/+1
2014-08-21[media] imon: Add internal key table for 15c2:0034Ulrich Eckhardt1-1/+22
2014-08-21[media] imon: Define keytables per USB Device IdUlrich Eckhardt1-93/+173
2014-07-25[media] rc-core: fix various sparse warningsDavid Härdeman1-4/+4
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-4/+3
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-1/+4
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-3/+4