Age | Commit message (Expand) | Author | Files | Lines |
2010-08-02 | V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h | Laurent Pinchart | 1 | -19/+0 |
2010-08-02 | V4L/DVB: drivers/media: Remove unnecessary casts of private_data | Joe Perches | 1 | -4/+4 |
2010-08-02 | V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako | Laurent Pinchart | 1 | -0/+9 |
2010-08-02 | V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers | Laurent Pinchart | 3 | -19/+38 |
2010-08-02 | V4L/DVB: uvcvideo: Define control information bits using macros | Laurent Pinchart | 1 | -6/+6 |
2010-08-02 | V4L/DVB: uvcvideo: Support menu controls in the control mapping API | Laurent Pinchart | 4 | -28/+110 |
2010-08-02 | V4L/DVB: uvcvideo: Make button controls work properly | Hans de Goede | 1 | -0/+8 |
2010-08-02 | V4L/DVB: uvcvideo: Add support for absolute pan/tilt controls | Martin Rubli | 1 | -0/+20 |
2010-08-02 | V4L/DVB: drivers/media/video/uvc: Use kmemdup | Julia Lawall | 1 | -3/+2 |
2010-07-08 | V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RES | Laurent Pinchart | 1 | -2/+2 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -2/+2 |
2010-05-21 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 1 | -2/+2 |
2010-05-19 | V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0 | Laurent Pinchart | 1 | -0/+2 |
2010-05-19 | V4L/DVB: uvcvideo: Flag relative controls as write-only | Laurent Pinchart | 1 | -12/+16 |
2010-05-19 | V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16 | Laurent Pinchart | 2 | -2/+9 |
2010-05-18 | V4L/DVB: uvcvideo: Use POLLOUT and POLLWRNORM for output devices | Laurent Pinchart | 1 | -2/+6 |
2010-05-18 | V4L/DVB: uvcvideo: Support iris absolute and relative controls | Laurent Pinchart | 1 | -0/+20 |
2010-05-18 | V4L/DVB: uvcvideo: Add support for Packard Bell EasyNote MX52 integrated webcam | Laurent Pinchart | 1 | -0/+9 |
2010-05-18 | V4L/DVB: uvcvideo: Add support for unbranded Arkmicro 18ec:3290 webcams | Laurent Pinchart | 1 | -0/+9 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -0/+5 |
2010-02-26 | V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRL | Laurent Pinchart | 1 | -1/+1 |
2010-02-26 | V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam | Laurent Pinchart | 1 | -0/+1 |
2010-02-26 | V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum values | Laurent Pinchart | 2 | -4/+45 |
2010-02-26 | V4L/DVB: uvcvideo: Cache control min, max, res and def query results | Laurent Pinchart | 2 | -49/+74 |
2010-02-26 | V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range m... | Laurent Pinchart | 1 | -1/+1 |
2010-02-26 | V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDs | Laurent Pinchart | 3 | -55/+36 |
2010-02-26 | V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 seconds | Laurent Pinchart | 1 | -1/+1 |
2010-02-26 | V4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight cameras | Daniel Ritz | 2 | -0/+8 |
2010-02-26 | V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the buil... | Laurent Pinchart | 1 | -5/+6 |
2010-02-26 | V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers times... | Laurent Pinchart | 4 | -10/+51 |
2010-01-17 | V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequ... | Laurent Pinchart | 3 | -14/+18 |
2010-01-17 | V4L/DVB (13829): uvcvideo: Fix alternate setting selection in isochronous mode | Laurent Pinchart | 1 | -9/+22 |
2010-01-17 | V4L/DVB (13826): uvcvideo: Fix controls blacklisting | Laurent Pinchart | 1 | -1/+1 |
2009-12-16 | V4L/DVB (13610): uvc: Correct size given to memset | Julia Lawall | 1 | -1/+1 |
2009-12-16 | V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments | Laurent Pinchart | 1 | -1/+0 |
2009-12-05 | V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structure | Laurent Pinchart | 3 | -77/+57 |
2009-12-05 | V4L/DVB (13505): uvcvideo: Refactor chain scan | Laurent Pinchart | 1 | -32/+43 |
2009-12-05 | V4L/DVB (13504): uvcvideo: Fix extension units parsing | Laurent Pinchart | 1 | -2/+2 |
2009-12-05 | V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked lists | Laurent Pinchart | 4 | -56/+36 |
2009-12-05 | V4L/DVB (13502): uvcvideo: Add support for Genius eFace 2025 webcams | Laurent Pinchart | 1 | -0/+9 |
2009-12-05 | V4L/DVB (13310): uvcvideo: Return -EINVAL instead of -ENODEV in read() | Laurent Pinchart | 1 | -1/+1 |
2009-12-05 | V4L/DVB (13308): uvcvideo: Add support for MSI StarCam 370i webcams | Laurent Pinchart | 1 | -0/+9 |
2009-12-05 | V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming contro... | Laurent Pinchart | 3 | -3/+7 |
2009-12-05 | V4L/DVB (13154): uvcvideo: Handle garbage at the end of streaming interface d... | Laurent Pinchart | 1 | -3/+11 |
2009-12-05 | V4L/DVB (13153): uvcvideo: Fix uvc_alloc_urb_buffers() | Ming Lei | 1 | -2/+2 |
2009-12-05 | V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the device | Laurent Pinchart | 3 | -104/+88 |
2009-12-05 | V4L/DVB (13151): uvcvideo: Dismiss privileges when freeing video buffers | Laurent Pinchart | 1 | -1/+5 |
2009-12-05 | V4L/DVB (13150): uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMT | Laurent Pinchart | 1 | -4/+0 |
2009-12-05 | V4L/DVB (13149): uvcvideo: Add a new UVC_TRACE_VIDEO trace level | Laurent Pinchart | 2 | -4/+15 |
2009-12-05 | V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIO... | Laurent Pinchart | 1 | -0/+7 |