Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
27c1ee3f929555b71fa39ec0d81a7e7185de1b16
/
drivers
/
media
/
video
/
uvc
/
uvc_ctrl.c
9a60139
video/uvc: use memweight()
by Akinobu Mita
· 12 years ago
6b363f9
[media] uvcvideo: Fix V4L2 button controls that share the same UVC control
by Laurent Pinchart
· 13 years ago
6e6d76c
[media] v4l2-event: fix regression with initial event handling
by Hans Verkuil
· 13 years ago
d1c07ef
[media] uvcvideo: Drop unused ctrl member from struct uvc_control_mapping
by Hans de Goede
· 13 years ago
805e9b4
[media] uvcvideo: Send control change events for slave ctrls when the master changes
by Hans de Goede
· 13 years ago
55afeb8
[media] uvcvideo: Properly report the inactive flag for inactive controls
by Hans de Goede
· 13 years ago
b401200
[media] uvcvideo: Add support for control events
by Hans de Goede
· 13 years ago
cb74d48
[media] uvcvideo: Move __uvc_ctrl_get() up
by Hans de Goede
· 13 years ago
35f1674
[media] uvcvideo: Refactor uvc_ctrl_get and query
by Hans de Goede
· 13 years ago
d0d9748
[media] uvcvideo: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
c4d99f8
[media] uvcvideo: Ignore GET_RES error for XU controls
by Laurent Pinchart
· 14 years ago
241fa6e
[media] uvcvideo: GET_RES should only be checked for BITMAP type menu controls
by Hans de Goede
· 13 years ago
664a41b
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 13 years ago
c0c5e71
[media] uvcvideo: Fix control mapping for devices with multiple chains
by Stephan Lachowsky
· 14 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
f411f10
[media] uvcvideo: Return -ERANGE when userspace sets an unsupported menu entry
by Laurent Pinchart
· 14 years ago
fc2d573
[media] uvcvideo: Don't report unsupported menu entries
by Laurent Pinchart
· 14 years ago
9eb30d2
[media] uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*
by Laurent Pinchart
· 14 years ago
fe78d18
[media] uvcvideo: Add UVCIOC_CTRL_QUERY ioctl
by Martin Rubli
· 14 years ago
23d9f3e
[media] uvcvideo: Lock controls mutex when querying menus
by Laurent Pinchart
· 14 years ago
27a61c1
[media] uvcvideo: Fix uvc_query_v4l2_ctrl() and uvc_xu_ctrl_query() locking
by Laurent Pinchart
· 14 years ago
b5977a5
[media] uvcvideo: Fix bogus XU controls information
by Laurent Pinchart
· 14 years ago
52c58ad
[media] uvcvideo: Delay initialization of XU controls
by Laurent Pinchart
· 14 years ago
071c8bb
[media] uvcvideo: Embed uvc_control_info inside struct uvc_control
by Laurent Pinchart
· 14 years ago
8fb91b3
[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAP
by Martin Rubli
· 14 years ago
ba2fa99
[media] uvcvideo: Hardcode the index/selector relationship for XU controls
by Laurent Pinchart
· 14 years ago
11fc5ba
[media] uvcvideo: Update e-mail address and copyright notices
by Laurent Pinchart
· 14 years ago
f9d81df
[media] uvcvideo: Constify the uvc_entity_match_guid arguments
by Laurent Pinchart
· 14 years ago
fa34168
[media] uvcvideo: Blacklist more controls for Hercules Dualpix Exchange
by Laurent Pinchart
· 14 years ago
b30ece5
V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers
by Laurent Pinchart
· 15 years ago
1b4e21c
V4L/DVB: uvcvideo: Define control information bits using macros
by Laurent Pinchart
· 15 years ago
561474c2
V4L/DVB: uvcvideo: Support menu controls in the control mapping API
by Laurent Pinchart
· 15 years ago
3653639
V4L/DVB: uvcvideo: Make button controls work properly
by Hans de Goede
· 15 years ago
e56be91
V4L/DVB: uvcvideo: Add support for absolute pan/tilt controls
by Martin Rubli
· 15 years ago
9c3b10b
V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RES
by Laurent Pinchart
· 15 years ago
cf7a50e
V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0
by Laurent Pinchart
· 15 years ago
a90ef69
V4L/DVB: uvcvideo: Flag relative controls as write-only
by Laurent Pinchart
· 15 years ago
35a00c4
V4L/DVB: uvcvideo: Support iris absolute and relative controls
by Laurent Pinchart
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9405e3c
V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam
by Laurent Pinchart
· 15 years ago
e54532e
V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum values
by Laurent Pinchart
· 15 years ago
5952908
V4L/DVB: uvcvideo: Cache control min, max, res and def query results
by Laurent Pinchart
· 15 years ago
8a4e76c
V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range menu index
by Laurent Pinchart
· 15 years ago
36bd883
V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDs
by Laurent Pinchart
· 15 years ago
385097e
V4L/DVB (13826): uvcvideo: Fix controls blacklisting
by Laurent Pinchart
· 15 years ago
6241d8c
V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked lists
by Laurent Pinchart
· 15 years ago
f4eabaf
V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIOC_QUERYCTRL
by Laurent Pinchart
· 15 years ago
2e89613
V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mismatch with abs()
by Laurent Pinchart
· 15 years ago
8e11359
V4L/DVB (12379): uvcvideo: Multiple streaming interfaces support
by Laurent Pinchart
· 16 years ago
b482d92
V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_
by Laurent Pinchart
· 16 years ago
d732c44
V4L/DVB (11944): uvcvideo: Add generic control blacklist.
by Laurent Pinchart
· 16 years ago
d0ebf30
V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.
by Laurent Pinchart
· 16 years ago
2c2d264
V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.
by Laurent Pinchart
· 16 years ago
16e68d7
V4L/DVB (10193): removed unused #include <version.h>'s
by Huang Weiyi
· 16 years ago
9768352
V4L/DVB (9903): uvcvideo: V4L2 zoom controls support
by Laurent Pinchart
· 16 years ago
6df126f
V4L/DVB (9902): uvcvideo: V4L2 privacy control support
by Laurent Pinchart
· 16 years ago
2bdd29c
V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls.
by Laurent Pinchart
· 16 years ago
b1accfa
V4L/DVB (9036): uvcvideo: Fix control cache access when setting composite auto-update controls
by Laurent Pinchart
· 16 years ago
5e26d50
V4L/DVB (9035): uvcvideo: Declare missing camera and processing unit controls.
by Laurent Pinchart
· 16 years ago
fe6c700
V4L/DVB (9053): fix buffer overflow in uvc-video
by Ralph Loader
· 16 years ago
04793dd
V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.
by Laurent Pinchart
· 16 years ago
54812c7
V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying a boolean control.
by Laurent Pinchart
· 16 years ago
90ac5ea
V4L/DVB (8497): uvcvideo: Make the auto-exposure menu control V4L2 compliant
by Laurent Pinchart
· 16 years ago
f87086e
v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10
by Hans Verkuil
· 16 years ago
c0efd23
V4L/DVB (8145a): USB Video Class driver
by Laurent Pinchart
· 17 years ago