summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx
AgeCommit message (Expand)AuthorFilesLines
2022-04-08media: Revert "media: em28xx: add missing em28xx_close_extension"Pavel Skripkin1-4/+1
2022-04-08media: em28xx: initialize refcount before kref_getDongliang Mu1-4/+4
2022-01-27media: em28xx: fix memory leak in em28xx_init_devDongliang Mu1-6/+12
2022-01-27media: em28xx: fix control-message timeoutsJohan Hovold1-2/+2
2021-11-18media: em28xx: Don't use ops->suspend if it is NULLColin Ian King1-2/+3
2021-11-18media: em28xx: add missing em28xx_close_extensionPavel Skripkin1-1/+4
2021-09-15media: em28xx-input: fix refcount bug in em28xx_usb_disconnectDongliang Mu1-1/+0
2021-07-14media: em28xx: Fix possible memory leak of em28xx structIgor Matheus Andrade Torrente1-2/+6
2021-05-11media: em28xx: fix memory leakMuhammad Usama Anjum1-0/+1
2021-03-04media: em28xx: Fix use-after-free in em28xx_alloc_urbsDinghao Liu1-5/+1
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-26media: Implements support for the MyGica iGrabberChristopher Snowhill2-0/+23
2020-03-12media: em28xx: Enable Hauppauge 461e rev2Brad Love3-0/+79
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-13media: em28xx: Clean up ALSA PCM API usagesTakashi Iwai1-85/+1
2019-11-08media: em28xx: fix two smatch warningsHans Verkuil1-2/+2
2019-10-07media: em28xx: Add support for Magix Wideowandler 2Dominik Danelski2-0/+21
2019-10-07media: delete unused proc_fs.h includeSean Young1-1/+0
2019-10-01media: em28xx: make various arrays static const, makes object smallerColin Ian King1-15/+15
2019-08-29media: em28xx: Fix exception handling in em28xx_alloc_urbs()Markus Elfring1-1/+1
2019-08-19media: Fix various misspellings of disconnectedGeert Uytterhoeven2-2/+2
2019-08-14media: em28xx: modules workqueue not inited for 2nd deviceSean Young1-1/+0
2019-08-14media: media/usb: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil1-1/+0
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil2-10/+0
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-16/+16
2019-05-29media: em28xx: use usb_to_input_id() rather than handrolling itSean Young1-8/+3
2019-05-29media: em28xx: use common code for decoding nec scancodesSean Young1-15/+2
2019-05-29media: em28xx: give RC device proper nameSean Young1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-4/+4
2019-03-19media: em28xx-input: make const array addr_list staticColin Ian King1-1/+1
2019-03-01media: usb: fix several typosMauro Carvalho Chehab2-3/+3
2018-12-03media: em28xx: fix spelling mistake, "Cinnergy" -> "Cinergy"Colin Ian King1-1/+1
2018-10-30Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-39/+145
2018-09-17media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab1-0/+2
2018-09-17media: em28xx: fix input name for Terratec AV 350Mauro Carvalho Chehab1-2/+2
2018-09-17media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab1-3/+3
2018-09-17media: em28xx: fix handler for vidioc_s_input()Mauro Carvalho Chehab3-9/+112
2018-09-12media: em28xx-audio: use GFP_KERNEL for memory allocation during initSebastian Andrzej Siewior1-4/+4
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab3-16/+17
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-5/+5
2018-09-10media: em28xx-audio: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2-4/+6
2018-08-03media: usb: em28xx: Replace mdelay() with msleep() in em28xx_pre_card_setup()Jia-Ju Bai1-10/+10
2018-08-03media: usb: em28xx: Replace GFP_ATOMIC with GFP_KERNEL in em28xx_init_usb_xfer()Jia-Ju Bai1-1/+1
2018-07-30media: em28xx: disable null packet filter for WinTVdualHDRobert Schlabbach1-1/+1
2018-07-30media: em28xx: explicitly disable TS packet filterRobert Schlabbach1-2/+2
2018-07-27media: em28xx-cards: disable V4L2 mode for dual tunersMauro Carvalho Chehab1-0/+11