summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx
Commit message (Expand)AuthorAgeFilesLines
* media: em28xx: initialize refcount before kref_getDongliang Mu2022-09-281-2/+2
* media: em28xx: fix memory leak in em28xx_init_devDongliang Mu2022-01-271-6/+12
* media: em28xx: fix control-message timeoutsJohan Hovold2022-01-271-2/+2
* media: em28xx-input: fix refcount bug in em28xx_usb_disconnectDongliang Mu2021-09-221-1/+0
* media: em28xx: Fix possible memory leak of em28xx structIgor Matheus Andrade Torrente2021-07-201-2/+6
* media: em28xx: fix memory leakMuhammad Usama Anjum2021-05-221-0/+1
* media: em28xx: Fix misplaced reset of dev->v4l::field_countBen Hutchings2019-01-231-2/+2
* media: em28xx: Fix use-after-free when disconnectingMatthias Schwarzott2018-12-051-1/+2
* media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab2018-11-131-0/+2
* media: em28xx: fix input name for Terratec AV 350Mauro Carvalho Chehab2018-11-131-2/+2
* media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab2018-11-131-3/+3
* media: em28xx: Add Hauppauge SoloHD/DualHD bulk modelsBrad Love2018-05-251-5/+17
* media: em28xx: USB bulk packet size fixBrad Love2018-05-251-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* media: em28xx: calculate left volume level correctlyColin Ian King2017-08-261-1/+1
* media: usb: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-59/+65
* media: rc-core: rename input_name to device_nameSean Young2017-08-201-1/+1
* media: usb: make snd_pcm_hardware constBhumika Goyal2017-08-201-1/+1
* media: Replace initalized ->initializedMauro Carvalho Chehab2017-06-241-1/+1
* media: em28xx: add support for new of Terratec H6Mauro Carvalho Chehab2017-06-243-0/+20
* media: em28xx: Ignore errors while reading from eepromMauro Carvalho Chehab2017-06-241-2/+0
* [media] em28xx: fix spelling mistake: "missdetected" -> "misdetected"Colin Ian King2017-06-061-2/+2
* [media] em28xx: fix+improve the register (usb control message) debuggingFrank Schaefer2017-06-061-17/+18
* [media] em28xx: add support for V4L2_PIX_FMT_SRGGB8Frank Schaefer2017-04-171-0/+5
* [media] em28xx: shed some light on video input formatsFrank Schaefer2017-04-173-7/+23
* [media] em28xx: don't treat device as webcam if an unknown sensor is detectedFrank Schaefer2017-04-171-3/+7
* [media] em28xx: add missing auto-selections for buildFrank Schaefer2017-04-171-1/+6
* [media] em28xx: get rid of the dummy clock sourceFrank Schaefer2017-04-173-31/+6
* [media] em28xx: simplify ID-reading from Micron sensorsFrank Schaefer2017-04-171-24/+4
* [media] em28xx: Add new USB ID eb1a:5051Alexandre-Xavier Labonté-Lamoureux2017-04-171-0/+2
* [media] em28xx: drop last soc_camera linkHans Verkuil2017-04-101-9/+0
* [media] em28xx: reduce stack usage in sensor probing functionsFrank Schaefer2017-03-221-22/+20
* [media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()Mauro Carvalho Chehab2017-03-031-2/+1
* [media] em28xx: support for Hauppauge WinTV-dualHD 01595 ATSC/QAMKevin Cheng2017-02-033-0/+94
* [media] rc-main: assign driver type during allocationAndi Shyti2017-01-301-1/+1
* [media] em28xx: IR protocol not reported correctlySean Young2017-01-301-5/+8
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab2016-12-127-37/+52
* [media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab2016-12-1210-213/+216
* [media] em28xx: don't change the device's nameMauro Carvalho Chehab2016-12-121-10/+4
* [media] em28xx: only use mt9v011 if camera support is enabledArnd Bergmann2016-11-231-1/+1
* [media] tvp5150: convert it to use dev_foo() macrosMauro Carvalho Chehab2016-11-181-2/+1
* [media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab2016-11-1810-424/+536
* [media] em28xx: don't break long linesMauro Carvalho Chehab2016-10-211-2/+1
* [media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab2016-10-219-167/+146
* [media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab2016-10-219-230/+215
* [media] em28xx: mark printk continuation lines as suchMauro Carvalho Chehab2016-10-211-6/+6
* [media] em28xx: don't break long linesMauro Carvalho Chehab2016-10-216-54/+33
* [media] constify i2c_algorithm structuresJulia Lawall2016-09-191-1/+1