1. cd624c7 [media] drivers/media: add missing __devexit_p() annotations by Arnd Bergmann · 12 years ago
  2. 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
  3. 8791d63 [media] imon: don't wedge hardware after early callbacks by Jarod Wilson · 13 years ago
  4. ecb3b2b USB: convert drivers/media/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  5. 6f6b90c [media] imon: don't parse scancodes until intf configured by Jarod Wilson · 13 years ago
  6. 47a09b0 [media] imon: rate-limit send_packet spew by Jarod Wilson · 13 years ago
  7. 372b424 [media] imon: allow either proto on unknown 0xffdc by Jarod Wilson · 13 years ago
  8. 842071c [media] imon: auto-config ffdc 7e device by Jarod Wilson · 13 years ago
  9. 94215cc [media] imon: fix initial panel key repeat suppression by Jarod Wilson · 13 years ago
  10. 443b391 [media] imon: support for 0x46 0xffdc imon vfd by Jarod Wilson · 13 years ago
  11. aeb35eb [media] imon: Correct call to input_free_device by Julia Lawall · 13 years ago
  12. 76a2d21 [media] imon: clean up disconnect routine by Jarod Wilson · 13 years ago
  13. 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
  14. 23ef710 [media] imon: add conditional locking in change_protocol by Jarod Wilson · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. 53a5fd4 [media] imon: add more panel scancode mappings by Jarod Wilson · 14 years ago
  17. 76f1ef4 [media] rc/imon: default to key mode instead of mouse mode by Jarod Wilson · 14 years ago
  18. 9ad77eb [media] rc/imon: need to submit urb before ffdc type check by Jarod Wilson · 14 years ago
  19. 7d2edfc [media] rc/imon: fix ffdc device detection oops by Jarod Wilson · 14 years ago
  20. 8350e15 [media] media: Remove unnecessary casts of usb_get_intfdata by Joe Perches · 14 years ago
  21. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  22. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  23. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago
  24. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  25. 32cf86f [media] rename drivers/media/IR to drives/media/rc by Mauro Carvalho Chehab · 14 years ago[Renamed from drivers/media/IR/imon.c]
  26. 62c6503 [media] ir-core: remove remaining users of the ir-functions keyhandlers by David Härdeman · 14 years ago
  27. 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
  28. 52fae5e [media] imon: fix nomouse modprobe option by Jarod Wilson · 14 years ago
  29. 6aa209e [media] imon: remove redundant change_protocol call by Jarod Wilson · 14 years ago
  30. 428cc76 [media] imon: fix my egregious brown paper bag w/rdev/idev split by Jarod Wilson · 14 years ago
  31. e230250 [media] drivers/media/IR/imon.c: Use pr_err instead of err by Joe Perches · 14 years ago
  32. 04292fc V4L/DVB: IR/imon: set up mce-only devices w/mce keytable by Jarod Wilson · 14 years ago
  33. 693508d V4L/DVB: IR/imon: protect ictx's kc and last_keycode w/spinlock by Jarod Wilson · 14 years ago
  34. eaf2bcc V4L/DVB: imon: split mouse events to a separate input dev by David Härdeman · 14 years ago
  35. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  36. da48db6 V4L/DVB: IR/imon: remove bad ir_input_dev use by Jarod Wilson · 14 years ago
  37. 20cd195 V4L/DVB: IR/imon: remove incorrect calls to input_free_device by Jarod Wilson · 14 years ago
  38. abf8438 V4L/DVB: drivers/media: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  39. 49da8be V4L/DVB: IR/imon: auto-configure another 0xffdc device variant by Jarod Wilson · 14 years ago
  40. 8a3fa81 V4L/DVB: IR/imon: use the proper ir-core device unregister function by Jarod Wilson · 14 years ago
  41. bbe4690 V4L/DVB: IR/imon: add auto-config for 0xffdc rf device by Jarod Wilson · 14 years ago
  42. f789bf4 V4L/DVB: IR/imon: clean up usage of bools by Jarod Wilson · 14 years ago
  43. 083e472 V4L/DVB: IR/imon: remove dead IMON_KEY_RELEASE_OFFSET by Jarod Wilson · 14 years ago
  44. 9723dbb V4L/DVB: media/IR/imon: potential double unlock on error by Dan Carpenter · 14 years ago
  45. 5f6e3c8e V4L/DVB: media/IR/imon: testing the wrong variable by Dan Carpenter · 14 years ago
  46. f03900d V4L/DVB: media/IR/imon: precendence issue: ! vs == by Dan Carpenter · 14 years ago
  47. db190fc V4L/DVB: IR/imon: add proper auto-repeat support by Jarod Wilson · 14 years ago
  48. 666a9ed V4L/DVB: IR/imon: minor change_protocol fixups by Jarod Wilson · 14 years ago
  49. 6718e8a V4L/DVB: IR/imon: convert to ir-core protocol change handling by Jarod Wilson · 14 years ago
  50. 1f71bae V4L/DVB: irmon: Cleanup some warning noise by Mauro Carvalho Chehab · 14 years ago
  51. 21677cf V4L/DVB: ir-core: add imon driver by Jarod Wilson · 14 years ago