1. da4a733 [media] media: Remove OOM message after input_allocate_device by Joe Perches · 11 years ago
  2. 39c1cb2 [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  3. 5f3f254 [media] media/rc/imon.c: kill urb when send_packet() is interrupted by Kevin Baradon · 11 years ago
  4. 7d54ba0 [media] media/rc/imon.c: do not try to register 2nd intf if 1st intf failed by Kevin Baradon · 11 years ago
  5. f7d141b [media] imon: Use large delays earlier by Kevin Baradon · 11 years ago
  6. e9e7a16 [media] media/rc/imon.c: avoid flooding syslog with "unknown keypress" when keypad is pressed by Kevin Baradon · 11 years ago
  7. 26ccbec [media] media/rc/imon.c: make send_packet() delay larger for 15c2:0036 by Kevin Baradon · 11 years ago
  8. 24dec5d [media] imon: fix Knob event interpretation issues on ARM by Alexandre Lissy · 12 years ago
  9. 4c62e97 Drivers: media: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  10. c003ab1 [media] rc-core: add separate defines for protocol bitmaps and numbers by David Härdeman · 12 years ago
  11. cd624c7 [media] drivers/media: add missing __devexit_p() annotations by Arnd Bergmann · 12 years ago
  12. e98092b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  13. 8791d63 [media] imon: don't wedge hardware after early callbacks by Jarod Wilson · 13 years ago
  14. ecb3b2b USB: convert drivers/media/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  15. 6f6b90c [media] imon: don't parse scancodes until intf configured by Jarod Wilson · 13 years ago
  16. 47a09b0 [media] imon: rate-limit send_packet spew by Jarod Wilson · 13 years ago
  17. 372b424 [media] imon: allow either proto on unknown 0xffdc by Jarod Wilson · 13 years ago
  18. 842071c [media] imon: auto-config ffdc 7e device by Jarod Wilson · 13 years ago
  19. 94215cc [media] imon: fix initial panel key repeat suppression by Jarod Wilson · 13 years ago
  20. 443b391 [media] imon: support for 0x46 0xffdc imon vfd by Jarod Wilson · 13 years ago
  21. aeb35eb [media] imon: Correct call to input_free_device by Julia Lawall · 13 years ago
  22. 76a2d21 [media] imon: clean up disconnect routine by Jarod Wilson · 13 years ago
  23. 1c08232 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  24. 23ef710 [media] imon: add conditional locking in change_protocol by Jarod Wilson · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. 53a5fd4 [media] imon: add more panel scancode mappings by Jarod Wilson · 13 years ago
  27. 76f1ef4 [media] rc/imon: default to key mode instead of mouse mode by Jarod Wilson · 14 years ago
  28. 9ad77eb [media] rc/imon: need to submit urb before ffdc type check by Jarod Wilson · 14 years ago
  29. 7d2edfc [media] rc/imon: fix ffdc device detection oops by Jarod Wilson · 14 years ago
  30. 8350e15 [media] media: Remove unnecessary casts of usb_get_intfdata by Joe Perches · 14 years ago
  31. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  32. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  33. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  34. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  35. 32cf86f [media] rename drivers/media/IR to drives/media/rc by Mauro Carvalho Chehab · 14 years ago[Renamed from drivers/media/IR/imon.c]
  36. 62c6503 [media] ir-core: remove remaining users of the ir-functions keyhandlers by David Härdeman · 14 years ago
  37. 0851668 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  38. 52fae5e [media] imon: fix nomouse modprobe option by Jarod Wilson · 14 years ago
  39. 6aa209e [media] imon: remove redundant change_protocol call by Jarod Wilson · 14 years ago
  40. 428cc76 [media] imon: fix my egregious brown paper bag w/rdev/idev split by Jarod Wilson · 14 years ago
  41. e230250 [media] drivers/media/IR/imon.c: Use pr_err instead of err by Joe Perches · 14 years ago
  42. 04292fc V4L/DVB: IR/imon: set up mce-only devices w/mce keytable by Jarod Wilson · 14 years ago
  43. 693508d V4L/DVB: IR/imon: protect ictx's kc and last_keycode w/spinlock by Jarod Wilson · 14 years ago
  44. eaf2bcc V4L/DVB: imon: split mouse events to a separate input dev by David Härdeman · 14 years ago
  45. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  46. da48db6 V4L/DVB: IR/imon: remove bad ir_input_dev use by Jarod Wilson · 14 years ago
  47. 20cd195 V4L/DVB: IR/imon: remove incorrect calls to input_free_device by Jarod Wilson · 14 years ago
  48. abf8438 V4L/DVB: drivers/media: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  49. 49da8be V4L/DVB: IR/imon: auto-configure another 0xffdc device variant by Jarod Wilson · 14 years ago
  50. 8a3fa81 V4L/DVB: IR/imon: use the proper ir-core device unregister function by Jarod Wilson · 14 years ago
  51. bbe4690 V4L/DVB: IR/imon: add auto-config for 0xffdc rf device by Jarod Wilson · 14 years ago
  52. f789bf4 V4L/DVB: IR/imon: clean up usage of bools by Jarod Wilson · 14 years ago
  53. 083e472 V4L/DVB: IR/imon: remove dead IMON_KEY_RELEASE_OFFSET by Jarod Wilson · 14 years ago
  54. 9723dbb V4L/DVB: media/IR/imon: potential double unlock on error by Dan Carpenter · 14 years ago
  55. 5f6e3c8e V4L/DVB: media/IR/imon: testing the wrong variable by Dan Carpenter · 14 years ago
  56. f03900d V4L/DVB: media/IR/imon: precendence issue: ! vs == by Dan Carpenter · 14 years ago
  57. db190fc V4L/DVB: IR/imon: add proper auto-repeat support by Jarod Wilson · 14 years ago
  58. 666a9ed V4L/DVB: IR/imon: minor change_protocol fixups by Jarod Wilson · 14 years ago
  59. 6718e8a V4L/DVB: IR/imon: convert to ir-core protocol change handling by Jarod Wilson · 14 years ago
  60. 1f71bae V4L/DVB: irmon: Cleanup some warning noise by Mauro Carvalho Chehab · 14 years ago
  61. 21677cf V4L/DVB: ir-core: add imon driver by Jarod Wilson · 14 years ago