Age | Commit message (Expand) | Author | Files | Lines |
2021-11-18 | media: em28xx: Don't use ops->suspend if it is NULL | Colin Ian King | 1 | -2/+3 |
2021-11-18 | media: em28xx: add missing em28xx_close_extension | Pavel Skripkin | 1 | -1/+4 |
2021-09-15 | media: em28xx-input: fix refcount bug in em28xx_usb_disconnect | Dongliang Mu | 1 | -1/+0 |
2021-07-14 | media: em28xx: Fix possible memory leak of em28xx struct | Igor Matheus Andrade Torrente | 1 | -2/+6 |
2021-05-11 | media: em28xx: fix memory leak | Muhammad Usama Anjum | 1 | -0/+1 |
2021-03-04 | media: em28xx: Fix use-after-free in em28xx_alloc_urbs | Dinghao Liu | 1 | -5/+1 |
2020-08-29 | media: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |
2020-08-26 | media: Implements support for the MyGica iGrabber | Christopher Snowhill | 2 | -0/+23 |
2020-03-12 | media: em28xx: Enable Hauppauge 461e rev2 | Brad Love | 3 | -0/+79 |
2020-02-24 | media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO | Hans Verkuil | 1 | -2/+2 |
2019-12-13 | media: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -1/+0 |
2019-12-13 | media: em28xx: Clean up ALSA PCM API usages | Takashi Iwai | 1 | -85/+1 |
2019-11-08 | media: em28xx: fix two smatch warnings | Hans Verkuil | 1 | -2/+2 |
2019-10-07 | media: em28xx: Add support for Magix Wideowandler 2 | Dominik Danelski | 2 | -0/+21 |
2019-10-07 | media: delete unused proc_fs.h include | Sean Young | 1 | -1/+0 |
2019-10-01 | media: em28xx: make various arrays static const, makes object smaller | Colin Ian King | 1 | -15/+15 |
2019-08-29 | media: em28xx: Fix exception handling in em28xx_alloc_urbs() | Markus Elfring | 1 | -1/+1 |
2019-08-19 | media: Fix various misspellings of disconnected | Geert Uytterhoeven | 2 | -2/+2 |
2019-08-14 | media: em28xx: modules workqueue not inited for 2nd device | Sean Young | 1 | -1/+0 |
2019-08-14 | media: media/usb: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -2/+1 |
2019-07-23 | media: drivers/media: don't set pix->priv = 0 | Hans Verkuil | 1 | -1/+0 |
2019-07-22 | media: media/usb: don't set description in ENUM_FMT | Hans Verkuil | 2 | -10/+0 |
2019-06-05 | media: media/usb: set device_caps in struct video_device | Hans Verkuil | 1 | -16/+16 |
2019-05-29 | media: em28xx: use usb_to_input_id() rather than handrolling it | Sean Young | 1 | -8/+3 |
2019-05-29 | media: em28xx: use common code for decoding nec scancodes | Sean Young | 1 | -15/+2 |
2019-05-29 | media: em28xx: give RC device proper name | Sean Young | 1 | -6/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-18 | media: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -2/+2 |
2019-03-20 | media: Kconfig files: use the right help coding style | Mauro Carvalho Chehab | 1 | -4/+4 |
2019-03-19 | media: em28xx-input: make const array addr_list static | Colin Ian King | 1 | -1/+1 |
2019-03-01 | media: usb: fix several typos | Mauro Carvalho Chehab | 2 | -3/+3 |
2018-12-03 | media: em28xx: fix spelling mistake, "Cinnergy" -> "Cinergy" | Colin Ian King | 1 | -1/+1 |
2018-10-30 | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 5 | -39/+145 |
2018-09-17 | media: em28xx: make v4l2-compliance happier by starting sequence on zero | Mauro Carvalho Chehab | 1 | -0/+2 |
2018-09-17 | media: em28xx: fix input name for Terratec AV 350 | Mauro Carvalho Chehab | 1 | -2/+2 |
2018-09-17 | media: em28xx: use a default format if TRY_FMT fails | Mauro Carvalho Chehab | 1 | -3/+3 |
2018-09-17 | media: em28xx: fix handler for vidioc_s_input() | Mauro Carvalho Chehab | 3 | -9/+112 |
2018-09-12 | media: em28xx-audio: use GFP_KERNEL for memory allocation during init | Sebastian Andrzej Siewior | 1 | -4/+4 |
2018-09-11 | media: replace strcpy() by strscpy() | Mauro Carvalho Chehab | 3 | -16/+17 |
2018-09-11 | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 1 | -5/+5 |
2018-09-10 | media: em28xx-audio: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 2 | -4/+6 |
2018-08-03 | media: usb: em28xx: Replace mdelay() with msleep() in em28xx_pre_card_setup() | Jia-Ju Bai | 1 | -10/+10 |
2018-08-03 | media: usb: em28xx: Replace GFP_ATOMIC with GFP_KERNEL in em28xx_init_usb_xfer() | Jia-Ju Bai | 1 | -1/+1 |
2018-07-30 | media: em28xx: disable null packet filter for WinTVdualHD | Robert Schlabbach | 1 | -1/+1 |
2018-07-30 | media: em28xx: explicitly disable TS packet filter | Robert Schlabbach | 1 | -2/+2 |
2018-07-27 | media: em28xx-cards: disable V4L2 mode for dual tuners | Mauro Carvalho Chehab | 1 | -0/+11 |
2018-07-27 | media: em28xx: Remove duplicate PID | Brad Love | 1 | -2/+0 |
2018-07-27 | media: em28xx: Fix DualHD disconnect oops | Brad Love | 1 | -1/+3 |
2018-07-27 | media: em28xx: Fix dual transport stream operation | Brad Love | 1 | -1/+3 |
2018-07-27 | media: em28xx: don't check number of messages in the driver | Wolfram Sang | 1 | -4/+0 |