summaryrefslogtreecommitdiff
path: root/drivers/media/rc/imon.c
AgeCommit message (Expand)Author
2017-11-21media: imon: Fix null-ptr-deref in imon_probeArvind Yadav
2017-07-27ir-core: fix gcc-7 warning on bool arithmeticArnd Bergmann
2016-08-30media: 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
2012-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-01-26[media] imon: don't wedge hardware after early callbacksJarod Wilson
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman
2011-09-21[media] imon: don't parse scancodes until intf configuredJarod Wilson
2011-08-06[media] imon: rate-limit send_packet spewJarod Wilson
2011-07-01[media] imon: allow either proto on unknown 0xffdcJarod Wilson
2011-07-01[media] imon: auto-config ffdc 7e deviceJarod Wilson
2011-06-11[media] imon: fix initial panel key repeat suppressionJarod Wilson
2011-06-11[media] imon: support for 0x46 0xffdc imon vfdJarod Wilson
2011-05-20[media] imon: Correct call to input_free_deviceJulia Lawall
2011-05-20[media] imon: clean up disconnect routineJarod Wilson
2011-05-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-04-29[media] imon: add conditional locking in change_protocolJarod Wilson
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22[media] imon: add more panel scancode mappingsJarod Wilson
2011-01-19[media] rc/imon: default to key mode instead of mouse modeJarod Wilson
2011-01-19[media] rc/imon: need to submit urb before ffdc type checkJarod Wilson
2011-01-19[media] rc/imon: fix ffdc device detection oopsJarod Wilson
2010-12-29[media] media: Remove unnecessary casts of usb_get_intfdataJoe Perches
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab
2010-12-29[media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman
2010-12-29[media] rename drivers/media/IR to drives/media/rcMauro Carvalho Chehab