summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2014-07-04[media] gspca_kinect: add support for the depth streamAntonio Ospite1-11/+87
2014-07-04[media] gspca: provide a mechanism to select a specific transfer endpointAntonio Ospite2-6/+15
2014-06-26[media] technisat-sub2: Fix stream curruption on high bitrateCrazyCat1-1/+1
2014-06-19[media] au0828: don't hardcode height/widthMauro Carvalho Chehab1-7/+13
2014-06-19[media] au0828: Only alt setting logic when neededMauro Carvalho Chehab1-17/+17
2014-06-19[media] au0828/au8522: Add PAL-M supportMauro Carvalho Chehab1-4/+6
2014-06-19[media] au0828: add missing tuner Kconfig dependencyMauro Carvalho Chehab1-0/+1
2014-06-17[media] dib8000: export just one symbolMauro Carvalho Chehab1-46/+92
2014-06-17[media] dib8000: rename dib8000_attach to dib8000_initMauro Carvalho Chehab1-7/+7
2014-06-17[media] dib7000: export just one symbolMauro Carvalho Chehab2-122/+243
2014-06-17[media] dib7000p: rename dib7000p_attach to dib7000p_initMauro Carvalho Chehab2-15/+15
2014-06-17[media] lmedm04: rs2000 check if interrupt urb is over dueMalcolm Priestley1-11/+14
2014-06-17[media] usbtv: fix leak at failure path in usbtv_probe()Alexey Khoroshilov1-0/+2
2014-06-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-686/+1496
2014-06-04[media] au0828-dvb: restore its permission to 644Mauro Carvalho Chehab1-0/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2014-05-25[media] au0828: reset streaming when a new frequency is setMauro Carvalho Chehab2-2/+43
2014-05-25[media] au0828: Improve debug messages for urb_completionMauro Carvalho Chehab1-4/+8
2014-05-25[media] au0828: Cancel stream-restart operation if frontend is disconnectedChangbing Xiong1-0/+2
2014-05-25[media] dib0700: fix RC support on Hauppauge Nova-TDMauro Carvalho Chehab3-9/+38
2014-05-25[media] az6027: Added the PID for a new revision of the Elgato EyeTV Sat DVB-...Manuel Schönlaub1-1/+6
2014-05-24[media] media: stk1160: Avoid stack-allocated buffer for control URBsEzequiel Garcia2-2/+9
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart9-14/+14
2014-05-23[media] technisat-usb2: rename led enums to be specific to driverLuis R. Rodriguez1-14/+14
2014-05-23[media] em28xx: make em28xx_free_v4l2 static()Mauro Carvalho Chehab1-1/+1
2014-05-23[media] em28xx: move fields wq_trigger and streaming_started from struct em28...Frank Schaefer2-22/+25
2014-05-23[media] em28xx: remove field tuner_addr from struct em28xxFrank Schaefer3-12/+8
2014-05-23[media] em28xx: remove field tda9887_conf from struct em28xxFrank Schaefer3-7/+3
2014-05-23[media] em28xx: move tuner frequency field from struct em28xx to struct v4l2Frank Schaefer2-8/+11
2014-05-23[media] em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2Frank Schaefer2-14/+18
2014-05-23[media] em28xx: move capture state tracking fields from struct em28xx to stru...Frank Schaefer2-28/+29
2014-05-23[media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2Frank Schaefer3-16/+20
2014-05-23[media] em28xx: move progressive/interlaced fields from struct em28xx to stru...Frank Schaefer3-17/+22
2014-05-23[media] em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2Frank Schaefer2-9/+8
2014-05-23[media] em28xx: move TV norm from struct em28xx to struct v4l2Frank Schaefer2-17/+21
2014-05-23[media] em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2Frank Schaefer3-16/+16
2014-05-23[media] em28xx: move v4l2 frame resolutions and scale data from struct em28xx...Frank Schaefer3-45/+61
2014-05-23[media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2Frank Schaefer3-14/+15
2014-05-23[media] em28xx: move video_device structs from struct em28xx to struct v4l2Frank Schaefer2-71/+56
2014-05-23[media] em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2Frank Schaefer3-9/+10
2014-05-23[media] em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx...Frank Schaefer2-5/+11
2014-05-23[media] em28xx: start moving em28xx-v4l specific data to its own structFrank Schaefer3-56/+116
2014-05-23[media] em28xx-video: simplify usage of the pointer to struct v4l2_ctrl_handl...Frank Schaefer1-14/+14
2014-05-23[media] em28xx: move sub-module data structs to a common place in the main st...Frank Schaefer1-6/+5
2014-05-23[media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()Frank Schaefer1-1/+0
2014-05-23[media] s2255drv: fix memory leak s2255_probe()Daeseok Youn1-1/+1
2014-05-23[media] s2255: Do not free fw_data until timer handler has actually stopped u...Kirill Tkhai1-2/+2
2014-05-23[media] em28xx: move norm_maxw() and norm_maxh() from em28xx.h to em28xx-video.cFrank Schaefer2-22/+23
2014-05-23[media] em28xx: remove function em28xx_compression_disable() and its callFrank Schaefer2-9/+2
2014-05-23[media] em28xx: remove some unused fields from struct em28xxFrank Schaefer1-4/+0