index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
Age
Commit message (
Expand
)
Author
Lines
2025-01-31
Revert "media: uvcvideo: Require entities to have a non-zero unique ID"
Thadeu Lima de Souza Cascardo
-43
/
+27
2025-01-08
media: dvb-usb-v2: af9035: fix ISO C90 compilation error on af9035_i2c_master...
Desnes Nunes
-6
/
+12
2025-01-02
media: uvcvideo: Add Kurokesu C1 PRO camera
Isaac Scott
-0
/
+9
2025-01-02
media: uvcvideo: Add new quirk definition for the Sonix Technology Co. 292a c...
Isaac Scott
-0
/
+9
2025-01-02
media: uvcvideo: Implement dual stream quirk to fix loss of usb packets
Isaac Scott
-1
/
+27
2024-12-19
media: uvcvideo: Announce the user our deprecation intentions
Ricardo Ribalda
-1
/
+18
2024-12-19
media: uvcvideo: Allow changing noparam on the fly
Ricardo Ribalda
-8
/
+4
2024-12-19
media: uvcvideo: Invert default value for nodrop module param
Ricardo Ribalda
-1
/
+1
2024-12-19
media: uvcvideo: Propagate buf->error to userspace
Ricardo Ribalda
-1
/
+2
2024-12-19
media: uvcvideo: Flush the control cache when we get an event
Ricardo Ribalda
-0
/
+3
2024-12-19
media: uvcvideo: Annotate lock requirements for uvc_ctrl_set
Ricardo Ribalda
-0
/
+2
2024-12-19
media: uvcvideo: Remove dangling pointers
Ricardo Ribalda
-3
/
+67
2024-12-19
media: uvcvideo: Remove redundant NULL assignment
Ricardo Ribalda
-3
/
+1
2024-12-19
media: uvcvideo: Only save async fh if success
Ricardo Ribalda
-7
/
+11
2024-12-19
media: uvcvideo: Refactor frame parsing code into a uvc_parse_frame function
Benoit Sevens
-107
/
+122
2024-12-19
media: uvcvideo: Remove duplicated cap/out code
Ricardo Ribalda
-119
/
+43
2024-12-19
media: uvcvideo: Use uvc_query_name in uvc_get_video_ctrl
Xiong Nandi
-2
/
+3
2024-12-19
media: uvcvideo: Add more logging to uvc_query_ctrl()
Ricardo Ribalda
-1
/
+5
2024-12-19
media: uvcvideo: Support partial control reads
Ricardo Ribalda
-0
/
+21
2024-12-19
media: uvcvideo: Fix event flags in uvc_ctrl_send_events
Ricardo Ribalda
-2
/
+2
2024-12-19
media: uvcvideo: Fix deadlock during uvc_probe
Ricardo Ribalda
-0
/
+3
2024-12-19
media: uvcvideo: Fix double free in error path
Laurent Pinchart
-0
/
+1
2024-12-19
media: uvcvideo: Fix crash during unbind if gpio unit is in use
Ricardo Ribalda
-7
/
+22
2024-12-19
media: uvcvideo: Reorder uvc_status_init()
Ricardo Ribalda
-2
/
+2
2024-12-12
media: lmedm04: Handle errors for lme2510_int_read
Chen Ni
-1
/
+11
2024-12-02
media: cx231xx: remove redundant assignment to variable value
Colin Ian King
-1
/
+0
2024-11-20
Merge tag 'media/v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-1
/
+1
2024-11-20
Merge tag 'media/v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-174
/
+191
2024-11-20
Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
-2
/
+2
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-13
/
+4
2024-11-11
Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1
Mauro Carvalho Chehab
-3
/
+3
2024-11-09
media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...
Benoit Sevens
-1
/
+1
2024-11-07
media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()
Jinjie Ruan
-1
/
+1
2024-10-28
media: cx231xx: Remove some deadcode
Dr. David Alan Gilbert
-61
/
+0
2024-10-28
media: usb: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-38
/
+0
2024-10-23
media: uvcvideo: Stop stream during unregister
Ricardo Ribalda
-1
/
+31
2024-10-16
media: anysee: Fix and remove outdated comment
Anna-Maria Behnsen
-13
/
+4
2024-10-12
media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108
Rohan Barar
-0
/
+2
2024-10-12
media: cx231xx: Fix the S-Video capture on August VGB100
Fabio Luongo
-4
/
+3
2024-10-12
media: pvrusb2: Use kmemdup_array instead of kmemdup for multiple allocation
Shen Lichuan
-2
/
+2
2024-10-12
media: airspy: set lock before calling vb2_queue_init()
Hans Verkuil
-1
/
+1
2024-10-12
media: hackrf: set lock before calling vb2_queue_init()
Hans Verkuil
-2
/
+2
2024-10-12
media: msi2500: set lock before calling vb2_queue_init()
Hans Verkuil
-1
/
+1
2024-10-12
media: pwc: set lock before calling vb2_queue_init()
Hans Verkuil
-1
/
+1
2024-10-08
media: uvcvideo: Exit early if there is not int_urb
Ricardo Ribalda
-1
/
+4
2024-10-08
media: uvcvideo: Avoid race condition during unregister
Ricardo Ribalda
-1
/
+1
2024-10-08
media: uvcvideo: Refactor the status irq API
Ricardo Ribalda
-33
/
+68
2024-10-08
media: uvcvideo: Require entities to have a non-zero unique ID
Thadeu Lima de Souza Cascardo
-27
/
+43
2024-10-08
media: uvcvideo: Force UVC version to 1.0a for 0408:4033
Ricardo Ribalda
-0
/
+11
2024-10-08
media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared camera
David Given
-0
/
+11
[next]