summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: tm6000: Allow tm6000 driver compilationMauro Carvalho Chehab2010-05-185-8/+6
* V4L/DVB: tm6000: add a different set param valuesStefan Ringel2010-05-181-2/+156
* V4L/DVB: tm6000: Fix several bugs at the usb DVB transferStefan Ringel2010-05-181-45/+78
* V4L/DVB: tm6000: remove unused functionStefan Ringel2010-05-181-1/+0
* V4L/DVB: tm6000: add tuner parameter for DVB devicesStefan Ringel2010-05-181-4/+6
* V4L/DVB: tm6000: add tuner callback for dvb frontendStefan Ringel2010-05-183-1/+5
* V4L/DVB: tm6000: add special usb request to quit i2c tuner transferStefan Ringel2010-05-181-1/+11
* V4L/DVB: tm6000: typo fix: the identifer string is wrongStefan Ringel2010-05-181-1/+1
* V4L/DVB: tm6000: fix: avoid unregister the driver after successStefan Ringel2010-05-181-0/+1
* V4L/DVB: tm6000: add Terratec Cinergy Hybrid XEMauro Carvalho Chehab2010-05-181-1/+18
* V4L-DVB: tm6000: add missing BEHOLDER board definitionsMauro Carvalho Chehab2010-05-181-0/+2
* V4L/DVB: tm6000: add digital init for tm6010Stefan Ringel2010-05-181-26/+46
* V4L/DVB: tm6000: fix driver compilationStefan Ringel2010-05-181-1/+1
* V4L/DVB: xc3028: fix regression in firmware loading timeDevin Heitmueller2010-05-181-4/+7
* V4L/DVB (13556a): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2010-05-181-1/+0
* V4L/DVB (13555a): v4l: Use video_device_node_name() instead of the minor numberMauro Carvalho Chehab2010-05-181-10/+12
* V4L/DVB (13403): Add new TV cards of BeholderDmitri Belimov2010-05-181-0/+33
* tm6000: Remove legacy code to work with older kernel versionsMauro Carvalho Chehab2010-05-181-17/+0
* V4L/DVB (12854): tm6000: i2c addresses should now be specified in 7bit formatsMauro Carvalho Chehab2010-05-181-12/+12
* V4L/DVB (12853): tm6000: Fix almost all warnings at the driverMauro Carvalho Chehab2010-05-183-63/+63
* V4L/DVB (12852): tm6000: Fix compilation against 2.6.31Mauro Carvalho Chehab2010-05-187-137/+51
* V4L/DVB (12848): tm6000: Add README with todo listMauro Carvalho Chehab2010-05-181-0/+11
* V4L/DVB (12846): tuner-xc2028: Fix skip code for devices with broken read (tm...Mauro Carvalho Chehab2010-05-181-0/+5
* V4L/DVB (12845): tm6000: more buffer handling fixesMauro Carvalho Chehab2010-05-181-15/+34
* V4L/DVB (12844): tm6000: avoid writing on a floating pointerMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB (12843): tm6000: cleanup: remove a test debug codeMauro Carvalho Chehab2010-05-181-4/+2
* V4L/DVB (12842): tm6000: avoid kernel panic while retrieving the filling bufferMauro Carvalho Chehab2010-05-181-25/+42
* V4L/DVB (12841): tm6000: Fix compilation with newer v4l2-dev APIMauro Carvalho Chehab2010-05-181-34/+38
* V4L/DVB (12840): tm6000: add support for HVR900HMauro Carvalho Chehab2010-05-181-9/+31
* V4L/DVB (12839): tm6000: Another trial to fix analog streamingMauro Carvalho Chehab2010-05-181-3/+5
* V4L/DVB (12838): tm6000: Fix color support on tm6010Mauro Carvalho Chehab2010-05-181-5/+9
* V4L/DVB (12837): tm6000: make tree buildableMaykel Moya2010-05-181-1/+3
* V4L/DVB (12836): tm6000: revert to an old way to copy videoMauro Carvalho Chehab2010-05-182-205/+196
* V4L/DVB (12835): tm6000: Cleanups to work like em28xx-videoMauro Carvalho Chehab2010-05-184-178/+17
* V4L/DVB (12834): tm6000: Fix two warningsMauro Carvalho Chehab2010-05-182-10/+6
* V4L/DVB (12833): tm6000: add a proper init code for -alsaMauro Carvalho Chehab2010-05-181-13/+70
* V4L/DVB (12832): tm6000: allow compilation of tm6000-alsa moduleMauro Carvalho Chehab2010-05-183-4/+18
* V4L/DVB (12831): tm6000: Convert cx88-alsa into tm6000-alsaMauro Carvalho Chehab2010-05-181-648/+101
* V4L/DVB (12830): tm6000: copy cx88-alsa as tm6000-alsaMauro Carvalho Chehab2010-05-181-0/+912
* V4L/DVB (12829): tm6000: several changes on usb preparation trying to avoid -...Mauro Carvalho Chehab2010-05-181-47/+49
* V4L/DVB (12828): tm6000: fixes several CodingStyle and do some cleanupsMauro Carvalho Chehab2010-05-181-167/+146
* V4L/DVB (12827): tm6000: fix image hangsMauro Carvalho Chehab2010-05-183-57/+30
* V4L/DVB (12826): tm6000: adds 10ms delay between two consecutive i2c write opsMauro Carvalho Chehab2010-05-181-0/+1
* V4L/DVB (12825): tm6000: I2C reading operations is not reliable on tm6000Mauro Carvalho Chehab2010-05-183-2/+10
* V4L/DVB (12824): tuner-xc2028: adds an option to send i2c data on slower speedMauro Carvalho Chehab2010-05-182-1/+5
* V4L/DVB (12823): tm6000: Uses another method for handling incomplete packetsMauro Carvalho Chehab2010-05-183-133/+129
* V4L/DVB (12822): tm6000: Add support for tm6010Mauro Carvalho Chehab2010-05-185-116/+263
* V4L/DVB (12821): tm6000: update USB request names and clean up i2c routineChris Pascoe2010-05-182-61/+39
* V4L/DVB (12820): tm6000: fix i2c readingsChristopher Pascoe2010-05-181-7/+26
* V4L/DVB (12819): tm6000: mts parameter has changed on tuner-xc2028.cMauro Carvalho Chehab2010-05-181-1/+1
OpenPOWER on IntegriCloud