aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2012-12-27[media] TeVii DVB-S s421 and s632 cards supportIgor M. Liplianin1-7/+99
2012-12-27[media] em28xx: rename module parameter prefer_bulk to usb_xfer_modeFrank Schaefer1-5/+6
2012-12-27[media] make the other drivers take use of the new ts2020 driverKonstantin Dimitrov2-0/+18
2012-12-27[media] it913x: add support for Avermedia A835BEddi De Pieri1-0/+12
2012-12-27[media] au0828: Replace memcpy with struct assignmentEzequiel Garcia2-7/+4
2012-12-27[media] dvb-usb/friio-fe: Replace memcpy with struct assignmentEzequiel Garcia1-3/+2
2012-12-27[media] hdpvr: Replace memcpy with struct assignmentEzequiel Garcia1-2/+1
2012-12-27[media] pvrusb2: Replace memcpy with struct assignmentEzequiel Garcia3-5/+4
2012-12-27[media] pwc: Replace memcpy with struct assignmentEzequiel Garcia1-1/+1
2012-12-27[media] sn9c102: Replace memcpy with struct assignmentEzequiel Garcia1-2/+2
2012-12-27[media] usbvision: Replace memcpy with struct assignmentEzequiel Garcia1-2/+1
2012-12-27[media] cx231xx: Replace memcpy with struct assignmentEzequiel Garcia2-3/+2
2012-12-27[media] m920x: add support for the VP-7049 Twinhan DVB-T USB StickAntonio Ospite1-0/+123
2012-12-27[media] m920x: send the RC init sequence also when rc.core is usedAntonio Ospite1-1/+1
2012-12-27[media] m920x: Fix CodingStyle issuesMauro Carvalho Chehab1-2/+6
2012-12-27[media] m920x: introduce m920x_rc_core_query()Antonio Ospite1-0/+32
2012-12-27[media] m920x: avoid repeating RC state parsing at each keycodeAntonio Ospite1-1/+2
2012-12-27[media] m920x: factor out a m920x_parse_rc_state() functionAntonio Ospite1-37/+44
2012-12-27[media] m920x: factor out a m920x_write_seq() functionAntonio Ospite1-9/+19
2012-12-27[media] m920x: fix a typo in a commentAntonio Ospite1-1/+1
2012-12-27[media] dvb-usb: fix indentation of a for loopAntonio Ospite1-30/+30
2012-12-27[media] cx231xx : Add support for Elgato Video Capture V2Alf Høgemark2-0/+30
2012-12-23[media] it913x: fix correct endpoint size when pid filter onMalcolm Priestley1-1/+2
2012-12-23[media] em28xx: prefer bulk mode on webcamsMauro Carvalho Chehab1-11/+25
2012-12-23[media] em28xx: make the logs reflect the specific chip nameMauro Carvalho Chehab1-13/+33
2012-12-23Partly revert "[media] uvcvideo: Set error_idx properly for extended controls API failures"Rafael J. Wysocki2-18/+13
2012-12-23[media] em28xx: display the isoc/bulk modeMauro Carvalho Chehab1-13/+18
2012-12-23[media] em28xx: prefer_bulk parameter is read-onlyMauro Carvalho Chehab1-1/+1
2012-12-22[media] em28xx: clean up the data type mess of the i2c transfer function parametersFrank Schaefer1-17/+11
2012-12-22[media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video()Frank Schaefer1-46/+21
2012-12-22[media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate functionFrank Schaefer1-80/+90
2012-12-22[media] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a functionFrank Schaefer1-20/+25
2012-12-22[media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_bufferFrank Schaefer2-20/+12
2012-12-22[media] em28xx: refactor VBI data processing code in em28xx_urb_data_copy()Frank Schaefer1-40/+35
2012-12-22[media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_bufferFrank Schaefer2-32/+29
2012-12-22[media] em28xx: remove obsolete field 'frame' from struct em28xx_bufferFrank Schaefer1-1/+0
2012-12-22[media] em28xx: use common function for video and vbi buffer completionFrank Schaefer1-29/+5
2012-12-22[media] em28xx: refactor get_next_buf() and use it for vbi data, tooFrank Schaefer1-43/+15
2012-12-22[media] em28xx: use common urb data copying function for vbi and non-vbi data streamsFrank Schaefer2-124/+9
2012-12-22[media] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if neededFrank Schaefer1-3/+2
2012-12-22[media] em28xx: fix capture type setting in em28xx_urb_data_copy_vbi()Frank Schaefer2-17/+11
2012-12-22[media] em28xx: make sure the packet size is >= 4 before checking for headers in em28xx_urb_data_copy_vbi()Frank Schaefer1-21/+24
2012-12-22[media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi()Frank Schaefer1-18/+2
2012-12-22[media] em28xx: add module parameter for selection of the preferred USB transfer typeFrank Schaefer1-2/+9
2012-12-22[media] em28xx: improve USB endpoint logic, also use bulk transfersFrank Schaefer6-40/+147
2012-12-22[media] em28xx: set USB alternate settings for analog video bulk transfers properlyFrank Schaefer1-8/+15
2012-12-22[media] em28xx: add fields for analog and DVB USB transfer type selection to struct em28xxFrank Schaefer1-0/+4
2012-12-22[media] em28xx: rename some USB parameter fields in struct em28xx to clarify their roleFrank Schaefer5-22/+26
2012-12-22[media] em28xx: rename function em28xx_dvb_isoc_copy and extend for USB bulk transfersFrank Schaefer1-13/+31
2012-12-22[media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfersFrank Schaefer1-27/+43