| Commit message (Expand) | Author | Age | Files | Lines |
* | media: rc: imon: don't print error when allocating urb fails | Wolfram Sang | 2016-08-30 | 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-25 | 1 | -4/+4 |
* | [media] rc-core: remove protocol arrays | David Härdeman | 2014-07-25 | 1 | -4/+3 |
* | [media] rc-core: document the protocol type | David Härdeman | 2014-07-23 | 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 |
* | [media] media/rc/imon.c: make send_packet() delay larger for 15c2:0036 | Kevin Baradon | 2013-03-21 | 1 | -4/+13 |
* | [media] imon: fix Knob event interpretation issues on ARM | Alexandre Lissy | 2013-02-01 | 1 | -2/+2 |
* | Drivers: media: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -4/+4 |
* | [media] rc-core: add separate defines for protocol bitmaps and numbers | David Härdeman | 2012-10-27 | 1 | -22/+18 |
* | [media] drivers/media: add missing __devexit_p() annotations | Arnd Bergmann | 2012-05-15 | 1 | -1/+1 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-02-24 | 1 | -4/+22 |
|\ |
|
| * | [media] imon: don't wedge hardware after early callbacks | Jarod Wilson | 2012-01-26 | 1 | -4/+22 |
* | | USB: convert drivers/media/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 1 | -20/+1 |
|/ |
|
* | [media] imon: don't parse scancodes until intf configured | Jarod Wilson | 2011-09-21 | 1 | -4/+6 |
* | [media] imon: rate-limit send_packet spew | Jarod Wilson | 2011-08-06 | 1 | -12/+14 |
* | [media] imon: allow either proto on unknown 0xffdc | Jarod Wilson | 2011-07-01 | 1 | -0/+3 |
* | [media] imon: auto-config ffdc 7e device | Jarod Wilson | 2011-07-01 | 1 | -0/+1 |
* | [media] imon: fix initial panel key repeat suppression | Jarod Wilson | 2011-06-11 | 1 | -2/+4 |
* | [media] imon: support for 0x46 0xffdc imon vfd | Jarod Wilson | 2011-06-11 | 1 | -0/+9 |
* | [media] imon: Correct call to input_free_device | Julia Lawall | 2011-05-20 | 1 | -1/+1 |
* | [media] imon: clean up disconnect routine | Jarod Wilson | 2011-05-20 | 1 | -27/+7 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-05-04 | 1 | -4/+27 |
|\ |
|
| * | [media] imon: add conditional locking in change_protocol | Jarod Wilson | 2011-04-29 | 1 | -4/+27 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | [media] imon: add more panel scancode mappings | Jarod Wilson | 2011-03-22 | 1 | -1/+10 |
* | [media] rc/imon: default to key mode instead of mouse mode | Jarod Wilson | 2011-01-19 | 1 | -14/+4 |
* | [media] rc/imon: need to submit urb before ffdc type check | Jarod Wilson | 2011-01-19 | 1 | -14/+14 |
* | [media] rc/imon: fix ffdc device detection oops | Jarod Wilson | 2011-01-19 | 1 | -6/+8 |
* | [media] media: Remove unnecessary casts of usb_get_intfdata | Joe Perches | 2010-12-29 | 1 | -1/+1 |
* | [media] rc: Rename remote controller type to rc_type instead of ir_type | Mauro Carvalho Chehab | 2010-12-29 | 1 | -19/+19 |
* | [media] Rename all public generic RC functions from ir_ to rc_ | Mauro Carvalho Chehab | 2010-12-29 | 1 | -5/+5 |
* | [media] rc: rename the remaining things to rc_core | Mauro Carvalho Chehab | 2010-12-29 | 1 | -1/+1 |
* | [media] ir-core: make struct rc_dev the primary interface | David Härdeman | 2010-12-29 | 1 | -33/+25 |
* | [media] rename drivers/media/IR to drives/media/rc | Mauro Carvalho Chehab | 2010-12-29 | 1 | -0/+2465 |