aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/pac7311.c
Commit message (Expand)AuthorAgeFilesLines
* [media] gspca: Remove __devinit, __devinitconst and __devinitdataJean-François Moine2011-01-191-2/+2
* [media] gspca - pac7302/pac7311: Fix some warningsJean-François Moine2010-12-291-1/+1
* [media] gspca: Fix coding style issuesJean-François Moine2010-10-211-2/+1
* V4L/DVB: gspca - many subdrivers: Handle the buttons when CONFIG_INPUT=mJean-François Moine2010-10-211-2/+2
* V4L/DVB: gspca - all modules: Display error messages when gspca debug disabledJean-François Moine2010-10-211-10/+7
* V4L/DVB: gspca - all modules: Remove useless module load/unload messagesJean-François Moine2010-10-211-7/+1
* V4L/DVB: gspca - main: Don't use the frame buffer flagsJean-François Moine2010-08-021-7/+2
* V4L/DVB: gspca - main: Simplify image buildingJean-François Moine2010-08-021-13/+11
* V4L/DVB: gspca - pac7302/11: Bad request value in USB writeJean-François Moine2010-08-021-1/+1
* V4L/DVB: gscpa_pac7311: Add support for camera buttonHans de Goede2010-02-261-0/+35
* V4L/DVB: gspca - pac7311: Use usb_err to propagate USB errorsJean-Francois Moine2010-02-261-125/+81
* V4L/DVB: gspca - pac7302/pac7311: Remove the unused page loadingJean-Francois Moine2010-02-261-6/+0
* V4L/DVB (13899): gspca - all subdrivers: Make control descriptors constant.Marton Nemeth2010-02-261-1/+1
* V4L/DVB (13898): gspca - some subdrivers: Make sd_desc const.Márton Németh2010-02-261-1/+1
* V4L/DVB (13621): gspca - some subdrivers: Make device_table[]s constant.Márton Németh2009-12-161-2/+2
* V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt...Jean-Francois Moine2009-12-051-8/+14
* V4L/DVB (13418): gspca - pac7311: Stop sending URBs on first error.Márton Németh2009-12-051-10/+21
* V4L/DVB (13383): gspca - pac7311/pac7302: Propagate error to higher level sof...Márton Németh2009-12-051-56/+105
* V4L/DVB (13325): gspca - pac7302/pac7311: Fix buffer overrun.Marton Nemeth2009-12-051-1/+1
* V4L/DVB (13324): gspca - pac7302/pac7311: Handle return value of usb_control_...Marton Nemeth2009-12-051-3/+21
* V4L/DVB (13300): gspca - pac7302/pac7311: Separate the two subdrivers.Marton Nemeth2009-12-051-380/+60
* V4L/DVB (13299): gspca - pac7311: Extract pac_start_frame.Marton Nemeth2009-12-051-16/+26
* V4L/DVB (13298): gspca - pac207/pac7311/mr97310a: Simplify pac_find_sof.Marton Nemeth2009-12-051-1/+1
* V4L/DVB (13249): gspca - pac7311: Webcam 093a:2628 added.Jean-Francois Moine2009-12-051-0/+1
* V4L/DVB (13121): gspca - pac7311: add comment about JPEG headerMarton Nemeth2009-12-051-3/+22
* V4L/DVB (13120): gspca - pac7311: remove redundant register page switchingMarton Nemeth2009-12-051-1/+0
* V4L/DVB (13119): gspca - pac7311: remove magic value for USB_BUF_SZMarton Nemeth2009-12-051-1/+1
* V4L/DVB (13118): gspca - pac7311: remove magic values for END_OF_SEQUENCE and...Marton Nemeth2009-12-051-7/+11
* V4L/DVB (13117): gspca - pac7311: remove magic value for SKIP.Marton Nemeth2009-12-051-8/+9
* V4L/DVB (12690): gspca - pac7311: Webcam 06f8:3009 added.Stephane Marguet (Stemp)2009-09-121-0/+1
* V4L/DVB (12227): gspca - pac7311: Webcam 093a:2629 added.Jean-Francois Moine2009-09-121-0/+1
* V4L/DVB (10336): gspca - all subdrivers: Return ret instead of -1 in sd_mod_i...Alexey Klimov2009-03-301-1/+1
* V4L/DVB (10335): gspca - all subdrivers: Fix CodingStyle in sd_mod_init funct...Alexey Klimov2009-03-301-1/+3
* V4L/DVB (10333): gspca - main and many subdrivers: Remove the epaddr variable.Jean-Francois Moine2009-03-301-1/+0
* V4L/DVB (10049): gspca - many subdrivers: Set 'const' the pixel format table.Jean-Francois Moine2008-12-301-1/+1
* V4L/DVB (10044): gspca - pac7311: Webcam 093a:2620 added.Hans de Goede2008-12-301-0/+1
* V4L/DVB (9984): gspca - pac7311: Webcam 093a:262c added.Jean-Francois Moine2008-12-301-0/+1
* V4L/DVB (9853): gspca: Webcam 093a:2622 added in pac7311.Jean-Francois Moine2008-12-301-0/+1
* V4L/DVB (9689): gspca: Memory leak when disconnect while streaming.Jean-Francois Moine2008-11-241-0/+3
* V4L/DVB (9079): gspca: Return error code from stream start functions.Jean-Francois Moine2008-10-121-1/+2
* V4L/DVB (8909): gspca: PAC 7302 webcam 093a:262a added.Hans de Goede2008-09-291-0/+1
* V4L/DVB (8830): gspca: Move some probe code to the new init function.Hans de Goede2008-09-031-6/+9
* V4L/DVB (8827): gspca: Stop pac7302 autogain oscillation.Hans de Goede2008-09-031-19/+29
* V4L/DVB (8826): gspca: Webcam Labtec 2200 (093a:2626) added in pac7311.Jean-Francois Moine2008-09-031-0/+1
* V4L/DVB (8825): gspca: More controls for pac73xx and new webcam 093a:2624.Hans de Goede2008-09-031-83/+218
* V4L/DVB (8822): gspca: Change some subdriver functions for suspend/resume.Jean-Francois Moine2008-09-031-9/+3
* V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query control time.Jean-Francois Moine2008-09-031-0/+4
* V4L/DVB (8813): gspca: Adjust SOF detection for pac73xx.Hans de Goede2008-09-031-18/+0
* V4L/DVB (8812): gspca: Do pac73xx webcams work.Hans de Goede2008-09-031-147/+162
* V4L/DVB (8718): gspca: suspend/resume added.Jean-Francois Moine2008-09-031-0/+4