summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)Author
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab
2018-01-04media: uvcvideo: Add a quirk for Generalplus Technology Inc. 808 CameraNeil Armstrong
2018-01-04media: uvcvideo: Add a metadata device nodeGuennadi Liakhovetski
2018-01-04media: uvcvideo: Add extensible device informationGuennadi Liakhovetski
2018-01-04media: uvcvideo: Report V4L2 device caps through the video_device structureLaurent Pinchart
2018-01-04media: uvcvideo: Factor out video device registration to a functionLaurent Pinchart
2018-01-04media: uvcvideo: Use ktime_t for timestampsArnd Bergmann
2018-01-04media: uvcvideo: Use ktime_t for statsArnd Bergmann
2018-01-03media: pvrusb2: drop unneeded newlineJulia Lawall
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-18media: fix SPDX comment on some header filesMauro Carvalho Chehab
2017-12-18media: pvrusb2: correctly return V4L2_PIX_FMT_MPEG in enum_fmtHans Verkuil
2017-12-18media: get rid of i2c-addr.hMauro Carvalho Chehab
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab
2017-12-14media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devicesSean Young
2017-12-14media: dvbsky: MyGica T230C supportStefan Brüns
2017-12-13media: dvb_usb_pctv452e: module refcount changes were unbalancedWolfgang Rohdewald
2017-12-13media: dib0700: add support for Xbox One Digital TV TunerOlli Salonen
2017-12-12media: cx231xx: Use semicolon after assignment instead of commaMatthias Schwarzott
2017-12-12media: si2165: Make checkpatch happyMatthias Schwarzott
2017-12-11media: pvrusb2: properly check endpoint typesAndrey Konovalov
2017-12-11media: mxl111sf: improve error handling logicMauro Carvalho Chehab
2017-12-11media: dvbsky: shut up a bogus warningMauro Carvalho Chehab
2017-12-11media: em28xx: Fix use-after-free when disconnectingMatthias Schwarzott
2017-12-11media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tunerMalcolm Priestley
2017-12-11media: dvb-usb-v2: lmedm04: Improve logic checking of warm startMalcolm Priestley
2017-12-11media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab
2017-12-08media: uvcvideo: Stream error events carry no dataLaurent Pinchart
2017-12-08media: uvcvideo: Mark buffer error where overflowBaoyou Xie
2017-12-08media: uvcvideo: Remove duplicate & operationJaejoong Kim
2017-12-08media: uvcvideo: Add D3DFMT_L8 supportNicolas Dufresne
2017-12-08media: usbvision: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman
2017-12-08media: cpia2: Fix a couple off by one bugsDan Carpenter
2017-12-08media: pulse8-cec: print time using time64_tArnd Bergmann
2017-12-08media: s2255drv: update firmware loadDean A
2017-12-08media: cx231xx: Add support for The Imaging Source DFG/USB2proRomain Reignier
2017-12-08media: use ARRAY_SIZEJérémy Lefaure
2017-12-08media: gspca: Convert PDEBUG to gspca_dbgJoe Perches
2017-12-08media: gspca: Convert PERR to gspca_errJoe Perches
2017-12-08media: stk-webcam: Fix use after free on disconnectDan Carpenter
2017-12-08media: hdpvr: Fix an error handling path in hdpvr_probe()Arvind Yadav
2017-12-08media: cxusb: pass buf as a const u8 * pointer and make buf static constColin Ian King
2017-11-30media: dvb: i2c transfers over usb cannot be done from stackLaurent Caumont
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab
2017-11-27media: usbtv: add a new usbidIcenowy Zheng
2017-11-27media: siano: get rid of documentation warningsMauro Carvalho Chehab
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook