Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fed07f848888267d5991b9446e103f35aaeb58d8
/
drivers
/
media
/
video
/
uvc
6e6d76c
[media] v4l2-event: fix regression with initial event handling
by Hans Verkuil
· 13 years ago
4742c82
[media] uvcvideo: Use videobuf2 .get_unmapped_area() implementation
by Laurent Pinchart
· 13 years ago
31c5f0c
[media] uvcvideo: Fix ENUMINPUT handling
by Laurent Pinchart
· 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
57fb4a4
[media] uvcvideo: Fix a "ignoring return value of ‘__clear_user’" warning
by Hans de Goede
· 13 years ago
d5aeee8
Merge tag 'v3.4-rc3' into staging/for_v3.5
by Mauro Carvalho Chehab
· 13 years ago
72da1f2
[media] uvcvideo: remove unneeded access_ok() check
by Dan Carpenter
· 13 years ago
ed0ee0c
[media] uvcvideo: Fix race-related crash in uvc_video_clock_update()
by Laurent Pinchart
· 13 years ago
66ede03
[media] uvcvideo: uvc_driver.c: use linux/atomic.h
by Andrew Morton
· 13 years ago
3efe2f1
[media] uvcvideo: Add support for Dell XPS m1530 integrated webcam
by Laurent Pinchart
· 13 years ago
ab86e9e
[media] uvcvideo: Allow userptr IO mode
by Javier Martin
· 13 years ago
1a5e4c8
[media] uvcvideo: Implement compat_ioctl32 for custom ioctls
by Laurent Pinchart
· 13 years ago
a3ec69b
[media] uvcvideo: Return -ENOTTY in case of unknown ioctl
by Laurent Pinchart
· 13 years ago
8e57dec
[media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculation
by Laurent Pinchart
· 13 years ago
d0d9748
[media] uvcvideo: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
806e23e
[media] uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()
by Haogang Chen
· 13 years ago
66847ef
[media] uvcvideo: Add UVC timestamps support
by Laurent Pinchart
· 13 years ago
25738cb
[media] uvcvideo: Extract timestamp-related statistics
by Laurent Pinchart
· 13 years ago
7bc5edb
[media] uvcvideo: Extract video stream statistics
by Alexey Fisher
· 13 years ago
edbaa39
[media] uvcvideo: Add debugfs support
by Alexey Fisher
· 13 years ago
c4d99f8
[media] uvcvideo: Ignore GET_RES error for XU controls
by Laurent Pinchart
· 14 years ago
3afedb9
[media] uvcvideo: Don't skip erroneous payloads
by Laurent Pinchart
· 13 years ago
0c6a3b2
[media] uvcvideo: Make uvc_commit_video() static
by Laurent Pinchart
· 13 years ago
4eb2697
[media] uvcvideo: Add support for LogiLink Wireless Webcam
by Laurent Pinchart
· 13 years ago
b10c55d
[media] uvcvideo: Remove duplicate definitions of UVC_STREAM_* macros
by Laurent Pinchart
· 13 years ago
24c3aae
[media] uvcvideo: Handle uvc_init_video() failure in uvc_video_enable()
by Laurent Pinchart
· 13 years ago
6998b6f
[media] uvcvideo: Use videobuf2-vmalloc
by Laurent Pinchart
· 13 years ago
3d95e93
[media] uvcvideo: Move fields from uvc_buffer::buf to uvc_buffer
by Laurent Pinchart
· 13 years ago
241fa6e
[media] uvcvideo: GET_RES should only be checked for BITMAP type menu controls
by Hans de Goede
· 13 years ago
1eb6337
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
25ad8a8
[media] uvcvideo: Add a mapping for H.264 payloads
by Stephan Lachowsky
· 14 years ago
3e0ac67
[media] media: Fix a UVC performance problem on systems with non-coherent DMA
by Al Cooper
· 13 years ago
227bd5b
[media] uvcvideo: Remove deprecated UVCIOC ioctls
by Laurent Pinchart
· 13 years ago
fd3e9f2
[media] uvcvideo: Detect The Imaging Source CCD cameras by vendor and product ID
by Arne Caspari
· 13 years ago
4d9b2eb
[media] uvcvideo: Fix crash when linking entities
by Laurent Pinchart
· 13 years ago
dd182e5
[media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset
by Ming Lei
· 13 years ago
d59a7b1
[media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset
by Ming Lei
· 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
949d926
[media] uvcvideo: Add FIX_BANDWIDTH quirk to HP Webcam on HP Mini 5103 netbook
by Kirill Smelkov
· 13 years ago
c0c5e71
[media] uvcvideo: Fix control mapping for devices with multiple chains
by Stephan Lachowsky
· 13 years ago
7a286cc
[media] return -ENOTTY for unsupported ioctl's at legacy drivers
by Mauro Carvalho Chehab
· 13 years ago
fd3e582
[media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP
by Mauro Carvalho Chehab
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
aa122d4
[media] uvcvideo: Disable the queue when failing to start
by Sjoerd Simons
· 13 years ago
8ca2c80
[media] uvcvideo: Remove buffers from the queues when freeing
by Sjoerd Simons
· 13 years ago
a96aa53
[media] uvcvideo: Ignore entities for terminals with no supported format
by Laurent Pinchart
· 13 years ago
76df01e
[media] uvc_entity: initialize return value
by Mauro Carvalho Chehab
· 13 years ago
8a65a94
[media] uvcvideo: Connect video devices to media entities
by Laurent Pinchart
· 15 years ago
4ffc2d8
[media] uvcvideo: Register subdevices for each entity
by Laurent Pinchart
· 15 years ago
5a254d7
[media] uvcvideo: Register a v4l2_device
by Laurent Pinchart
· 15 years ago
7225a1d
[media] uvcvideo: Add M420 format support
by Hans de Goede
· 13 years ago
7296944
[media] uvcvideo: Add support for NOMMU arch
by Bob Liu
· 14 years ago
5f70881
[media] uvcvideo: Make the API public
by Laurent Pinchart
· 14 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
e01a234
[media] uvcvideo: Override wrong bandwidth value for Hercules Classic Silver
by Laurent Pinchart
· 14 years ago
d1787b1
[media] uvcvideo: Add support for JMicron USB2.0 XGA WebCam
by Laurent Pinchart
· 14 years ago
5079107
[media] uvcvideo: Add support for V4L2_PIX_FMT_RGB565
by Laurent Pinchart
· 14 years ago
9eb30d2
[media] uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*
by Laurent Pinchart
· 14 years ago
1dc8ddf
[media] uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET}
by Laurent Pinchart
· 14 years ago
fe78d18
[media] uvcvideo: Add UVCIOC_CTRL_QUERY ioctl
by Martin Rubli
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
4093a5c
[media] uvcvideo: Fix descriptor parsing for video output devices
by Laurent Pinchart
· 14 years ago
38a6682
[media] uvcvideo: Fix uvc_fixup_video_ctrl() format search
by Stephan Lachowsky
· 14 years ago
08af245
[media] V4L: remove V4L1 compatibility mode
by Hans Verkuil
· 14 years ago
673eb9f
[media] uvcvideo: Convert to unlocked_ioctl
by Laurent Pinchart
· 14 years ago
6947756
[media] uvcvideo: Lock stream mutex when accessing format-related information
by Laurent Pinchart
· 14 years ago
4aa2759
[media] uvcvideo: Move mmap() handler to uvc_queue.c
by Laurent Pinchart
· 14 years ago
8e815e17
[media] uvcvideo: Move mutex lock/unlock inside uvc_free_buffers
by Laurent Pinchart
· 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
650b95f
[media] uvcvideo: Generate discontinuous sequence numbers when frames are lost
by Laurent Pinchart
· 14 years ago
9bb7262
[media] uvcvideo: Set bandwidth to at least 1024 with the FIX_BANDWIDTH quirk
by Laurent Pinchart
· 14 years ago
11fc5ba
[media] uvcvideo: Update e-mail address and copyright notices
by Laurent Pinchart
· 14 years ago
707dcd9
[media] uvcvideo: Print query name in uvc_query_ctrl()
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
3dae8b4
V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideo
by Matthew Garrett
· 14 years ago
86d8b6a
V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcam
by Laurent Pinchart
· 14 years ago
9275b32
V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcam
by Laurent Pinchart
· 14 years ago
70092c2
V4L/DVB: uvcvideo: Add support for Miricle 307K thermal webcam
by Laurent Pinchart
· 14 years ago
9bde9f2
V4L/DVB: uvcvideo: Drop corrupted compressed frames
by Laurent Pinchart
· 14 years ago
bbafc0c
V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h
by Laurent Pinchart
· 14 years ago
abf8438
V4L/DVB: drivers/media: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
2bb00fe
V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako
by Laurent Pinchart
· 14 years ago
b30ece5
V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers
by Laurent Pinchart
· 14 years ago
1b4e21c
V4L/DVB: uvcvideo: Define control information bits using macros
by Laurent Pinchart
· 14 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
· 14 years ago
e56be91
V4L/DVB: uvcvideo: Add support for absolute pan/tilt controls
by Martin Rubli
· 14 years ago
Next »