summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-04Merge tag 'v5.15-rc4' into media_treeMauro Carvalho Chehab1-1/+6
2021-09-30media: mxl111sf: change mutex_init() locationPavel Skripkin1-2/+14
2021-09-30media: tm6000: Avoid card name truncationKees Cook1-2/+1
2021-09-30media: usb: stkwebcam: Update the reference count of the usb device structureCai Huoqing1-4/+7
2021-09-30media: gspca: Limit frame size to sizeimage.Chad Fraleigh1-0/+2
2021-09-30media: usb: airspy: clean the freed pointer and counterNil Yi1-1/+4
2021-09-30media: pvrusb2: Replaced simple_strtol() with kstrtoint()Liu Shixin1-23/+2
2021-09-30media: uvcvideo: Don't spam the log in uvc_ctrl_restore_values()Hans Verkuil1-4/+4
2021-09-30media: uvcvideo: Set error_idx during ctrl_commit errorsRicardo Ribalda3-14/+40
2021-09-30media: uvcvideo: Check controls flags before accessing themRicardo Ribalda3-5/+58
2021-09-30media: uvcvideo: Use control names from frameworkRicardo Ribalda3-37/+30
2021-09-30media: uvcvideo: Increase the size of UVC_METADATA_BUF_SIZERicardo Ribalda1-1/+1
2021-09-30media: uvcvideo: Set unique vdev name based in typeRicardo Ribalda1-1/+6
2021-09-30media: uvcvideo: Use dev->name for querycap()Ricardo Ribalda2-3/+2
2021-09-30media: uvcvideo: Add support for V4L2_CTRL_TYPE_CTRL_CLASSRicardo Ribalda2-0/+91
2021-09-30media: uvcvideo: refactor __uvc_ctrl_add_mappingRicardo Ribalda2-17/+32
2021-09-30media: uvcvideo: Return -EIO for control errorsRicardo Ribalda1-0/+5
2021-09-30media: uvcvideo: Set capability in s_paramRicardo Ribalda1-2/+5
2021-09-30media: uvcvideo: Remove s_ctrl and g_ctrlRicardo Ribalda1-56/+0
2021-09-30media: uvcvideo: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda1-4/+0