summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx
AgeCommit message (Expand)AuthorFilesLines
2014-03-14[media] em28xx-audio: make sure audio is unmuted on open()Frank Schaefer1-20/+22
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-4/+4
2014-03-11[media] em28xx-cards: remove a wrong indent levelDan Carpenter1-2/+2
2014-03-11[media] em28xx-dvb: remove one level of identation at fini callbackMauro Carvalho Chehab1-22/+26
2014-03-11[media] em28xx: Only deallocate struct em28xx after finishing all extensionsMauro Carvalho Chehab6-19/+56
2014-03-11[media] em28xx: only enable PCTV 80e led when streamingMauro Carvalho Chehab1-2/+13
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-2/+2
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 DVB monitor ledMauro Carvalho Chehab2-12/+15
2014-03-04[media] em28xx: add support for Kworld UB435-Q version 3Mauro Carvalho Chehab4-0/+61
2014-03-04[media] em28xx: add support for PCTV 80e remote controllerMauro Carvalho Chehab1-0/+1
2014-03-04[media] drx-j: Fix compilation and un-comment itMauro Carvalho Chehab1-0/+1
2014-03-04[media] drx-j: add a driver for Trident drx-j frontendDevin Heitmueller3-0/+48
2014-03-04[media] em28xx: Display the used DVB alternateMauro Carvalho Chehab1-2/+2
2014-03-04[media] em28xx_dvb: only call the software filter if dataMauro Carvalho Chehab1-0/+4
2014-03-03[media] em28xx: implement em28xx_usb_driver suspend, resume, reset_resume hooksShuah Khan1-0/+26
2014-03-03[media] em28xx-video: implement em28xx_ops: suspend/resume hooksShuah Khan1-0/+28
2014-03-03[media] em28xx-input: implement em28xx_ops: suspend/resume hooksShuah Khan1-0/+37
2014-03-03[media] em28xx-dvb: implement em28xx_ops: suspend/resume hooksShuah Khan1-0/+57
2014-03-03[media] em28xx-audio: implement em28xx_ops: suspend/resume hooksShuah Khan1-0/+30
2014-03-03[media] em28xx: add suspend/resume to em28xx_opsShuah Khan2-0/+32
2014-02-24[media] em28xx-dvb: fix PCTV 461e tuner I2C bindingAntti Palosaari1-2/+25
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab2-2/+2
2014-02-04[media] em28xx-i2c: fix the error code for unknown errorsFrank Schaefer1-6/+23
2014-02-04[media] em28xx-i2c: fix the i2c error description strings for -ENXIOFrank Schaefer1-6/+6
2014-02-04[media] em28xx-v4l: do not call em28xx_init_camera() if the device has no sensorFrank Schaefer1-1/+2
2014-02-04[media] em28xx-camera: fix return value checks on sensor probingFrank Schaefer1-2/+2
2014-02-04[media] em28xx-video: do not unregister the v4l2 dummy clock before v4l2_devi...Frank Schaefer1-3/+3
2014-02-04[media] em28xx-audio: fix user counting in snd_em28xx_capture_open()Frank Schaefer1-11/+11
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-15[media] em28xx-audio: remove needless check before usb_free_coherent()Wei Yongjun1-5/+3
2014-01-15[media] em28xx-audio: provide an error code when URB submit failsMauro Carvalho Chehab1-3/+3
2014-01-15[media] em28xx: fix check for audio only usb interfaces when changing the usb...Frank Schaefer1-2/+13
2014-01-15[media] em28xx: fix usb alternate setting for analog and digital video endpoi...Frank Schaefer5-14/+13
2014-01-15[media] em28xx: make 'em28xx_ctrl_ops' staticFengguang Wu1-1/+1
2014-01-14em28xx-alsa: Fix error patch for init/finiMauro Carvalho Chehab1-4/+5
2014-01-14[media] em28xx-audio: flush work at .finiMauro Carvalho Chehab1-0/+2
2014-01-14[media] drxk: remove the option to load firmware asynchronouslyMauro Carvalho Chehab1-5/+0
2014-01-14[media] em28xx: adjust period size at runtimeMauro Carvalho Chehab2-0/+10
2014-01-14[media] em28xx: push mutex down to extensions on .fini callbackMauro Carvalho Chehab2-2/+3
2014-01-14[media] em28xx: Fix usb diconnect logicMauro Carvalho Chehab1-6/+1
2014-01-14[media] em28xx: print a message at disconnectMauro Carvalho Chehab4-0/+8
2014-01-14[media] em28xx-audio: disconnect before freeing URBsMauro Carvalho Chehab1-0/+1
2014-01-14[media] em28xx-audio: simplify error handlingMauro Carvalho Chehab1-13/+14
2014-01-14[media] em28xx-audio: fix return code on device disconnectMauro Carvalho Chehab1-1/+1
2014-01-14[media] em28xx-v4l: fix the freeing of the video devices memoryFrank Schaefer1-26/+30
2014-01-14[media] em28xx: always call em28xx_release_resources() in the usb disconnect ...Frank Schaefer2-8/+5
2014-01-14[media] em28xx-v4l: move v4l2_ctrl_handler freeing and v4l2_device unregistra...Frank Schaefer1-3/+4
2014-01-14[media] em28xx: move v4l2 dummy clock deregistration from the core to the v4l...Frank Schaefer2-3/+6