1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 4093a5c [media] uvcvideo: Fix descriptor parsing for video output devices by Laurent Pinchart · 14 years ago
  3. 38a6682 [media] uvcvideo: Fix uvc_fixup_video_ctrl() format search by Stephan Lachowsky · 14 years ago
  4. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  5. 673eb9f [media] uvcvideo: Convert to unlocked_ioctl by Laurent Pinchart · 14 years ago
  6. 6947756 [media] uvcvideo: Lock stream mutex when accessing format-related information by Laurent Pinchart · 14 years ago
  7. 4aa2759 [media] uvcvideo: Move mmap() handler to uvc_queue.c by Laurent Pinchart · 14 years ago
  8. 8e815e17 [media] uvcvideo: Move mutex lock/unlock inside uvc_free_buffers by Laurent Pinchart · 14 years ago
  9. 23d9f3e [media] uvcvideo: Lock controls mutex when querying menus by Laurent Pinchart · 14 years ago
  10. 27a61c1 [media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() locking by Laurent Pinchart · 14 years ago
  11. b5977a5 [media] uvcvideo: Fix bogus XU controls information by Laurent Pinchart · 14 years ago
  12. 52c58ad [media] uvcvideo: Delay initialization of XU controls by Laurent Pinchart · 14 years ago
  13. 071c8bb [media] uvcvideo: Embed uvc_control_info inside struct uvc_control by Laurent Pinchart · 14 years ago
  14. 8fb91b3 [media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAP by Martin Rubli · 14 years ago
  15. ba2fa99 [media] uvcvideo: Hardcode the index/selector relationship for XU controls by Laurent Pinchart · 14 years ago
  16. 650b95f [media] uvcvideo: Generate discontinuous sequence numbers when frames are lost by Laurent Pinchart · 14 years ago
  17. 9bb7262 [media] uvcvideo: Set bandwidth to at least 1024 with the FIX_BANDWIDTH quirk by Laurent Pinchart · 14 years ago
  18. 11fc5ba [media] uvcvideo: Update e-mail address and copyright notices by Laurent Pinchart · 14 years ago
  19. 707dcd9 [media] uvcvideo: Print query name in uvc_query_ctrl() by Laurent Pinchart · 14 years ago
  20. f9d81df [media] uvcvideo: Constify the uvc_entity_match_guid arguments by Laurent Pinchart · 14 years ago
  21. fa34168 [media] uvcvideo: Blacklist more controls for Hercules Dualpix Exchange by Laurent Pinchart · 14 years ago
  22. 3dae8b4 V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideo by Matthew Garrett · 14 years ago
  23. 86d8b6a V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcam by Laurent Pinchart · 14 years ago
  24. 9275b32 V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcam by Laurent Pinchart · 14 years ago
  25. 70092c2 V4L/DVB: uvcvideo: Add support for Miricle 307K thermal webcam by Laurent Pinchart · 14 years ago
  26. 9bde9f2 V4L/DVB: uvcvideo: Drop corrupted compressed frames by Laurent Pinchart · 14 years ago
  27. bbafc0c V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h by Laurent Pinchart · 14 years ago
  28. abf8438 V4L/DVB: drivers/media: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  29. 2bb00fe V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako by Laurent Pinchart · 14 years ago
  30. b30ece5 V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers by Laurent Pinchart · 14 years ago
  31. 1b4e21c V4L/DVB: uvcvideo: Define control information bits using macros by Laurent Pinchart · 14 years ago
  32. 561474c2 V4L/DVB: uvcvideo: Support menu controls in the control mapping API by Laurent Pinchart · 15 years ago
  33. 3653639 V4L/DVB: uvcvideo: Make button controls work properly by Hans de Goede · 14 years ago
  34. e56be91 V4L/DVB: uvcvideo: Add support for absolute pan/tilt controls by Martin Rubli · 14 years ago
  35. 0b21d55 V4L/DVB: drivers/media/video/uvc: Use kmemdup by Julia Lawall · 14 years ago
  36. 9c3b10b V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RES by Laurent Pinchart · 14 years ago
  37. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  38. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  39. cf7a50e V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0 by Laurent Pinchart · 14 years ago
  40. a90ef69 V4L/DVB: uvcvideo: Flag relative controls as write-only by Laurent Pinchart · 14 years ago
  41. 61421206 V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16 by Laurent Pinchart · 14 years ago
  42. ed3de60 V4L/DVB: uvcvideo: Use POLLOUT and POLLWRNORM for output devices by Laurent Pinchart · 14 years ago
  43. 35a00c4 V4L/DVB: uvcvideo: Support iris absolute and relative controls by Laurent Pinchart · 15 years ago
  44. f129b03 V4L/DVB: uvcvideo: Add support for Packard Bell EasyNote MX52 integrated webcam by Laurent Pinchart · 14 years ago
  45. 1e4d05b V4L/DVB: uvcvideo: Add support for unbranded Arkmicro 18ec:3290 webcams by Laurent Pinchart · 14 years ago
  46. 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
  47. 8d55662 V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRL by Laurent Pinchart · 15 years ago
  48. 9405e3c V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam by Laurent Pinchart · 15 years ago
  49. e54532e V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum values by Laurent Pinchart · 15 years ago
  50. 5952908 V4L/DVB: uvcvideo: Cache control min, max, res and def query results by Laurent Pinchart · 15 years ago
  51. 8a4e76c V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range menu index by Laurent Pinchart · 15 years ago
  52. 36bd883 V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDs by Laurent Pinchart · 15 years ago
  53. 56d15cd V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 seconds by Laurent Pinchart · 15 years ago
  54. 68f194e V4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight cameras by Daniel Ritz · 15 years ago
  55. 73de359 V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the built-in quirks by Laurent Pinchart · 15 years ago
  56. 310fe52 V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers timestamps by Laurent Pinchart · 15 years ago
  57. d7c0d43 V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequeuing by Laurent Pinchart · 15 years ago
  58. 2c4d9de V4L/DVB (13829): uvcvideo: Fix alternate setting selection in isochronous mode by Laurent Pinchart · 15 years ago
  59. 385097e V4L/DVB (13826): uvcvideo: Fix controls blacklisting by Laurent Pinchart · 15 years ago
  60. ddb0b34 V4L/DVB (13610): uvc: Correct size given to memset by Julia Lawall · 15 years ago
  61. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  62. 8ca5a63 V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structure by Laurent Pinchart · 15 years ago
  63. 4057ac6 V4L/DVB (13505): uvcvideo: Refactor chain scan by Laurent Pinchart · 15 years ago
  64. fd3e921 V4L/DVB (13504): uvcvideo: Fix extension units parsing by Laurent Pinchart · 15 years ago
  65. 6241d8c V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked lists by Laurent Pinchart · 15 years ago
  66. bce039c V4L/DVB (13502): uvcvideo: Add support for Genius eFace 2025 webcams by Laurent Pinchart · 15 years ago
  67. 350d640 V4L/DVB (13310): uvcvideo: Return -EINVAL instead of -ENODEV in read() by Laurent Pinchart · 15 years ago
  68. 3bc766a V4L/DVB (13308): uvcvideo: Add support for MSI StarCam 370i webcams by Laurent Pinchart · 15 years ago
  69. b232a01 V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming control timeout by Laurent Pinchart · 15 years ago
  70. c4ed8c6 V4L/DVB (13154): uvcvideo: Handle garbage at the end of streaming interface descriptors by Laurent Pinchart · 15 years ago
  71. fd1b6bb V4L/DVB (13153): uvcvideo: Fix uvc_alloc_urb_buffers() by Ming Lei · 15 years ago
  72. 716fdee V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the device by Laurent Pinchart · 15 years ago
  73. 1a969d9 V4L/DVB (13151): uvcvideo: Dismiss privileges when freeing video buffers by Laurent Pinchart · 15 years ago
  74. 4e73878 V4L/DVB (13150): uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMT by Laurent Pinchart · 15 years ago
  75. 663a419 V4L/DVB (13149): uvcvideo: Add a new UVC_TRACE_VIDEO trace level by Laurent Pinchart · 15 years ago
  76. f4eabaf V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIOC_QUERYCTRL by Laurent Pinchart · 15 years ago
  77. 2e89613 V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mismatch with abs() by Laurent Pinchart · 15 years ago
  78. a2e35af V4L/DVB (13309): uvcvideo: Ignore the FIX_BANDWIDTH for compressed video by Laurent Pinchart · 15 years ago
  79. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  80. d2be764 V4L/DVB (13012): uvc: introduce missing kfree by Julia Lawall · 15 years ago
  81. 8e11359 V4L/DVB (12379): uvcvideo: Multiple streaming interfaces support by Laurent Pinchart · 15 years ago
  82. 35f02a6 V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simultaneous streams. by Laurent Pinchart · 15 years ago
  83. bab6f66 V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 device by Laurent Pinchart · 15 years ago
  84. 5bdf137 V4L/DVB (12188): uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcams by Laurent Pinchart · 15 years ago
  85. de05f63 V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.h by Laurent Pinchart · 15 years ago
  86. 446a164 V4L/DVB (12186): uvcvideo: Remove unused Logitech-specific constants by Laurent Pinchart · 15 years ago
  87. b482d92 V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_ by Laurent Pinchart · 15 years ago
  88. 042e143 V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.h by Laurent Pinchart · 15 years ago
  89. bd0232c V4L/DVB (12380): uvcvideo: Avoid flooding the kernel log with "unknown event type" messages by Laurent Pinchart · 15 years ago
  90. d79cd83 V4L/DVB (12328): uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro devices by Laurent Pinchart · 15 years ago
  91. 1fcbcc4 V4L/DVB (12002): uvc: Fix for no return value check of uvc_ctrl_set() which calls mutex_lock_interruptible() by Robert Krakora · 15 years ago
  92. 3b27740 V4L/DVB (11948): uvcvideo: Ignore non-UVC trailing interface descriptors. by Laurent Pinchart · 15 years ago
  93. ca4a345 V4L/DVB (11947): uvcvideo: Add support for FSC V30S webcams by Laurent Pinchart · 15 years ago
  94. 2d2bf2a V4L/DVB (11946): uvcvideo: Add support for Aveo Technology webcams by Laurent Pinchart · 15 years ago
  95. 23ff604 V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are allocated. by Laurent Pinchart · 15 years ago
  96. d732c44 V4L/DVB (11944): uvcvideo: Add generic control blacklist. by Laurent Pinchart · 15 years ago
  97. 849a3ab V4L/DVB (11838): uvcvideo: Add Lenovo Thinkpad SL400 to device list comments by Filipe Rosset · 15 years ago
  98. 04a37e0 V4L/DVB (11837): uvcvideo: Start status polling on device open by Laurent Pinchart · 15 years ago
  99. b2d9cc4 V4L/DVB (11836): uvcvideo: Add missing whitespaces to multi-line format strings. by Laurent Pinchart · 15 years ago
  100. 078f894 V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes. by Laurent Pinchart · 15 years ago