summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2013-01-05[media] em28xx: convert to videobuf2Devin Heitmueller6-589/+338
2013-01-05[media] em28xx: zero vbi_format reserved array and add try_vbi_fmtHans Verkuil1-0/+3
2013-01-05[media] em28xx: remove sliced VBI supportHans Verkuil1-47/+2
2013-01-05[media] em28xx: std fixes: don't implement in webcam mode, and fix std changesHans Verkuil1-4/+21
2013-01-05[media] em28xx: fill in readbuffers and fix incorrect return codeHans Verkuil1-1/+3
2013-01-05[media] em28xx: add support for control eventsHans Verkuil1-12/+26
2013-01-05[media] em28xx: convert to v4l2_fh, fix priority handlingHans Verkuil2-0/+7
2013-01-05[media] em28xx: convert to the control frameworkHans Verkuil3-225/+53
2013-01-05[media] em28xx: fix tuner/frequency handlingHans Verkuil1-8/+5
2013-01-05[media] em28xx: fix VIDIOC_DBG_G_CHIP_IDENT compliance errorsHans Verkuil1-0/+8
2013-01-05[media] em28xx: remove bogus input/audio ioctls for the radio deviceHans Verkuil1-35/+0
2013-01-05[media] em28xx: fix querycapHans Verkuil1-23/+19
2013-01-05[media] em28xx: tell ir-kbd-i2c that WinTV uses an RC5 protocolMauro Carvalho Chehab1-0/+1
2013-01-05[media] em28xx: simplify IR names on I2C devicesMauro Carvalho Chehab1-4/+4
2013-01-05[media] em28xx: autoload em28xx-rc if the device has an I2C IRMauro Carvalho Chehab1-1/+1
2013-01-05[media] em28xx: initialize button/I2C IR earlierMauro Carvalho Chehab1-9/+11
2013-01-01[media] lmedm04: correct I2C values to 7 bit addressingMalcolm Priestley1-14/+15
2013-01-01[media] stk1160: Replace BUG_ON with WARN_ONEzequiel Garcia1-1/+1
2012-12-29[media] m88rs2000: make use ts2020Igor M. Liplianin3-21/+38
2012-12-29[media] ds3000: lock led procedure addedIgor M. Liplianin1-1/+6
2012-12-29[media] dw2102: autoselect DVB_M88RS2000Igor M. Liplianin1-0/+1
2012-12-28[media] TeVii DVB-S s421 and s632 cards supportIgor M. Liplianin1-7/+99
2012-12-28[media] em28xx: rename module parameter prefer_bulk to usb_xfer_modeFrank Schaefer1-5/+6
2012-12-28[media] make the other drivers take use of the new ts2020 driverKonstantin Dimitrov2-0/+18
2012-12-28[media] it913x: add support for Avermedia A835BEddi De Pieri1-0/+12
2012-12-28[media] au0828: Replace memcpy with struct assignmentEzequiel Garcia2-7/+4
2012-12-28[media] dvb-usb/friio-fe: Replace memcpy with struct assignmentEzequiel Garcia1-3/+2
2012-12-28[media] hdpvr: Replace memcpy with struct assignmentEzequiel Garcia1-2/+1
2012-12-28[media] pvrusb2: Replace memcpy with struct assignmentEzequiel Garcia3-5/+4
2012-12-28[media] pwc: Replace memcpy with struct assignmentEzequiel Garcia1-1/+1
2012-12-28[media] sn9c102: Replace memcpy with struct assignmentEzequiel Garcia1-2/+2
2012-12-28[media] usbvision: Replace memcpy with struct assignmentEzequiel Garcia1-2/+1
2012-12-28[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-24[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-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-23[media] em28xx: clean up the data type mess of the i2c transfer function para...Frank Schaefer1-17/+11
2012-12-23[media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_vi...Frank Schaefer1-46/+21