aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/imon.c
AgeCommit message (Expand)Author
2023-01-18media: imon: fix a race condition in send_packet()Gautam Menghani
2019-12-01media: imon: invalid dereference in imon_touch_eventSean Young
2019-10-05media: rc: imon: Allow iMON RC protocol for ffdc 7e deviceDarius Rad
2018-03-21media: imon: rename protocol from other to imonSean Young
2018-03-21media: Revert "[media] staging: lirc_imon: port remaining usb ids to imon and...Sean Young
2017-12-18media: imon: remove unused function tv2intSean Young
2017-12-18media: imon: auto-config ffdc 26 deviceSean Young
2017-12-14media: imon: auto-config ffdc 30 deviceSean Young
2017-12-14media: rc: Replace timeval with ktime_t in imon.cChunyan Zhang
2017-11-27media: imon: don't use kernel-doc "/**" markupsMauro Carvalho Chehab
2017-10-31media: rc: Convert timers to use timer_setup()Kees Cook
2017-10-27media: imon: Fix null-ptr-deref in imon_probeArvind Yadav
2017-10-04[media] imon: Improve a size determination in two functionsMarkus Elfring
2017-10-04[media] media: imon: make two const arrays static, reduces object code sizeColin Ian King
2017-10-04[media] media: imon: delete an error message for a failed memory allocationMarkus Elfring
2017-10-04[media] media: rc: constify usb_device_idArvind Yadav
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young
2017-08-20media: rc-core: rename input_name to device_nameSean Young
2017-08-20media: imon: constify attribute_group structuresArvind Yadav
2017-05-19[media] ir-core: fix gcc-7 warning on bool arithmeticArnd Bergmann
2017-04-10[media] imon: use setup_timerGeliang Tang
2017-01-30[media] staging: lirc_imon: port remaining usb ids to imon and removeSean Young
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-10-24[media] imon: use complete() instead of complete_all()Daniel Wagner
2016-10-21[media] rc: don't break long linesMauro Carvalho Chehab
2016-10-21[media] imon: use %*ph to do small hexa dumpsMauro Carvalho Chehab
2016-08-24[media] media: rc: imon: don't print error when allocating urb failsWolfram Sang
2014-11-03[media] imon: fix other RC type protocol supportUlrich Eckhardt
2014-09-23[media] imon: fix usbdev leaksAlexey Khoroshilov
2014-09-22[media] media/rc/imon.c: use USB API functions rather than constantsHimangi Saraogi
2014-09-03[media] imon: fix sparse warningsHans Verkuil
2014-08-21[media] imon: Fix not working front panelUlrich Eckhardt
2014-08-21[media] imon: Add internal key table for 15c2:0034Ulrich Eckhardt
2014-08-21[media] imon: Define keytables per USB Device IdUlrich Eckhardt
2014-07-25[media] rc-core: fix various sparse warningsDavid Härdeman
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan
2014-01-07[media] media: Remove OOM message after input_allocate_deviceJoe Perches
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan
2013-04-23[media] media/rc/imon.c: kill urb when send_packet() is interruptedKevin Baradon
2013-04-23[media] media/rc/imon.c: do not try to register 2nd intf if 1st intf failedKevin Baradon
2013-04-23[media] imon: Use large delays earlierKevin Baradon
2013-03-21[media] media/rc/imon.c: avoid flooding syslog with "unknown keypress" when k...Kevin Baradon
2013-03-21[media] media/rc/imon.c: make send_packet() delay larger for 15c2:0036Kevin Baradon
2013-02-01[media] imon: fix Knob event interpretation issues on ARMAlexandre Lissy
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman
2012-05-15[media] drivers/media: add missing __devexit_p() annotationsArnd Bergmann