1. 1a1934f [media] rc: abstract access to allowed/enabled protocols by James Hogan · 10 years ago
  2. 47677e5 [media] em28xx: Only deallocate struct em28xx after finishing all extensions by Mauro Carvalho Chehab · 10 years ago
  3. 5025076 [media] em28xx-input: implement em28xx_ops: suspend/resume hooks by Shuah Khan · 10 years ago
  4. 37e59f8 [media, edac] Change my email address by Mauro Carvalho Chehab · 11 years ago
  5. aa929ad [media] em28xx: print a message at disconnect by Mauro Carvalho Chehab · 11 years ago
  6. da4a733 [media] media: Remove OOM message after input_allocate_device by Joe Perches · 11 years ago
  7. 822b8de [media] em28xx: prevent registering wrong interfaces for audio-only by Mauro Carvalho Chehab · 11 years ago
  8. d8992b0 [media] em28xx: unify module version by Mauro Carvalho Chehab · 11 years ago
  9. 9634614 [media] em28xx: improve extension information messages by Mauro Carvalho Chehab · 11 years ago
  10. 0ff950a [media] em28xx: reduce the polling interval for GPI connected buttons by Frank Schaefer · 11 years ago
  11. 9f1d0bd [media] em28xx: add support for Empia EM28178 by Antti Palosaari · 11 years ago
  12. 6063d07 [media] em28xx: add support for illumination button and LED by Frank Schaefer · 11 years ago
  13. 7763481 [media] em28xx: add debouncing mechanism for GPI-connected buttons by Frank Schaefer · 11 years ago
  14. f5222609 [media] em28xx: extend the support for device buttons by Frank Schaefer · 11 years ago
  15. bc677fff [media] em28xx: move snapshot button bit definition for reg 0x0C from em28xx-input.c to em28xx.h by Frank Schaefer · 11 years ago
  16. c7a45e5 [media] em28xx: Prepare to support 2 different I2C buses by Mauro Carvalho Chehab · 11 years ago
  17. 9b4539b [media] em28xx: input: use common work_struct callback function for IR RC key polling by Frank Schaefer · 12 years ago
  18. 1d968cd [media] em28xx: i2c RC devices: minor code size and memory usage optimization by Frank Schaefer · 12 years ago
  19. 450c7dd [media] em28xx: fix a comment and a small coding style issue by Frank Schaefer · 12 years ago
  20. 146b7ee [media] em28xx: remove unused parameter ir_raw from i2c RC key polling functions by Frank Schaefer · 12 years ago
  21. 768da3db [media] em28xx: get rid of the dependency on module ir-kbd-i2c by Frank Schaefer · 12 years ago
  22. 62ec3f8 [media] em28xx: remove i2cdprintk() messages by Frank Schaefer · 12 years ago
  23. 59cf17d [media] em28xx-input: remove dead code line from em28xx_get_key_em_haup() by Frank Schaefer · 12 years ago
  24. 6ea887e [media] em28xx: IR RC: move assignment of get_key functions from *_change_protocol() functions to em28xx_ir_init() by Frank Schaefer · 12 years ago
  25. 3ac693c [media] em28xx: tell ir-kbd-i2c that WinTV uses an RC5 protocol by Mauro Carvalho Chehab · 12 years ago
  26. d40580e [media] em28xx: simplify IR names on I2C devices by Mauro Carvalho Chehab · 12 years ago
  27. 8303dc9 [media] em28xx: initialize button/I2C IR earlier by Mauro Carvalho Chehab · 12 years ago
  28. 2f5741a [media] em28xx: input: fix oops on device removal by Frank Schaefer · 12 years ago
  29. 0dae883 [media] em28xx: add support for RC6 mode 0 on devices that support it by Mauro Carvalho Chehab · 12 years ago
  30. 105e368 [media] em28xx: add support for NEC proto variants on em2874 and upper by Mauro Carvalho Chehab · 12 years ago
  31. c003ab1 [media] rc-core: add separate defines for protocol bitmaps and numbers by David Härdeman · 12 years ago
  32. 0c0d06c [media] rename most media/video usb drivers to media/usb by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/em28xx/em28xx-input.c]
  33. a99817c Merge branch 'v4l_for_linus' into staging/for_v3.6 by Mauro Carvalho Chehab · 12 years ago
  34. 87edb56 [media] em28xx: Make em28xx_ir_change_protocol a static function by Ezequiel García · 12 years ago
  35. b83f671 [media] em28xx: Show a warning if the board does not support remote controls by Martin Blumenstingl · 12 years ago
  36. f4d4e76 [media] em28xx: Make em28xx-input.c a separate module by Ezequiel García · 12 years ago
  37. 769af21 [media] em28xx: Change scope of em28xx-input local functions to static by Ezequiel García · 12 years ago
  38. 9d9f479 [media] em28xx: Move em28xx_register_i2c_ir() to em28xx-input.c by Ezequiel García · 12 years ago
  39. 2fd6f8d [media] em28xx: Move ir/rc related initialization to em28xx_ir_init() by Ezequiel García · 12 years ago
  40. 20ae974 [media] em28xx: Add IR support for em2884 by Mauro Carvalho Chehab · 13 years ago
  41. 6d51477 [media] em28xx: Fix IR unregister logic by Mauro Carvalho Chehab · 13 years ago
  42. a24ec44 [media] em28xx: EM28174 remote support by Antti Palosaari · 13 years ago
  43. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  44. 52b6614 [media] rc: Rename remote controller type to rc_type instead of ir_type by Mauro Carvalho Chehab · 14 years ago
  45. ca86674 [media] Rename all public generic RC functions from ir_ to rc_ by Mauro Carvalho Chehab · 14 years ago
  46. d8b4b58 [media] ir-core: make struct rc_dev the primary interface by David Härdeman · 14 years ago
  47. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  48. 603044d V4L/DVB: em28xx-input: Don't generate one debug message for every get_key read by Mauro Carvalho Chehab · 14 years ago
  49. a469585 V4L/DVB: ir-core: convert em28xx to not use ir-functions.c by David Härdeman · 14 years ago
  50. c373cab V4L/DVB: em28xx: fix a regression caused by the rc-map changes by Mauro Carvalho Chehab · 14 years ago
  51. 02858ee V4L/DVB: ir-core: Make use of the new IR keymap modules by Mauro Carvalho Chehab · 14 years ago
  52. b2245ba V4L/DVB: ir: prepare IR code for a parameter change at register function by Mauro Carvalho Chehab · 14 years ago
  53. 727e625 V4L/DVB: ir-core: export driver name used by IR via uevent by Mauro Carvalho Chehab · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. ca39d84 V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe" by Magnus Alm · 15 years ago
  56. 971e829 V4L/DVB (13680): ir: use unsigned long instead of enum by Mauro Carvalho Chehab · 15 years ago
  57. 3f83110 V4L/DVB (13641): Properly update the driver representation for the protocol by Mauro Carvalho Chehab · 15 years ago
  58. 950b0f5 V4L/DVB (13637): em28xx: allow changing keycode table protocol by Mauro Carvalho Chehab · 15 years ago
  59. e93854d V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core by Mauro Carvalho Chehab · 15 years ago
  60. 579e7d6 V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_register() by Mauro Carvalho Chehab · 15 years ago
  61. 38ef6aa V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister by Mauro Carvalho Chehab · 15 years ago
  62. b779974 V4L/DVB (13575): em28xx: Use the complete address/command RC5 code for WinTV USB2 by Mauro Carvalho Chehab · 15 years ago
  63. 1bad429 V4L/DVB (13545): em28xx: properly select IR protocol based on the IR table by Mauro Carvalho Chehab · 15 years ago
  64. 055cd55 V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation by Mauro Carvalho Chehab · 15 years ago
  65. 0278155 V4L/DVB (13536): em28xx: Use the full RC5 code on HVR-950 Remote Controller by Mauro Carvalho Chehab · 15 years ago
  66. 8573b74 V4L/DVB (13533): ir: use dynamic tables, instead of static ones by Mauro Carvalho Chehab · 15 years ago
  67. c668f32 V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model by Jean Delvare · 15 years ago
  68. 1df8e98 V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needs by Jean Delvare · 15 years ago
  69. f263bac V4L/DVB (10938): em28xx: Prevent general protection fault on rmmod by Jean Delvare · 15 years ago
  70. 26cdc76 V4L/DVB (10177): Fix sparse warnings on em28xx by Mauro Carvalho Chehab · 16 years ago
  71. 505b6d0 V4L/DVB (9752): Remove duplicated fields on em28xx_board and em28xx structs by Mauro Carvalho Chehab · 16 years ago
  72. 4b92253 V4L/DVB (9628): em28xx: refactor IR support by Devin Heitmueller · 16 years ago
  73. 0a6b8a8 V4L/DVB (9612): Fix key repetition with HVR-950 IR by Mauro Carvalho Chehab · 16 years ago
  74. 91812fa V4L/DVB (9611): em28xx: experimental support for HVR-950 IR by Mauro Carvalho Chehab · 16 years ago
  75. a924a49 V4L/DVB (9607): em28xx: Properly implement poll support for IR's by Mauro Carvalho Chehab · 16 years ago
  76. a9fc52b V4L/DVB (8123): Add support for em2860 based PointNix Intra-Oral Camera by Devin Heitmueller · 16 years ago
  77. 6ea54d9 V4L/DVB (7607): CodingStyle fixes by Douglas Schilling Landgraf · 16 years ago
  78. c8793b0 V4L/DVB (7021): Move all board specific configuration to em28xx-cards.c by Mauro Carvalho Chehab · 17 years ago
  79. 9c12224 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files by Mauro Carvalho Chehab · 17 years ago
  80. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  81. b93eedb V4L/DVB (4023): Subject: Pinnacle PCTV grey remote control support by Sylvain Pasche · 18 years ago
  82. 2e7c6dc V4L/DVB (3715): Change all emails to the currently used one. by Mauro Carvalho Chehab · 18 years ago
  83. 4c0f631 V4L/DVB (3393): Move all IR keymaps to ir-common module by Ricardo Cerqueira · 19 years ago
  84. 366cc64 V4L/DVB (3390): Added remote control support for pinnacle pctv by Markus Rechberger · 19 years ago
  85. 6555f43 [PATCH] v4l: (963) em28xx IR fixup by Mauro Carvalho Chehab · 19 years ago
  86. 3acf280 [PATCH] v4l: 886: renamed common structures to em28xx by Mauro Carvalho Chehab · 19 years ago
  87. f7abcd3 [PATCH] v4l: 877: module em2820 renamed to em28xx and moved to v4l dir by Mauro Carvalho Chehab · 19 years ago
  88. ac9cd97 [PATCH] v4l: 817: saa713x keymaps and key builders were moved from ir kbd i2c c by Ricardo Cerqueira · 19 years ago
  89. 4ac9791 [PATCH] v4l: 800: whitespace cleanups by Mauro Carvalho Chehab · 19 years ago
  90. 16f2e62 [PATCH] v4l: 793: remotes for the cinergy 200 usb and cinergy 250 usb are the same by Sascha Sommer · 19 years ago
  91. 4f9c05a [PATCH] v4l: 791: codingstyle fixes by Mauro Carvalho Chehab · 19 years ago
  92. e43f14a [PATCH] v4l: 790: added support for terratec cinergy 250 usb by Markus Rechberger · 19 years ago
  93. d5e5265 [PATCH] v4l: 784: several improvement on i2c ir handling for em2820 by Mauro Carvalho Chehab · 19 years ago