aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21[media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() lockingLaurent Pinchart2-26/+39
2010-10-21[media] uvcvideo: Fix bogus XU controls informationLaurent Pinchart1-0/+41
2010-10-21[media] uvcvideo: Delay initialization of XU controlsLaurent Pinchart1-87/+107
2010-10-21[media] uvcvideo: Embed uvc_control_info inside struct uvc_controlLaurent Pinchart2-73/+68
2010-10-21[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAPMartin Rubli4-6/+19
2010-10-21[media] uvcvideo: Hardcode the index/selector relationship for XU controlsLaurent Pinchart4-270/+240
2010-10-21[media] uvcvideo: Generate discontinuous sequence numbers when frames are lostLaurent Pinchart3-7/+11
2010-10-21[media] uvcvideo: Set bandwidth to at least 1024 with the FIX_BANDWIDTH quirkLaurent Pinchart1-0/+9
2010-10-21[media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart7-14/+15
2010-10-21[media] uvcvideo: Print query name in uvc_query_ctrl()Laurent Pinchart1-3/+27
2010-10-21[media] uvcvideo: Constify the uvc_entity_match_guid argumentsLaurent Pinchart1-1/+2
2010-10-21[media] uvcvideo: Blacklist more controls for Hercules Dualpix ExchangeLaurent Pinchart1-8/+28
2010-10-21V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideoMatthew Garrett1-0/+1
2010-09-27V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcamLaurent Pinchart2-0/+16
2010-09-27V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcamLaurent Pinchart1-0/+9
2010-08-08V4L/DVB: uvcvideo: Add support for Miricle 307K thermal webcamLaurent Pinchart1-0/+9
2010-08-08V4L/DVB: uvcvideo: Drop corrupted compressed framesLaurent Pinchart3-14/+23
2010-08-02V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.hLaurent Pinchart1-19/+0
2010-08-02V4L/DVB: drivers/media: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-08-02V4L/DVB: uvcvideo: Add support for Manta MM-353 PlakoLaurent Pinchart1-0/+9
2010-08-02V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfersLaurent Pinchart3-19/+38
2010-08-02V4L/DVB: uvcvideo: Define control information bits using macrosLaurent Pinchart1-6/+6
2010-08-02V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart4-28/+110
2010-08-02V4L/DVB: uvcvideo: Make button controls work properlyHans de Goede1-0/+8
2010-08-02V4L/DVB: uvcvideo: Add support for absolute pan/tilt controlsMartin Rubli1-0/+20
2010-08-02V4L/DVB: drivers/media/video/uvc: Use kmemdupJulia Lawall1-3/+2
2010-07-08V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RESLaurent Pinchart1-2/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+2
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-2/+2
2010-05-19V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0Laurent Pinchart1-0/+2
2010-05-19V4L/DVB: uvcvideo: Flag relative controls as write-onlyLaurent Pinchart1-12/+16
2010-05-19V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16Laurent Pinchart2-2/+9
2010-05-18V4L/DVB: uvcvideo: Use POLLOUT and POLLWRNORM for output devicesLaurent Pinchart1-2/+6
2010-05-18V4L/DVB: uvcvideo: Support iris absolute and relative controlsLaurent Pinchart1-0/+20
2010-05-18V4L/DVB: uvcvideo: Add support for Packard Bell EasyNote MX52 integrated webcamLaurent Pinchart1-0/+9
2010-05-18V4L/DVB: uvcvideo: Add support for unbranded Arkmicro 18ec:3290 webcamsLaurent Pinchart1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-02-26V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRLLaurent Pinchart1-1/+1
2010-02-26V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcamLaurent Pinchart1-0/+1
2010-02-26V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum valuesLaurent Pinchart2-4/+45
2010-02-26V4L/DVB: uvcvideo: Cache control min, max, res and def query resultsLaurent Pinchart2-49/+74
2010-02-26V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range menu indexLaurent Pinchart1-1/+1
2010-02-26V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart3-55/+36
2010-02-26V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 secondsLaurent Pinchart1-1/+1
2010-02-26V4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight camerasDaniel Ritz2-0/+8
2010-02-26V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the built-in quirksLaurent Pinchart1-5/+6
2010-02-26V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers timestampsLaurent Pinchart4-10/+51
2010-01-17V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequeuingLaurent Pinchart3-14/+18
2010-01-17V4L/DVB (13829): uvcvideo: Fix alternate setting selection in isochronous modeLaurent Pinchart1-9/+22
2010-01-17V4L/DVB (13826): uvcvideo: Fix controls blacklistingLaurent Pinchart1-1/+1