index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
rc
/
imon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: rc: clean the freed urb pointer to avoid double free
Nil Yi
2021-09-30
1
-0
/
+2
*
media: imon: use DEVICE_ATTR_RW() helper macro
Zhen Lei
2021-06-08
1
-9
/
+6
*
media: imon: Replace http links with https ones
Alexander A. Klimov
2020-07-19
1
-1
/
+1
*
media: imon: invalid dereference in imon_touch_event
Sean Young
2019-10-24
1
-2
/
+1
*
media: rc: Add support for another iMON 0xffdc device
Flavius Georgescu
2019-10-07
1
-10
/
+51
*
media: rc: imon: Allow iMON RC protocol for ffdc 7e device
Darius Rad
2019-08-14
1
-1
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 158
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
media: rc: imon: replace strcpy() by strscpy()
Mauro Carvalho Chehab
2018-11-22
1
-2
/
+2
*
media: imon: rename protocol from other to imon
Sean Young
2018-03-21
1
-14
/
+23
*
media: Revert "[media] staging: lirc_imon: port remaining usb ids to imon and...
Sean Young
2018-03-21
1
-128
/
+7
*
media: imon: remove unused function tv2int
Sean Young
2017-12-18
1
-23
/
+0
*
media: imon: auto-config ffdc 26 device
Sean Young
2017-12-18
1
-0
/
+5
*
media: imon: auto-config ffdc 30 device
Sean Young
2017-12-14
1
-0
/
+1
*
media: rc: Replace timeval with ktime_t in imon.c
Chunyan Zhang
2017-12-14
1
-13
/
+13
*
media: imon: don't use kernel-doc "/**" markups
Mauro Carvalho Chehab
2017-11-27
1
-20
/
+20
*
media: rc: Convert timers to use timer_setup()
Kees Cook
2017-10-31
1
-4
/
+3
*
media: imon: Fix null-ptr-deref in imon_probe
Arvind Yadav
2017-10-27
1
-0
/
+5
*
[media] imon: Improve a size determination in two functions
Markus Elfring
2017-10-04
1
-3
/
+2
*
[media] media: imon: make two const arrays static, reduces object code size
Colin Ian King
2017-10-04
1
-3
/
+3
*
[media] media: imon: delete an error message for a failed memory allocation
Markus Elfring
2017-10-04
1
-3
/
+2
*
[media] media: rc: constify usb_device_id
Arvind Yadav
2017-10-04
1
-1
/
+1
*
media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
Sean Young
2017-08-20
1
-24
/
+25
*
media: rc-core: rename input_name to device_name
Sean Young
2017-08-20
1
-1
/
+1
*
media: imon: constify attribute_group structures
Arvind Yadav
2017-08-20
1
-2
/
+2
*
[media] ir-core: fix gcc-7 warning on bool arithmetic
Arnd Bergmann
2017-05-19
1
-1
/
+1
*
[media] imon: use setup_timer
Geliang Tang
2017-04-10
1
-3
/
+2
*
[media] staging: lirc_imon: port remaining usb ids to imon and remove
Sean Young
2017-01-30
1
-6
/
+127
*
[media] rc-main: assign driver type during allocation
Andi Shyti
2017-01-30
1
-2
/
+1
*
[media] media: Drop FSF's postal address from the source code files
Sakari Ailus
2017-01-27
1
-4
/
+0
*
[media] imon: use complete() instead of complete_all()
Daniel Wagner
2016-10-24
1
-2
/
+4
*
[media] rc: don't break long lines
Mauro Carvalho Chehab
2016-10-21
1
-29
/
+19
*
[media] imon: use %*ph to do small hexa dumps
Mauro Carvalho Chehab
2016-10-21
1
-5
/
+2
*
[media] media: rc: imon: don't print error when allocating urb fails
Wolfram Sang
2016-08-24
1
-10
/
+3
*
[media] imon: fix other RC type protocol support
Ulrich Eckhardt
2014-11-03
1
-1
/
+2
*
[media] imon: fix usbdev leaks
Alexey Khoroshilov
2014-09-23
1
-0
/
+6
*
[media] media/rc/imon.c: use USB API functions rather than constants
Himangi Saraogi
2014-09-22
1
-1
/
+1
*
[media] imon: fix sparse warnings
Hans Verkuil
2014-09-03
1
-4
/
+4
*
[media] imon: Fix not working front panel
Ulrich Eckhardt
2014-08-21
1
-0
/
+1
*
[media] imon: Add internal key table for 15c2:0034
Ulrich Eckhardt
2014-08-21
1
-1
/
+22
*
[media] imon: Define keytables per USB Device Id
Ulrich Eckhardt
2014-08-21
1
-93
/
+173
*
[media] rc-core: fix various sparse warnings
David Härdeman
2014-07-26
1
-4
/
+4
*
[media] rc-core: remove protocol arrays
David Härdeman
2014-07-26
1
-4
/
+3
*
[media] rc-core: document the protocol type
David Härdeman
2014-07-24
1
-1
/
+4
*
[media] rc: abstract access to allowed/enabled protocols
James Hogan
2014-03-11
1
-3
/
+4
*
[media] media: Remove OOM message after input_allocate_device
Joe Perches
2014-01-07
1
-6
/
+2
*
[media] media_tree: Fix spelling errors
Jonathan McCrohan
2013-11-29
1
-1
/
+1
*
[media] media/rc/imon.c: kill urb when send_packet() is interrupted
Kevin Baradon
2013-04-23
1
-1
/
+3
*
[media] media/rc/imon.c: do not try to register 2nd intf if 1st intf failed
Kevin Baradon
2013-04-23
1
-1
/
+8
*
[media] imon: Use large delays earlier
Kevin Baradon
2013-04-23
1
-6
/
+7
*
[media] media/rc/imon.c: avoid flooding syslog with "unknown keypress" when k...
Kevin Baradon
2013-03-21
1
-11
/
+0
[next]