index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
uvc
/
uvc_ctrl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] uvcvideo: Lock controls mutex when querying menus
Laurent Pinchart
2010-12-01
1
-1
/
+47
*
[media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() locking
Laurent Pinchart
2010-10-21
1
-25
/
+38
*
[media] uvcvideo: Fix bogus XU controls information
Laurent Pinchart
2010-10-21
1
-0
/
+41
*
[media] uvcvideo: Delay initialization of XU controls
Laurent Pinchart
2010-10-21
1
-87
/
+107
*
[media] uvcvideo: Embed uvc_control_info inside struct uvc_control
Laurent Pinchart
2010-10-21
1
-68
/
+62
*
[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAP
Martin Rubli
2010-10-21
1
-0
/
+14
*
[media] uvcvideo: Hardcode the index/selector relationship for XU controls
Laurent Pinchart
2010-10-21
1
-211
/
+222
*
[media] uvcvideo: Update e-mail address and copyright notices
Laurent Pinchart
2010-10-21
1
-2
/
+2
*
[media] uvcvideo: Constify the uvc_entity_match_guid arguments
Laurent Pinchart
2010-10-21
1
-1
/
+2
*
[media] uvcvideo: Blacklist more controls for Hercules Dualpix Exchange
Laurent Pinchart
2010-10-21
1
-8
/
+28
*
V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers
Laurent Pinchart
2010-08-02
1
-18
/
+33
*
V4L/DVB: uvcvideo: Define control information bits using macros
Laurent Pinchart
2010-08-02
1
-6
/
+6
*
V4L/DVB: uvcvideo: Support menu controls in the control mapping API
Laurent Pinchart
2010-08-02
1
-0
/
+22
*
V4L/DVB: uvcvideo: Make button controls work properly
Hans de Goede
2010-08-02
1
-0
/
+8
*
V4L/DVB: uvcvideo: Add support for absolute pan/tilt controls
Martin Rubli
2010-08-02
1
-0
/
+20
*
V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RES
Laurent Pinchart
2010-07-08
1
-2
/
+2
*
V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0
Laurent Pinchart
2010-05-19
1
-0
/
+2
*
V4L/DVB: uvcvideo: Flag relative controls as write-only
Laurent Pinchart
2010-05-19
1
-12
/
+16
*
V4L/DVB: uvcvideo: Support iris absolute and relative controls
Laurent Pinchart
2010-05-18
1
-0
/
+20
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam
Laurent Pinchart
2010-02-26
1
-0
/
+1
*
V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum values
Laurent Pinchart
2010-02-26
1
-4
/
+43
*
V4L/DVB: uvcvideo: Cache control min, max, res and def query results
Laurent Pinchart
2010-02-26
1
-48
/
+72
*
V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range m...
Laurent Pinchart
2010-02-26
1
-1
/
+1
*
V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDs
Laurent Pinchart
2010-02-26
1
-40
/
+32
*
V4L/DVB (13826): uvcvideo: Fix controls blacklisting
Laurent Pinchart
2010-01-17
1
-1
/
+1
*
V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked lists
Laurent Pinchart
2009-12-05
1
-24
/
+5
*
V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIO...
Laurent Pinchart
2009-12-05
1
-0
/
+7
*
V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mi...
Laurent Pinchart
2009-11-07
1
-1
/
+1
*
V4L/DVB (12379): uvcvideo: Multiple streaming interfaces support
Laurent Pinchart
2009-09-12
1
-41
/
+41
*
V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_
Laurent Pinchart
2009-09-12
1
-99
/
+106
*
V4L/DVB (11944): uvcvideo: Add generic control blacklist.
Laurent Pinchart
2009-06-16
1
-20
/
+15
*
V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.
Laurent Pinchart
2009-03-30
1
-1
/
+1
*
V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.
Laurent Pinchart
2009-01-29
1
-3
/
+3
*
V4L/DVB (10193): removed unused #include <version.h>'s
Huang Weiyi
2009-01-29
1
-1
/
+0
*
V4L/DVB (9903): uvcvideo: V4L2 zoom controls support
Laurent Pinchart
2008-12-30
1
-12
/
+64
*
V4L/DVB (9902): uvcvideo: V4L2 privacy control support
Laurent Pinchart
2008-12-30
1
-0
/
+10
*
V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls.
Laurent Pinchart
2008-12-30
1
-2
/
+55
*
V4L/DVB (9036): uvcvideo: Fix control cache access when setting composite aut...
Laurent Pinchart
2008-10-12
1
-8
/
+13
*
V4L/DVB (9035): uvcvideo: Declare missing camera and processing unit controls.
Laurent Pinchart
2008-10-12
1
-19
/
+145
*
V4L/DVB (9053): fix buffer overflow in uvc-video
Ralph Loader
2008-10-04
1
-1
/
+1
*
V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.
Laurent Pinchart
2008-08-06
1
-12
/
+21
*
V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying a ...
Laurent Pinchart
2008-07-26
1
-1
/
+12
*
V4L/DVB (8497): uvcvideo: Make the auto-exposure menu control V4L2 compliant
Laurent Pinchart
2008-07-26
1
-1
/
+1
*
v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10
Hans Verkuil
2008-07-20
1
-0
/
+1
*
V4L/DVB (8145a): USB Video Class driver
Laurent Pinchart
2008-06-30
1
-0
/
+1256