summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: media/*/Kconfig: sort entriesMauro Carvalho Chehab4-216/+234
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab18-71/+71
2022-03-14media: Makefiles: sort entries where it fitsMauro Carvalho Chehab1-11/+21
2022-03-12media: Makefiles: remove extra spacesMauro Carvalho Chehab2-51/+51
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab7-7/+7
2022-03-07Merge tag 'br-v5.18l' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab6-13/+17
2022-03-07media: hdpvr: initialize dev->worker at hdpvr_register_videodevDongliang Mu1-1/+3
2022-03-07media: stk1160: use dma_alloc_noncontiguous APIDafna Hirschfeld3-44/+84
2022-03-07media: stk1160: move transfer_buffer and urb to same struct 'stk1160_urb'Dafna Hirschfeld3-40/+25
2022-03-07media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUEDDafna Hirschfeld3-7/+7
2022-03-07media: stk1160: fix number of buffers in case not all buffers are createdDafna Hirschfeld1-3/+3
2022-03-07media: Revert "media: em28xx: add missing em28xx_close_extension"Pavel Skripkin1-4/+1
2022-02-22stkwebcam: add new Asus laptop to upside_down tableXose Vazquez Perez1-0/+7
2022-02-22media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter1-6/+4
2022-02-22media: gspca: remove redundant assignment of variable nColin Ian King1-1/+0
2022-02-22media: go7007: Constify static struct snd_device_opsRikard Falkeborn1-1/+1
2022-02-22media: em28xx: initialize refcount before kref_getDongliang Mu1-4/+4
2022-02-22media: usb: pwc-uncompress: Use struct_size() helper in pwc_decompress()Gustavo A. R. Silva1-1/+1
2022-02-17media: uvcvideo: Add support for Apple T2-attached FaceTime HD CameraPaul Pawlowski1-0/+9
2022-01-23media: gspca: make array regs_to_read static constColin Ian King1-1/+3
2021-12-14media: b2c2-flexcop-usb: fix some whitespace coding stylegushengxian1-9/+9
2021-12-14media: drivers:usb:remove unneeded variablechiminghao1-6/+2
2021-12-14media: Revert "media: uvcvideo: Set unique vdev name based in type"Ricardo Ribalda1-6/+1
2021-12-14media: dw2102: Fix use after freeAnton Vasilyev1-123/+215
2021-12-07media: siano: remove duplicate USB device IDsKrzysztof Kozlowski1-4/+0
2021-12-07media: m920x: don't use stack on USB readsMauro Carvalho Chehab1-1/+11
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld1-1/+1
2021-12-07media: uvcvideo: Avoid returning invalid controlsRicardo Ribalda1-1/+1
2021-12-07media: uvcvideo: Avoid invalid memory accessRicardo Ribalda1-1/+1
2021-12-07media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.James Hilliard1-1/+1
2021-12-07media: uvcvideo: Set the colorspace as sRGB if undefinedRicardo Ribalda1-2/+4
2021-12-07media: uvcvideo: fix division by zero at stream startJohan Hovold1-0/+4
2021-12-07media: uvcvideo: Fix memory leak of object map on error exit pathColin Ian King1-2/+4
2021-11-30media: pvrusb2: fix inconsistent indentingHans Verkuil2-17/+20
2021-11-29media: au0828-i2c: drop a duplicated functionMauro Carvalho Chehab1-7/+0
2021-11-29media: lmedm04: don't ignore errors when setting a filterMauro Carvalho Chehab1-0/+3
2021-11-19media: dib0700: Only touch one bit when start/stop an adapterMauro Carvalho Chehab1-3/+1
2021-11-19media: dib0700: cleanup start/stop streaming logicMauro Carvalho Chehab1-12/+14
2021-11-19media: dib0700: fix undefined behavior in tuner shutdownMichael Kuron1-2/+0
2021-11-19media: stk1160: fix control-message timeoutsJohan Hovold1-2/+2
2021-11-19media: s2255: fix control-message timeoutsJohan Hovold1-2/+2
2021-11-19media: pvrusb2: fix control-message timeoutsJohan Hovold1-4/+4
2021-11-19media: em28xx: fix control-message timeoutsJohan Hovold1-2/+2
2021-11-19media: cpia2: fix control-message timeoutsJohan Hovold1-2/+2
2021-11-19media: flexcop-usb: fix control-message timeoutsJohan Hovold2-11/+11
2021-11-15media: em28xx: fix memory leak in em28xx_init_devDongliang Mu1-6/+12
2021-11-15media: gspca: Make use of the helper macro kthread_run()Cai Huoqing1-3/+2
2021-10-19media: gspca/gl860-mi1320/ov9655: avoid -Wstring-concatenation warningHans Verkuil2-90/+166
2021-10-08media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()Anant Thazhemadam1-1/+1
2021-10-05media: em28xx: Don't use ops->suspend if it is NULLColin Ian King1-2/+3