summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2020-03-12media: xirlink_cit: add missing descriptor sanity checksJohan Hovold1-1/+17
2020-03-12media: stv06xx: add missing descriptor sanity checksJohan Hovold2-1/+22
2020-03-12media: ov519: add missing endpoint sanity checksJohan Hovold1-0/+10
2020-03-12media: lmedm04: remove redundant assignment to variable gateColin Ian King1-4/+1
2020-03-12media: dw2102: probe for demodulator i2c addressBrad Love1-2/+43
2020-03-12media: em28xx: Enable Hauppauge 461e rev2Brad Love3-0/+79
2020-03-02media: go7007: Fix URB type for interrupt handlingTakashi Iwai1-1/+3
2020-03-02media: usbvision: deprecate driverHans Verkuil10-6218/+0
2020-03-02media: rtl28xxu: add missing sleep before probing slave demodMario Hros1-0/+3
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil19-29/+29
2020-02-24media: dib0700: fix rc endpoint lookupJohan Hovold1-2/+2
2020-02-24media: flexcop-usb: fix endpoint sanity checkJohan Hovold1-3/+3
2020-02-24media: usbtv: fix control-message timeoutsJohan Hovold2-3/+4
2020-02-24media: cx231xx: constify copied structureJulia Lawall1-1/+1
2020-02-24media: anysee: constify copied structureJulia Lawall1-2/+2
2020-02-24media: pulse8-cec: close serio in disconnect, not adap_freeHans Verkuil1-3/+5
2020-02-24media: pulse8-cec: INIT_DELAYED_WORK was called too lateHans Verkuil1-2/+2
2020-01-23media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel valueSergey Zakharchenko2-0/+26
2020-01-23media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptorsWill Deacon1-0/+12
2020-01-09media: usb: dvb-usb: dw2102: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-01-09media: usb: dvb-usb: dib0700_devices: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-01-09media: usb: dvb-usb-v2: zd1301: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-09media: usb: dvb-usb-v2: rtl28xxu: convert to use i2c_new_client_device()Wolfram Sang1-19/+21
2020-01-09media: usb: dvb-usb-v2: anysee: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-09media: usb: dvb-usb-v2: af9035: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-08media: pvrusb2: Remove unneeded semicolon and add newlineMa Feng1-2/+2
2020-01-08media: cx231xx: replace BUG_ON with recovery codeAditya Pakki1-1/+2
2020-01-03media: dvb: add support for TerraTec TC2 Stick (193534)Tomasz Maciej Nowak1-5/+10
2020-01-03media: rtl28xxu: Add support for PROlectrix DV107669 DVB-T dongleDavid J. Fiddes1-0/+2
2020-01-03media: cxusb: use dev_dbg() rather than hand-rolled debugSean Young1-18/+15
2020-01-03media: vp7045: do not read uninitialized values if usb transfer failsSean Young1-7/+14
2020-01-03media: af9005: uninitialized variable printkedSean Young1-1/+1
2020-01-03media: digitv: don't continue if remote control state can't be readSean Young1-3/+7
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann3-5/+5
2019-12-16media: pulse8-cec: log when a CEC message is receivedHans Verkuil1-0/+4
2019-12-16media: pulse8-cec: schedule next ping after current ping finishedHans Verkuil1-1/+1
2019-12-16media: pulse8-cec: use adap_free callbackHans Verkuil1-7/+13
2019-12-16media: pulse8-cec: queue received messages in an arrayHans Verkuil1-19/+61
2019-12-16media: pulse8-cec: move the transmit to a workqueueHans Verkuil1-51/+81
2019-12-16media: pulse8-cec: set tx_done_status for transmit_done statusHans Verkuil1-20/+21
2019-12-16media: pulse8-cec: add 2nd debug levelHans Verkuil1-7/+17
2019-12-16media: pulse8-cec: locking improvementsHans Verkuil1-21/+26
2019-12-16media: pulse8-cec: reorganize function orderHans Verkuil1-256/+248
2019-12-16media: pulse8-cec: improve debuggingHans Verkuil1-5/+60
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai5-5/+0
2019-12-13media: tm6000: Clean up ALSA PCM API usagesTakashi Iwai1-80/+1
2019-12-13media: go7007: Clean up ALSA PCM API usagesTakashi Iwai1-21/+3
2019-12-13media: em28xx: Clean up ALSA PCM API usagesTakashi Iwai1-85/+1
2019-12-13media: cs231xx: Clean up ALSA PCM API usagesTakashi Iwai1-77/+1
2019-12-13media: usbtv: Use managed buffer allocationTakashi Iwai1-27/+1