summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9146): af901x: fix some compiler errors and warningsAntti Palosaari2008-10-132-7/+7
* V4L/DVB (9145): af901x: clean-upAntti Palosaari2008-10-132-4/+0Star
* V4L/DVB (9144): af9015: enable Maxlinear mxl5005s tuner RSSIAntti Palosaari2008-10-131-2/+2
* V4L/DVB (9143): af9015: fix wrong GPIOAntti Palosaari2008-10-131-1/+0Star
* V4L/DVB (9141): anysee: support for Anysee E30 Combo PlusAntti Palosaari2008-10-131-3/+23
* V4L/DVB (9140): anysee: unlock I2C-mutex in error caseAntti Palosaari2008-10-131-2/+2
* V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectoryHans Verkuil2008-10-1221-78/+81
* V4L/DVB (9135): cx88 Dvico FusionHDTV ProTim Farrington2008-10-121-3/+3
* V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil2008-10-127-78/+126
* V4L/DVB (9132): cx18: Fix warning message for DMA done notification for inact...Andy Walls2008-10-121-2/+2
* V4L/DVB (9131): cx18: Add entries for the Leadtek PVR2100 and Toshiba Qosmio ...Andy Walls2008-10-123-1/+106
* V4L/DVB (9126): gspca: Fix some compilation warnings in m5602.Jean-Francois Moine2008-10-123-3/+7
* V4L/DVB (9125): gspca: Big rewrite of t613 driverJean-Francois Moine2008-10-121-266/+326
* V4L/DVB (9124): gspca: Bad name of the tv8532 subdriver in Kconfig.Jean-Francois Moine2008-10-121-1/+1
* V4L/DVB (9123): gspca: Add some lost controls to the s5k83a sensor.Erik Andren2008-10-122-10/+140
* V4L/DVB (9122): gspca: Bad name of the sunplus subdriver in Kconfig.Jean-Francois Moine2008-10-121-2/+2
* V4L/DVB (9121): gspca: Add the subdriver finepix in Kconfig and Makefile.Jean-Francois Moine2008-10-122-0/+11
* V4L/DVB (9120): gspca: sd_desc->start returns a value and static functions in...Jean-Francois Moine2008-10-122-28/+21Star
* V4L/DVB (9119): gspca: Don't destroy the URBs on disconnect.Jean-Francois Moine2008-10-121-8/+3Star
* V4L/DVB (9118): gspca: Set the vertical flip at streamon time in sonixj.Jean-Francois Moine2008-10-121-1/+5
* V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman2008-10-1216-202/+312
* V4L/DVB (9114): dib0700: fix bad assignment of dib0700_xc5000_tuner_callback ...Devin Heitmueller2008-10-121-8/+13
* V4L/DVB (8904): cx88: add missing unlock_kernelHans Verkuil2008-10-121-0/+1
* V4L/DVB (9113): saa7134: fixes for the Asus Tiger Revision 1.00Hermann Pitton2008-10-123-5/+46
* V4L/DVB (9111): cx18: Up the version to 1.0.1Andy Walls2008-10-121-1/+1
* V4L/DVB (9110): cx18: Add default behavior of checking and retrying PCI MMIO ...Andy Walls2008-10-128-36/+427
* V4L/DVB (9108): cinergyT2: add remote key repeat featureThierry MERLE2008-10-121-7/+45
* V4L/DVB (9107): Alternative version of Terratec Cinergy T2 driverTomi Orava2008-10-1210-1195/+689Star
* V4L/DVB (9105): correct Makefile symbol for stv0288 frontendJanne Grunau2008-10-121-1/+1
* V4L/DVB (9101): radio-mr800: Add driver for AverMedia MR 800 USB FM radio dev...Alexey Klimov2008-10-123-0/+641
* V4L/DVB (9098): Whitespace cleanupsMauro Carvalho Chehab2008-10-121-1/+1
* V4L/DVB (9097): gspca: Adjust control values and restore compilation of sonixj.Jean-Francois Moine2008-10-122-15/+14Star
* V4L/DVB (9096): gspca: Subdriver selection at config time.Erik Andren2008-10-123-40/+240
* V4L/DVB (9095): gspca: Moves some sensor initialization to each sensor in m5602.Erik Andren2008-10-127-21/+20Star
* V4L/DVB (9094): gspca: Frame counter in ALi m5602.Erik Andren2008-10-121-4/+6
* V4L/DVB (9093): gspca: Cleanup code and small changes.Erik Andren2008-10-123-14/+11Star
* V4L/DVB (9091): gspca: Subdriver m5602 (ALi) added.Erik Andren2008-10-1217-0/+5428
* V4L/DVB (9090): gspca: Restart the state machine when no frame buffer in fine...Frank Zago2008-10-121-10/+11
* V4L/DVB (9089): gspca: Remove the duplicated EOF (ff d9) in t613.Jean-Francois Moine2008-10-121-1/+1
* V4L/DVB (9088): gspca: New subdriver 'finepix' added.Frank Zago2008-10-122-1/+467
* V4L/DVB (9087): gspca: Image transfer by bulk uses altsetting 0 with any buff...Jean-Francois Moine2008-10-122-16/+28
* V4L/DVB (9086): gspca: Use a kref to avoid potentialy blocking forever in dis...Frank Zago2008-10-122-12/+28
* V4L/DVB (9085): gspca: URB_NO_TRANSFER_DMA_MAP is required for isoc and bulk ...Frank Zago2008-10-121-1/+3
* V4L/DVB (9084): gspca: Fixed a few typos in comments.Frank Zago2008-10-121-6/+6
* V4L/DVB (9083): gspca: URB_NO_TRANSFER_DMA_MAP is not useful for isoc transfers.Jean-Francois Moine2008-10-121-2/+1Star
* V4L/DVB (9082): gspca: Vertical flip the image by default in sonixj.Jean-Francois Moine2008-10-121-1/+1
* V4L/DVB (9079): gspca: Return error code from stream start functions.Jean-Francois Moine2008-10-1222-34/+60
* V4L/DVB (9078): gspca: New exported function to retrieve the current frame bu...Jean-Francois Moine2008-10-122-12/+22
* V4L/DVB (9077): gspca: Set the right V4L2_DEBUG values in the main driver.Frank Zago2008-10-121-2/+4
* V4L/DVB (9076): gspca: USB direction lacking in spca561.Shane2008-10-121-1/+1