aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-43/+30
14 daysMerge tag 'media/v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds24-333/+454
2026-07-28media: em28xx: defer audio-only extension registrationDiego Fernando Mancera Gomez1-2/+1
2026-07-28media: remove conditional return with no effectSang-Heon Jeon2-16/+3
2026-07-28media: usbtv: Fix V4L2 refcount leak on probe failureGuangshuo Li2-4/+5
2026-07-27media: s2255: bound JPEG frame size before copying into the bufferHyeongJun An1-0/+6
2026-07-27media: go7007: s2250: propagate control I/O failuresYousef Alhouseen1-21/+33
2026-07-27media: s2255: Replace bare 'unsigned' with 'unsigned int'Lei Huang1-1/+1
2026-07-27media: s2255: Remove unnecessary braces from single-statement blocksLei Huang1-8/+4
2026-07-27media: s2255: Remove unnecessary debug logging and out-of-memory messagesLei Huang1-10/+0
2026-07-27media: s2255: Remove unnecessary return statements from void functionsLei Huang1-7/+0
2026-07-27media: s2255: Fix block comment style to kernel formatLei Huang1-24/+26
2026-07-27media: s2255: Add blank lines after variable declarationsLei Huang1-0/+22
2026-07-27media: s2255: Parenthesize macro argument to avoid precedence issuesLei Huang1-1/+1
2026-07-27media: s2255: Remove unnecessary parentheses around conditionsLei Huang1-12/+12
2026-07-27media: s2255: Add spaces around multiplication operatorsLei Huang1-1/+1
2026-07-27media: s2255: Add blank lines after function/struct/enum declarationsLei Huang1-0/+2
2026-07-27media: s2255: Remove multiple blank lines and before close bracesLei Huang1-12/+0
2026-07-27media: s2255: Fix alignment to match open parenthesisLei Huang1-18/+18
2026-07-27media: s2255: Replace NULL comparisons with ! notationLei Huang1-15/+15
2026-07-27media: s2255: Use consistent braces on all arms of if/else statementsLei Huang1-8/+11
2026-07-27media: s2255: Remove unnecessary spaces after castsLei Huang1-8/+8
2026-07-27media: s2255: Rename remaining CamelCase identifiers to snake_caseLei Huang1-69/+70
2026-07-27media: s2255: Rename CamelCase goto labels to snake_caseLei Huang1-19/+19
2026-07-15media: go7007: fix memory leaks on probe error pathsChen Changcheng1-4/+10
2026-07-15media: s2255: check firmware size before reading trailing markerLei Huang1-0/+5
2026-07-15media: stk1160: handle ESHUTDOWN gracefullyOliver Neukum1-0/+3
2026-07-15media: stk1160: cleanup error handling in probeOliver Neukum1-8/+7
2026-07-15media: go7007: defer the ALSA v4l2 put until card releaseShuangpeng Bai1-1/+9
2026-07-15media: usbtv: keep device alive while ALSA card existsShuangpeng Bai1-0/+11
2026-07-15media: au0828: add support for Monoprice 106456 USB ATSC/QAM tunerJoseph Breihan3-0/+16
2026-07-15media: em28xx: fix use-after-free of dev_next->devlist on disconnectJiangong.Han1-0/+2
2026-07-15media: go7007: avoid undefined shifts in MPEG-4 headersYousef Alhouseen1-13/+15
2026-07-14media: em28xx: requeue buffers if start_streaming failsHans Verkuil1-2/+16
2026-07-14media: em28xx: dev_info->pr_info since dev has been freedHans Verkuil1-1/+1
2026-07-14media: em28xx: use vb2_video_unregister_deviceHans Verkuil1-6/+6
2026-07-14media: em28xx: drop 'users' fieldHans Verkuil2-12/+7
2026-07-14media: em28xx: use v4l2_device release callbackHans Verkuil2-26/+41
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2026-07-10media: as102: do not rely on id table address comparisonGary Guo1-43/+30
2026-07-10media: em28xx-video: Remove unneeded semicolonsRicardo Ribalda2-2/+2
2026-07-10media: replace linux/gpio.h inclusionsArnd Bergmann1-1/+1
2026-07-10media: cx231xx: reject geometry changes while the VBI queue is busyBryam Vargas1-2/+2
2026-07-10media: airspy: use vb2_video_unregister_device() on disconnect to fix NULL derefValery Borovsky1-5/+12
2026-07-10media: cx231xx: fix null pointer deref in snd_cx231xx_pcm_closeAshwin Gundarapu1-0/+5
2026-07-10media: em28xx: Add StarTech SVID2USB232Luciano Ciccariello3-0/+31
2026-07-03media: em28xx: Add include for struct usb_device_idUwe Kleine-König (The Capable Hub)1-0/+1
2026-06-18Merge tag 'media/v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds17-165/+448
2026-05-21media: uvcvideo: Only do uvc_video_get_time() if neededRicardo Ribalda1-2/+3
2026-05-21media: uvcvideo: Do not add samples if dev_sof has not changedRicardo Ribalda2-6/+13