summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9294): gspca: Add a stop sequence in t613.Jean-Francois Moine2008-10-171-0/+14
* V4L/DVB (9293): gspca: Separate and fix the sensor dependant sequences in t613.Leandro Costantino2008-10-171-37/+110
* V4L/DVB (9292): gspca: Call the control setting functions at init time in t613.Jean-Francois Moine2008-10-171-72/+70
* V4L/DVB (9291): gspca: Do not set the white balance temperature by default in...Jean-Francois Moine2008-10-171-1/+1
* V4L/DVB (9290): gspca: Adjust the sensor init sequences in t613.Jean-Francois Moine2008-10-171-7/+20
* V4L/DVB (9289): gspca: Other sensor identified as om6802 in t613.Jean-Francois Moine2008-10-171-6/+10
* V4L/DVB (9288): gspca: Write to the USB device and not USB interface in t613.Jean-Francois Moine2008-10-171-3/+3
* V4L/DVB (9287): gspca: Change the name of the multi bytes write function in t...Jean-Francois Moine2008-10-171-31/+32
* V4L/DVB (9286): gspca: Compilation problem of gspca.c and the kernel version.Jean-Francois Moine2008-10-172-1/+1
* V4L/DVB (9283): Correct typo and enable setting the gain on the mt9m111 sensorErik Andrén2008-10-171-2/+2
* V4L/DVB (9282): Properly iterate the urbs when destroying them.Erik Andrén2008-10-171-1/+1
* V4L/DVB (9281): gspca: Add hflip and vflip to the po1030 sensorErik Andren2008-10-172-7/+101
* V4L/DVB (9280): gspca: Use the gspca debug macrosErik Andren2008-10-177-98/+66
* V4L/DVB (9279): gspca: Correct some copyright headersErik Andren2008-10-1713-14/+13
* V4L/DVB (9278): gspca: Remove the m5602_debug variableErik Andren2008-10-174-5/+0
* V4L/DVB (9277): gspca: propagate an error in m5602_start_transfer()Erik Andren2008-10-171-4/+6
* 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/+21
* V4L/DVB (9119): gspca: Don't destroy the URBs on disconnect.Jean-Francois Moine2008-10-121-8/+3
* V4L/DVB (9118): gspca: Set the vertical flip at streamon time in sonixj.Jean-Francois Moine2008-10-121-1/+5
* 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/+14
* 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/+20
* 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/+11
* 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/+1
* 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
* V4L/DVB (9074): gspca: sonixj webcam 0c45:60fe added.Jean-Francois Moine2008-10-121-1/+3
* V4L/DVB (9058): spca561: while balance -> white balance typoShane2008-10-121-1/+1
* V4L/DVB (8931): gspca: Vflip added for sonixj - ov7630.Jean-Francois Moine2008-10-121-1/+49
* V4L/DVB (8930): gspca: The image transfer by bulk is started by the subdrivers.Jean-Francois Moine2008-10-121-7/+7
* V4L/DVB (8929): gspca: sonixj webcam 0458:702e added.Jean-Francois Moine2008-10-121-0/+1
OpenPOWER on IntegriCloud