summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx-cards.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-11[media] tvp5150: move input definition header to dt-bindingsJavier Martinez Canillas1-1/+1
2016-02-01[media] em28xx: add media controller supportMauro Carvalho Chehab1-2/+53
2016-02-01[media] em28xx: make sure that the device has videoMauro Carvalho Chehab1-1/+10
2016-02-01[media] em28xx: fix tuner detection for Pixelview Prolink PlayTV USB 2.0Mauro Carvalho Chehab1-0/+1
2016-02-01[media] em28xx: remove unused input typesMauro Carvalho Chehab1-67/+67
2015-11-19[media] Add support for dvb usb stick Hauppauge WinTV-soloHDArno Bauernöppel1-0/+2
2015-11-19[media] em28xx: add Terratec Cinergy T XS (MT2060)Alberto Mardegan1-2/+6
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-3/+3
2015-03-03[media] Basic support for the Elgato EyeTV Hybrid INT 2008 USB StickGilles Risch1-1/+12
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab1-14/+14
2014-11-25[media] em28xx: Add support for Terratec Cinergy T2 Stick HDOlli Salonen1-0/+27
2014-11-03[media] em28xx: add support for Leadtek VC100 USB capture deviceWitold Krecicki1-0/+16
2014-09-26Revert "[media] media: em28xx - remove reset_resume interface"Mauro Carvalho Chehab1-0/+1
2014-09-23[media] em28xx: simplify usb audio class handlingFrank Schaefer1-14/+16
2014-09-23[media] em28xx: check if a device has audio earlier"Frank Schaefer1-11/+0
2014-09-03[media] em28xx: fix sparse warningsHans Verkuil1-1/+1
2014-07-26[media] media: em28xx - remove reset_resume interfaceShuah Khan1-1/+0
2014-07-04[media] em28xx: add MSI Digivox Trio supportHans Verkuil1-0/+2
2014-05-23[media] em28xx: remove field tuner_addr from struct em28xxFrank Schaefer1-2/+0
2014-05-23[media] em28xx: remove field tda9887_conf from struct em28xxFrank Schaefer1-3/+0
2014-05-23[media] em28xx: move progressive/interlaced fields from struct em28xx to stru...Frank Schaefer1-2/+0
2014-05-23[media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2Frank Schaefer1-2/+0
2014-05-23[media] em28xx: fix indenting in em28xx_usb_probe()Frank Schaefer1-7/+6
2014-04-23[media] em28xx: add [2013:025f] PCTV tripleStick (292e)Antti Palosaari1-0/+25
2014-03-11[media] em28xx-cards: remove a wrong indent levelDan Carpenter1-2/+2
2014-03-11[media] em28xx: Only deallocate struct em28xx after finishing all extensionsMauro Carvalho Chehab1-7/+25
2014-03-11[media] em28xx: only enable PCTV 80e led when streamingMauro Carvalho Chehab1-2/+13
2014-03-04[media] em28xx: Add LED support for Kworld UB435-Q v3Mauro Carvalho Chehab1-0/+12
2014-03-04[media] em28xx: add support for Kworld UB435-Q version 3Mauro Carvalho Chehab1-0/+23
2014-03-04[media] em28xx: add support for PCTV 80e remote controllerMauro Carvalho Chehab1-0/+1
2014-03-04[media] drx-j: add a driver for Trident drx-j frontendDevin Heitmueller1-0/+20
2014-03-03[media] em28xx: implement em28xx_usb_driver suspend, resume, reset_resume hooksShuah Khan1-0/+26
2014-02-04[media] em28xx-cards: em28xx_devused can be staticFengguang Wu1-1/+1
2014-01-15[media] em28xx-cards: properly initialize the device bitmapMauro Carvalho Chehab1-5/+5
2014-01-14[media] em28xx: fix usb alternate setting for analog and digital video endpoi...Frank Schaefer1-1/+1
2014-01-14[media] em28xx: Fix usb diconnect logicMauro Carvalho Chehab1-6/+1
2014-01-14[media] em28xx: always call em28xx_release_resources() in the usb disconnect ...Frank Schaefer1-7/+5
2014-01-14[media] em28xx: move v4l2 dummy clock deregistration from the core to the v4l...Frank Schaefer1-3/+0
2014-01-14[media] em28xx: move v4l2_device_disconnect() call from the core to the v4l e...Frank Schaefer1-10/+0
2014-01-14[media] em28xx: move usb transfer uninit on device disconnect from the core t...Frank Schaefer1-3/+1
2014-01-14[media] em28xx: move usb buffer pre-allocation and transfer uninit from the c...Frank Schaefer1-21/+0
2014-01-13[media] em28xx: fix xc3028 demod and firmware setup on DVBMauro Carvalho Chehab1-0/+49
2014-01-07[media] export em28xx_release_resources() symbolMauro Carvalho Chehab1-0/+1
2014-01-07[media] em28xx: only initialize extensions on the main interfaceMauro Carvalho Chehab1-0/+12
2014-01-07[media] em28xx: check if a device has audio earlierMauro Carvalho Chehab1-0/+11
2014-01-07[media] em28xx: make em28xx-video to be a separate moduleMauro Carvalho Chehab1-25/+7
2014-01-07[media] em28xx: unregister i2c bus 0 if bus 1 fails to registerMauro Carvalho Chehab1-0/+3
2014-01-07[media] em28xx: move analog-specific init to em28xx-videoMauro Carvalho Chehab1-147/+3
2014-01-05[media] em28xx: Fix em28xx deplockMauro Carvalho Chehab1-2/+3