aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2012-12-22[media] em28xx: rename function em28xx_isoc_copy and extend for USB bulk transfersFrank Schaefer1-25/+40
2012-12-22[media] em28xx: remove double checks for urb->status == -ENOENT in urb_data_copy functionsFrank Schaefer2-12/+3
2012-12-22[media] em28xx: clear USB halt/stall condition in em28xx_init_usb_xfer when using bulk transfersFrank Schaefer1-0/+10
2012-12-22[media] em28xx: create a common function for isoc and bulk USB transfer initializationFrank Schaefer4-31/+36
2012-12-22[media] em28xx: create a common function for isoc and bulk URB allocation and setupFrank Schaefer3-49/+60
2012-12-22[media] em28xx: rename function em28xx_uninit_isoc to em28xx_uninit_usb_xferFrank Schaefer4-25/+26
2012-12-22[media] em28xx: update description of em28xx_irq_callbackFrank Schaefer1-1/+2
2012-12-22[media] em28xx: remove obsolete #define EM28XX_URB_TIMEOUTFrank Schaefer1-4/+0
2012-12-22[media] em28xx: rename struct em28xx_usb_isoc_ctl to em28xx_usb_ctlFrank Schaefer4-32/+32
2012-12-22[media] em28xx: rename struct em28xx_usb_isoc_bufs to em28xx_usb_bufsFrank Schaefer2-9/+9
2012-12-22[media] em28xx: rename isoc packet number constants and parametersFrank Schaefer5-14/+15
2012-12-22[media] em28xx: clarify meaning of field 'progressive' in struct em28xxFrank Schaefer1-1/+1
2012-12-22[media] em28xx: fix wrong data offset for non-interlaced mode in em28xx_copy_videoFrank Schaefer1-9/+7
2012-12-22[media] em28xx: input: fix oops on device removalFrank Schaefer1-6/+5
2012-12-21[media] gspca_sonixj: Add a small delay after i2c_w1Hans de Goede1-0/+1
2012-12-21[media] gspca_sonixb: Properly wait between i2c writesHans de Goede1-5/+8
2012-12-21[media] gspca_kinect: add Kinect for Windows USB idJacob Schloss1-0/+1
2012-12-21[media] em28xx: add support for RC6 mode 0 on devices that support itMauro Carvalho Chehab1-17/+76
2012-12-21[media] em28xx: add support for NEC proto variants on em2874 and upperMauro Carvalho Chehab2-20/+39
2012-12-21em28xx: add two missing tuners at the Kconfig fileMauro Carvalho Chehab1-0/+2
2012-12-21[media] Autoselect more relevant frontends for EM28XX DVB stickJonathan McDowell1-0/+3
2012-12-21[media] tm6000-dvb: Fix module unloadJulian Scheel1-2/+2
2012-12-21[media] tda10071: make sure both tuner and demod i2c addresses are specifiedMichael Krufky1-1/+2
2012-12-21[media] gspca_sonixj: Add a small delay after i2c_w1Hans de Goede1-0/+1
2012-12-21[media] gspca_sonixb: Properly wait between i2c writesHans de Goede1-5/+8
2012-12-21[media] gspca_t613: Fix compiling with GSPCA_DEBUG definedHans de Goede1-1/+1
2012-12-21[media] gspca_stv06xx: Disable flip controls for vv6410 sensorErik Andrén1-5/+8
2012-12-21[media] gspca: Use module_usb_driver macroSachin Kamat1-17/+1
2012-12-21[media] gspca_kinect: add Kinect for Windows USB idJacob Schloss1-0/+1
2012-12-21[media] stk-webcam: Add an upside down dmi table, and add the Asus G1 to itHans de Goede1-10/+46
2012-12-21[media] gspca-pac207: Add a led_invert module parameterHans de Goede1-6/+26
2012-12-21[media] gspca - stv06xx: Fix a regression with the bridge/sensor vv6410Jean-François Moine1-0/+4
2012-12-21[media] v4l: Tell user space we're using monotonic timestampsSakari Ailus4-4/+9
2012-12-21[media] v4l: Convert drivers to use monotonic timestampsSakari Ailus15-24/+22
2012-12-20[media] tm6000-video.c: warning fixMauro Carvalho Chehab1-1/+1
2012-12-17[media] au0828: break au0828_card_setup() down into smaller functionsMichael Krufky1-5/+11
2012-12-17[media] au0828: remove forced dependency of VIDEO_AU0828 on VIDEO_V4L2Michael Krufky7-6/+42
2012-12-17[media] au0828: update model matrix entries for 72261, 72271 & 72281Michael Krufky1-2/+3
2012-12-17[media] au0828: add missing model 72281, usb id 2040:7270 to the model matrixMichael Krufky1-0/+3
2012-12-04[media] tm6000: Add parameter to keep urb bufs allocatedJulian Scheel2-19/+98
2012-12-04[media] dw2102: Declare MODULE_FIRMWARE usageRémi Cardona1-10/+26
2012-11-28[media] uvcvideo: Fix control value clamping for unsigned integer controlsLaurent Pinchart1-2/+6
2012-11-28[media] uvcvideo: Mark first output terminal as default video nodeLaurent Pinchart3-0/+8
2012-11-28[media] uvcvideo: Add VIDIOC_[GS]_PRIORITY supportLaurent Pinchart3-0/+49
2012-11-28[media] uvcvideo: Return -ENOTTY for unsupported ioctlsLaurent Pinchart1-2/+2
2012-11-28[media] uvcvideo: Set device_caps in VIDIOC_QUERYCAPLaurent Pinchart3-4/+13
2012-11-28[media] uvcvideo: Don't fail when an unsupported format is requestedLaurent Pinchart3-5/+8
2012-11-28[media] uvcvideo: Return -EACCES when trying to access a read/write-only controlLaurent Pinchart1-2/+2
2012-11-28[media] uvcvideo: Set error_idx properly for extended controls API failuresLaurent Pinchart2-14/+22
2012-11-28[media] rtl28xxu: add NOXON DAB/DAB+ USB dongle rev 2Juergen Lock1-0/+2