summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
Commit message (Expand)AuthorAgeFilesLines
* media: pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() retur...Yizhuo2019-08-291-1/+1
* media: em28xx: Fix exception handling in em28xx_alloc_urbs()Markus Elfring2019-08-291-1/+1
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-263-10/+10
* media: usbvision: Remove dead codeSouptick Joarder2019-08-261-10/+0
* media: hdpvr: remove redundant assignment to retvalColin Ian King2019-08-261-5/+1
* media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede2019-08-261-0/+7
* media: usb: cx231xx-417: fix a memory leak bugWenwen Wang2019-08-261-0/+1
* media: cpia2_usb: fix memory leaksWenwen Wang2019-08-261-0/+4
* media: ttusb-dec: Fix info-leak in ttusb_dec_send_command()Tomas Bortoli2019-08-211-1/+1
* media: ec168: Make structure ec168_props constantNishka Dasgupta2019-08-211-1/+1
* media: dvb-usb: add T230 to dvbskyJan Pieter van Woerkom2019-08-211-5/+16
* media: dvb-usb: remove T230 from cxusbJan Pieter van Woerkom2019-08-211-161/+0
* media: gspca: zero usb_buf on errorHans Verkuil2019-08-1914-0/+71
* media: hdpvr: add terminating 0 at end of stringHans Verkuil2019-08-191-0/+1
* media: Fix various misspellings of disconnectedGeert Uytterhoeven2019-08-196-7/+7
* media: tm6000: double free if usb disconnect while streamingSean Young2019-08-141-0/+3
* media: em28xx: modules workqueue not inited for 2nd deviceSean Young2019-08-141-1/+0
* media: media/usb: Use kmemdup rather than duplicating its implementationFuqian Huang2019-08-142-5/+2
* media: pvrusb2: use kzalloc instead of kmalloc and memsetFuqian Huang2019-08-132-4/+2
* media: usb: go7007: s2250-board: convert to i2c_new_dummy_deviceWolfram Sang2019-08-131-3/+3
* media: don't drop front-end reference count for ->detachArnd Bergmann2019-08-041-8/+0
* media: hdpvr: Add device num check and handlingLuke Nowakowski-Krijger2019-07-251-1/+11
* media: go7007: Fix misuse of strscpyJoe Perches2019-07-231-1/+1
* media: drivers/media: don't set pix->priv = 0Hans Verkuil2019-07-236-22/+15
* media: dvbsky: add support for Mygica T230C v2Jan Pieter van Woerkom2019-07-221-0/+5
* media: dib0700: fix link error for dibx000_i2c_set_speedArnd Bergmann2019-07-221-0/+8
* media: technisat-usb2: break out of loop at end of bufferSean Young2019-07-221-12/+10
* media: media/usb: don't set description in ENUM_FMTHans Verkuil2019-07-2223-116/+13
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-0951-461/+3142
|\ \
| * | media: hdpvr: fix locking and a missing msleepHans Verkuil2019-06-241-6/+11
| * | media: cx231xx-cards: Add Hauppauge 955Q variantBrad Love2019-06-131-0/+2
| * | media: pvrusb2: Add Hauppauge HVR1955/1975 devicesBrad Love2019-06-136-1/+233
| * | media: pvrusb2: Add i2c client demod/tuner supportBrad Love2019-06-132-0/+14
| * | media: pvrusb2: Add multiple dvb frontend supportBrad Love2019-06-133-43/+82
| * | media: uvcvideo: Fix access to uninitialized fields on probe errorOliver Neukum2019-06-111-1/+3
| * | media: uvcvideo: Include streaming interface number in debugfs dir nameTorleiv Sundre2019-06-111-2/+3
| * | Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-11184-1567/+203
| |\|
| * | media: pvrusb2: fix null-ptr-deref in class_unregister()Kefeng Wang2019-06-051-1/+2
| * | media: cxusb: Revert "media: cxusb: add raw mode support for, Medion MD95700"Hans Verkuil2019-06-052-162/+32
| * | media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-0520-133/+100
| * | media: dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.hHans Verkuil2019-06-031-3/+2
| * | media: cx231xx-dvb: fix memory leak in dvb_fini()Young Xiao2019-05-291-0/+1
| * | media: em28xx: use usb_to_input_id() rather than handrolling itSean Young2019-05-291-8/+3
| * | media: em28xx: use common code for decoding nec scancodesSean Young2019-05-291-15/+2
| * | media: em28xx: give RC device proper nameSean Young2019-05-291-6/+1
| * | media: cxusb: fix several coding style issuesMauro Carvalho Chehab2019-05-292-156/+217
| * | media: cxusb-analog: Fix some coding style issuesMauro Carvalho Chehab2019-05-291-33/+34
| * | media: cxusb: add raw mode support for Medion MD95700Maciej S. Szmigiero2019-05-282-32/+162