summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx
Commit message (Expand)AuthorAgeFilesLines
* media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-16/+16
* media: em28xx: use usb_to_input_id() rather than handrolling itSean Young2019-05-291-8/+3Star
* media: em28xx: use common code for decoding nec scancodesSean Young2019-05-291-15/+2Star
* media: em28xx: give RC device proper nameSean Young2019-05-291-6/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-4/+4
* media: em28xx-input: make const array addr_list staticColin Ian King2019-03-191-1/+1
* media: usb: fix several typosMauro Carvalho Chehab2019-03-012-3/+3
* media: em28xx: fix spelling mistake, "Cinnergy" -> "Cinergy"Colin Ian King2018-12-031-1/+1
* Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-295-39/+145
|\
| * media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab2018-09-171-0/+2
| * media: em28xx: fix input name for Terratec AV 350Mauro Carvalho Chehab2018-09-171-2/+2
| * media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab2018-09-171-3/+3
| * media: em28xx: fix handler for vidioc_s_input()Mauro Carvalho Chehab2018-09-173-9/+112
| * media: em28xx-audio: use GFP_KERNEL for memory allocation during initSebastian Andrzej Siewior2018-09-121-4/+4
| * media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-113-16/+17
| * media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-5/+5
* | media: em28xx-audio: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-09-102-4/+6
|/
* media: usb: em28xx: Replace mdelay() with msleep() in em28xx_pre_card_setup()Jia-Ju Bai2018-08-031-10/+10
* media: usb: em28xx: Replace GFP_ATOMIC with GFP_KERNEL in em28xx_init_usb_xfer()Jia-Ju Bai2018-08-031-1/+1
* media: em28xx: disable null packet filter for WinTVdualHDRobert Schlabbach2018-07-301-1/+1
* media: em28xx: explicitly disable TS packet filterRobert Schlabbach2018-07-301-2/+2
* media: em28xx-cards: disable V4L2 mode for dual tunersMauro Carvalho Chehab2018-07-271-0/+11
* media: em28xx: Remove duplicate PIDBrad Love2018-07-271-2/+0Star
* media: em28xx: Fix DualHD disconnect oopsBrad Love2018-07-271-1/+3
* media: em28xx: Fix dual transport stream operationBrad Love2018-07-271-1/+3
* media: em28xx: don't check number of messages in the driverWolfram Sang2018-07-271-4/+0Star
* media: em28xx: Demote several dev_err to dev_infoBrad Love2018-05-111-2/+2
* media: update/fix my e-mail on some placesMauro Carvalho Chehab2018-05-101-1/+1
* Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-108-11/+11
|\
| * MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-048-11/+11
* | media: em28xx: Fix DualHD broken second tunerBrad Love2018-05-091-1/+1
* | media: em28xx: Add new dvb-t board ":Zolid Hybrid Tv Stick"Marcel Stork2018-05-053-1/+31
* | media: em28xx: merge two identical cases inside a switch()Marcel Stork2018-05-051-2/+0Star
* | media: em28xx-cards: output regular messages as infoChris Mayo2018-05-041-6/+6
* | media: dvb: add alternative USB PID for Hauppauge WinTV-soloHDRainer Keller2018-05-041-0/+2
* | media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab2018-05-041-1/+2
* | media: em28xx: fix a regression with HVR-950Mauro Carvalho Chehab2018-05-041-0/+2
* | media: em28xx: Don't use ops->resume if NULLMauro Carvalho Chehab2018-05-041-2/+3
|/
* media: em28xx-input: improve error handling codeMauro Carvalho Chehab2018-03-231-1/+6
* media: add tuner standby op, use where neededHans Verkuil2018-03-211-2/+2
* media: em28xx-cards: fix em28xx_duplicate_dev()Dan Carpenter2018-03-081-1/+1
* media: em28xx: Change hex to lower caseBrad Love2018-03-071-1/+1
* media: em28xx: Enable inversion for Solo/Dual HD DVB modelsBrad Love2018-03-061-0/+2
* media: em28xx-video: fix most coding style issuesMauro Carvalho Chehab2018-03-061-119/+158
* media: em28xx-input: fix most coding style issuesMauro Carvalho Chehab2018-03-061-47/+74
* media: em28xx-i2c: fix most coding style issuesMauro Carvalho Chehab2018-03-061-42/+48
* media: em28xx-core: fix most coding style issuesMauro Carvalho Chehab2018-03-061-63/+60Star
* media: em28xx-cards: rework the em28xx probing codeMauro Carvalho Chehab2018-03-061-134/+149