summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gspca.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13925): gspca - main: Change the check of the USB video interface.Jean-Francois Moine2010-02-261-6/+3
* V4L/DVB (13897): gspca - main: Check the interface class at probe time.Jean-Francois Moine2010-02-261-2/+6
* V4L/DVB (13866): gspca - main: Add the cam flag 'no_urb_create'.Jean-Francois Moine2010-02-261-5/+8
* V4L/DVB (13865): gspca - main: Optimize code.Jean-Francois Moine2010-02-261-13/+12
* V4L/DVB (13816): gspca - main: Set the current frame pointer when first qbuf.Jean-Francois Moine2010-01-171-0/+2
* V4L/DVB (13626): gspca - many subdrivers: Fix some warnings.Jean-Francois Moine2009-12-161-2/+4
* V4L/DVB (13566): gspca - main: New variable usb_err for USB exchanges.Jean-Francois Moine2009-12-161-0/+13
* V4L/DVB (13564): gspca - main: Implement vidioc_enum_frameintervals.Antonio Ospite2009-12-161-0/+29
* V4L/DVB (13561): gspca - main: Remove unnecessary set to alternate 0.Márton Németh2009-12-161-3/+0
* V4L/DVB (13560): gspca - main: Cleanup source.Jean-Francois Moine2009-12-161-4/+3
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-3/+5
* V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt...Jean-Francois Moine2009-12-051-11/+9
* V4L/DVB (13452): gspca - main: Let the driver scan URB packets when no frame ...Jean-Francois Moine2009-12-051-23/+12
* V4L/DVB (13451): gspca - main: Memorize the current frame buffer.Jean-Francois Moine2009-12-051-10/+11
* V4L/DVB (13450): gspca - main: Clear the urb status before resubmit.Jean-Francois Moine2009-12-051-3/+2
* V4L/DVB (13448): gspca - main: Add a gspca flag for inactive controls.Jean-Francois Moine2009-12-051-0/+3
* V4L/DVB (13421): gspca - main: Clearer message when bandwidth too small.Jean-Francois Moine2009-12-051-3/+7
* V4L/DVB (13387): gspca - main: Fix a compilation warning.Jean-Francois Moine2009-12-051-1/+1
* V4L/DVB (13386): gspca - main: Change version to 2.8.0.Jean-Francois Moine2009-12-051-2/+2
* V4L/DVB (13185): gspca: Don't resubmit error status URB's when suspendingHans de Goede2009-12-051-4/+6
* V4L/DVB (13184): gspca: Don't forget to resubmit URB's in case of an errorHans de Goede2009-12-051-2/+4
* V4L/DVB (13178): gspca: Add support for Winbond W9967CF and W9968CF camera'sHans de Goede2009-12-051-5/+17
* V4L/DVB (13115): gspca - main: More information messages.Jean-Francois Moine2009-12-051-7/+12
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* V4L/DVB (12382): gspca - main: Remove vidioc_s_std().Marton Nemeth2009-09-121-7/+0
* V4L/DVB (12358): gspca - main: Memorize the current alt before setting itJean-Francois Moine2009-09-121-1/+1
* V4L/DVB (12231): gspca - main: Version change.Jean-Francois Moine2009-09-121-1/+1
* V4L/DVB (12229): gspca - main: Change the ISOC initialization mechanism.Jean-Francois Moine2009-09-121-18/+37
* V4L/DVB (12282): gspca - main: Support for vidioc_g_chip_ident and vidioc_g/s...Brian Johnson2009-07-241-0/+73
* V4L/DVB (12071): gspca: fix NULL pointer deref in query_ctrlHans de Goede2009-06-231-5/+3
* V4L/DVB (11870): gspca - main: VIDIOC_ENUM_FRAMESIZES ioctl added.Hans de Goede2009-06-161-0/+27
* V4L/DVB (11972): gspca - main: Skip disabled controls.Hans de Goede2009-06-161-61/+61
* V4L/DVB (11715): gspca - main: Set the number of packets per ISOC message.Jean-Francois Moine2009-06-161-3/+3
* V4L/DVB (11712): gspca - main: Set the current alternate setting only when n...Jean-Francois Moine2009-06-161-1/+3
* V4L/DVB (11711): gspca - main: Fix a crash when no bandwidth availableJean-Francois Moine2009-06-161-1/+2
* V4L/DVB (11710): gspca - main: Webcams cannot do both isoc and bulk image tra...Jean-Francois Moine2009-06-161-20/+11
* V4L/DVB (11708): gspca - main: Version change.Jean-Francois Moine2009-06-161-2/+2
* V4L/DVB (11448): gspca - main: Use usb interface as parent.Hans de Goede2009-06-161-1/+1
* V4L/DVB (11387): Sensor orientation reportingAdam Baker2009-04-061-0/+1
* V4L/DVB (11263): gspca: Stop setting buffer type, and avoid memset in querycapTrent Piepho2009-03-301-4/+0
* V4L/DVB (11103): gspca - main: May have isochronous transfers on altsetting 0Jean-Francois Moine2009-03-301-5/+7
* V4L/DVB (10819): gspca: Don't need to zero ioctl parameter fieldsTrent Piepho2009-03-301-4/+0
* V4L/DVB (10620): gspca - main: More checks of the device disconnection.Jean-Francois Moine2009-03-301-31/+74
* V4L/DVB (10379): gspca - main: Use usb_make_path() for VIDIOC_QUERYCAP.Thierry MERLE2009-03-301-2/+1
* V4L/DVB (10378): gspca - main: Avoid error on set interface on disconnection.Jean-Francois Moine2009-03-301-1/+2
* V4L/DVB (10370): gspca - main: Have 3 URBs instead of 2 for ISOC transfers.Jean-Francois Moine2009-03-301-1/+4
* V4L/DVB (10366): gspca - mr97310a: New subdriver.Kyle Guinn2009-03-301-0/+1
* V4L/DVB (10357): gspca - main: Cleanup code.Jean-Francois Moine2009-03-301-9/+5
* V4L/DVB (10333): gspca - main and many subdrivers: Remove the epaddr variable.Jean-Francois Moine2009-03-301-13/+4
OpenPOWER on IntegriCloud