1. 829ba9f [media] rc-core: fix some leftovers from the renaming patches by David Härdeman · 14 years ago
  2. b088ba6 [media] rc: Properly name the rc_map struct by Mauro Carvalho Chehab · 14 years ago
  3. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  4. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  5. 6bda964 [media] rc: rename the remaining things to rc_core by Mauro Carvalho Chehab · 14 years ago[Renamed (98%) from include/media/ir-core.h]
  6. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  7. 4c7b355 [media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-main by David Härdeman · 14 years ago
  8. 3ffea49 [media] ir-core: more cleanups of ir-functions.c by David Härdeman · 14 years ago
  9. 62c6503 [media] ir-core: remove remaining users of the ir-functions keyhandlers by David Härdeman · 14 years ago
  10. 4651918 [media] IR: extend ir_raw_event and do refactoring by Maxim Levitsky · 14 years ago
  11. ee08940 V4L/DVB: IR: export ir_keyup so imon driver can use it directly by Jarod Wilson · 14 years ago
  12. e589333 V4L/DVB: IR: extend interfaces to support more device settings by Maxim Levitsky · 14 years ago
  13. 4a702eb V4L/DVB: IR: add helper function for hardware with small o/b buffer by Maxim Levitsky · 14 years ago
  14. b378f43 V4L/DVB: IR: Allow not to compile keymaps in by Maxim Levitsky · 14 years ago
  15. 30eb1be V4L/DVB: IR TX: incoming IR buffer now an int pointer by Jarod Wilson · 14 years ago
  16. 9b7c54d V4L/DVB: IR: add tx callbacks to ir-core by Jarod Wilson · 14 years ago
  17. e40b112 V4L/DVB: ir-core: change duration to be coded as a u32 integer by David Härdeman · 14 years ago
  18. 1c0e0ee V4L/DVB: ir-core: make ir_g_keycode_from_table a public function by Jarod Wilson · 14 years ago
  19. 3f113e3 V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h by Mauro Carvalho Chehab · 14 years ago
  20. 724e249 V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durations by David Härdeman · 14 years ago
  21. 626cf69 V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders by Mauro Carvalho Chehab · 14 years ago
  22. 9dfe4e8 V4L/DVB: ir-core: Add support for badly-implemented hardware decoders by Mauro Carvalho Chehab · 14 years ago
  23. 4f9256b V4L/DVB: ir-core: move rc map code to rc-map.h by Mauro Carvalho Chehab · 14 years ago
  24. 587835a V4L-DVB: ir-core: remove the ancillary buffer by Mauro Carvalho Chehab · 14 years ago
  25. db1423a V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocol by Mauro Carvalho Chehab · 14 years ago
  26. a374fef V4L/DVB: ir-core: improve keyup/keydown logic by David Härdeman · 14 years ago
  27. b3074c0 V4L/DVB: drivers/media/IR - improve keytable code by David Härdeman · 14 years ago
  28. bd7261d V4L/DVB: ir-common: remove keymap tables from the module by Mauro Carvalho Chehab · 14 years ago
  29. 02858ee V4L/DVB: ir-core: Make use of the new IR keymap modules by Mauro Carvalho Chehab · 14 years ago
  30. b2245ba V4L/DVB: ir: prepare IR code for a parameter change at register function by Mauro Carvalho Chehab · 14 years ago
  31. 9ce50c1 V4L/DVB: ir-core: Add support for RC map code register by Mauro Carvalho Chehab · 14 years ago
  32. 77b7422 V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file by Mauro Carvalho Chehab · 14 years ago
  33. 716aab4 V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core by Mauro Carvalho Chehab · 14 years ago
  34. 93c312f V4L/DVB: ir-core: prepare to add more operations for ir decoders by Mauro Carvalho Chehab · 14 years ago
  35. 995187b V4L/DVB: ir-core: dynamically load the compiled IR protocols by Mauro Carvalho Chehab · 14 years ago
  36. 9f15478 V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decode by Mauro Carvalho Chehab · 14 years ago
  37. ada3963 V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-core by Mauro Carvalho Chehab · 14 years ago
  38. 6660de5 V4L/DVB: ir-core: add two functions to report keyup/keydown events by Mauro Carvalho Chehab · 14 years ago
  39. a3572c3 V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core by Mauro Carvalho Chehab · 14 years ago
  40. 727e625 V4L/DVB: ir-core: export driver name used by IR via uevent by Mauro Carvalho Chehab · 14 years ago
  41. 2915e5e V4L/DVB: ir-core: Add a macro to properly create IR tables by Mauro Carvalho Chehab · 14 years ago
  42. 945cdfa V4L/DVB: ir: use a real device instead of a virtual class by Mauro Carvalho Chehab · 14 years ago
  43. 8719cfd V4L/DVB (13833): ir-core: some functions can be static by Mauro Carvalho Chehab · 15 years ago
  44. 971e829 V4L/DVB (13680): ir: use unsigned long instead of enum by Mauro Carvalho Chehab · 15 years ago
  45. 53f8702 V4L/DVB (13635): ir-core: Implement protocol table type reading by Mauro Carvalho Chehab · 15 years ago
  46. e93854d V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core by Mauro Carvalho Chehab · 15 years ago
  47. 4714eda V4L/DVB (13633): ir-core: create a new class for remote controllers by Mauro Carvalho Chehab · 15 years ago
  48. 38ef6aa V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister by Mauro Carvalho Chehab · 15 years ago
  49. 75543cc V4L/DVB (13615): ir-core: create ir_input_register by Mauro Carvalho Chehab · 15 years ago
  50. 446e4a6 V4L/DVB (13613): IR: create ir-core module by Mauro Carvalho Chehab · 15 years ago