summary refs log tree commit diff
path: root/drivers/media/usb
AgeCommit message (Expand)Author
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-11media: usbtv: Fix deadlock on suspendMaxim Mikityanskiy
2021-02-05media: uvc: strncpy -> strscpyHans Verkuil
2021-02-05media: em28xx: Add support for Hauppauge USB QuadHDBrad Love
2021-02-05media: em28xx-core: Fix i2c error debugBrad Love
2021-02-05media: em28xx-core: Fix TS2 active ledBrad Love
2021-01-27media: uvcvideo: Rename debug functionsJoe Perches
2021-01-27media: uvcvideo: use dev_printk() for uvc_trace()Ricardo Ribalda
2021-01-27media: uvcvideo: New macro uvc_trace_contRicardo Ribalda
2021-01-27media: uvcvideo: Use dev_ printk aliasesRicardo Ribalda
2021-01-27media: uvcvideo: Add Privacy control based on EXT_GPIORicardo Ribalda
2021-01-27media: uvcvideo: Implement UVC_EXT_GPIO_UNITRicardo Ribalda
2021-01-27media: uvcvideo: Allow entity-defined get_info and get_curRicardo Ribalda
2021-01-27media: uvcvideo: Provide sync and async uvc_ctrl_status_eventRicardo Ribalda
2021-01-27media: uvcvideo: Allow entities with no padsRicardo Ribalda
2021-01-27media: uvcvideo: Allow extra entitiesRicardo Ribalda
2021-01-27media: uvcvideo: Move guid to entityRicardo Ribalda
2021-01-27media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex valuesLaurent Pinchart
2021-01-27media: uvcvideo: Force UVC version to 1.0a for 1bcf:0b40Laurent Pinchart
2021-01-27media: zr364xx: fix memory leaks in probe()Dan Carpenter
2021-01-27media: rc: select CONFIG_BITREVERSE where neededArnd Bergmann
2021-01-27media: usb: dvb-usb-v2: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-27media: usb/dvb-usb-v2/rtl28xxu.c: clean up code to fix smatch warningHans Verkuil
2021-01-27media: lmedm04: Remove lme2510_kill_urb function.Malcolm Priestley
2021-01-27media: lmedm04: Use GFP_KERNEL for URB allocation/submission.Malcolm Priestley
2021-01-27media: lmedm04: Fix misuse of commaJoe Perches
2021-01-12media: pwc: Use correct device for DMAMatwey V. Kornilov
2021-01-12media: tm6000: Fix memleak in tm6000_start_streamDinghao Liu
2021-01-12media: em28xx: Fix use-after-free in em28xx_alloc_urbsDinghao Liu
2020-12-07media: gspca: Fix memory leak in probeAlan Stern
2020-11-27media: uvcvideo: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang
2020-11-27media: msi2500: assign SPI bus number dynamicallyAntti Palosaari
2020-11-27media: usb: msi2500: Fix a possible null-pointer dereference in msi2500_stop_...Jia-Ju Bai
2020-11-27media: gp8psk: initialize stats at power control logicMauro Carvalho Chehab
2020-11-26media: dvb-usb: Add Hauppauge MAX S2's USB-IDsKai Muenz
2020-11-17media: cx231xx: Use snd_card_free_when_closed() instead of snd_card_free().Zebediah Figura
2020-11-17media: usb: dvb-usb-v2: zd1301: fix missing platform_device_unregister()Qinglang Miao
2020-11-16media: cx231xx: Consolidate dmesg outputThomas Gleixner
2020-11-16media: au0828: Consolidate dmesg outputThomas Gleixner
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner
2020-11-16media: tm6000: Fix sizeof() mismatchesColin Ian King
2020-11-16media: zr364xx: propagate errors from zr364xx_start_readpipe()Evgeny Novikov
2020-11-16media: dib0700: use semicolons rather than commas to separate statementsJulia Lawall
2020-11-16media: dvbsky: use semicolons rather than commas to separate statementsJulia Lawall
2020-11-16media: au0828: use semicolons rather than commas to separate statementsJulia Lawall
2020-11-16media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall
2020-11-16media: gspca: ov534-ov772x: use semicolons rather than commas to separate sta...Julia Lawall
2020-11-16media: rtl28xxu: use semicolons rather than commas to separate statementsJulia Lawall
2020-11-16media: em28xx-audio: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-08media: usbtv: Fix refcounting mixupOliver Neukum