aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/pac7302.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-932/+0
2012-07-30[media] gspca: Add reset_resume callback to all sub-driversHans de Goede1-0/+1
2012-07-30[media] gspca_pac7302: Convert to the control frameworkHans de Goede1-222/+149
2012-05-20[media] media: add support to gspca/pac7302.c for 093a:2627 (Genius FaceCam 300)Jozsef Marton1-0/+1
2012-05-07[media] gspca_pac7302: Improve the gain controlHans de Goede1-5/+15
2012-05-07[media] gspca_pac7302: Document some more registersHans de Goede1-1/+15
2012-05-07[media] gspca_pac7302: Convert multi-line comments to standard kernel styleHans de Goede1-63/+79
2012-05-07[media] gspca_pac73xx: Remove comments from before the 7302 / 7311 separationHans de Goede1-6/+0
2012-05-07[media] gspca/autogain_functions.h: Allow users to declare what they wantHans de Goede1-3/+1
2012-03-08[media] gspca - pac7302: Do autogain setting workJean-François Moine1-41/+35
2012-03-08[media] gspca - pac7302: Use the new video control mechanismJean-François Moine1-298/+79
2012-03-08[media] gspca - pac7302: Simplify the function pkt_scanJean-François Moine1-47/+24
2012-03-08[media] gspca - pac7302: Cleanup sourceJean-François Moine1-39/+33
2012-03-08[media] gspca - pac7302: Add new webcam 06f8:301bJean-François Moine1-0/+1
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2012-01-06[media] gspca_pac7302: Add usb-id for 145f:013cHans de Goede1-0/+1
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-09-04[media] gspca: Use current logging stylesJoe Perches1-7/+8
2011-01-19[media] gspca: Remove __devinit, __devinitconst and __devinitdataJean-François Moine1-2/+2
2010-12-29[media] gspca - pac7302/pac7311: Fix some warningsJean-François Moine1-1/+1
2010-10-21[media] gspca: Fix coding style issuesJean-François Moine1-2/+1
2010-10-21V4L/DVB: gspca - many subdrivers: Handle the buttons when CONFIG_INPUT=mJean-François Moine1-2/+2
2010-10-21V4L/DVB: gspca - all modules: Display error messages when gspca debug disabledJean-François Moine1-10/+7
2010-10-21V4L/DVB: gspca - all modules: Remove useless module load/unload messagesJean-François Moine1-7/+1
2010-08-02V4L/DVB: gspca - main: Don't use the frame buffer flagsJean-François Moine1-7/+3
2010-08-02V4L/DVB: gspca - main: Simplify image buildingJean-François Moine1-13/+11
2010-08-02V4L/DVB: gspca - pac7302/11: Bad request value in USB writeJean-François Moine1-1/+1
2010-08-02V4L/DVB: gspca - pac7302: add Genius iSlim 310Márton Németh1-0/+1
2010-02-26V4L/DVB: gspca_pac7302: much improved exposure controlHans de Goede1-55/+50
2010-02-26V4L/DVB: gspca - pac7302: Change latin1 text to utf-8.Jean-Francois Moine1-1/+1
2010-02-26V4L/DVB: gspca - pac7302: Add support for camera button.Márton Németh1-0/+37
2010-02-26V4L/DVB: gspca - pac7302: Use usb_err to propagate USB errorsJean-Francois Moine1-157/+96
2010-02-26V4L/DVB: gspca - pac7302/pac7311: Remove the unused page loadingJean-Francois Moine1-8/+2
2010-02-26V4L/DVB (13926): gspca - pac7302: Fix a random USB error.Jean-Francois Moine1-1/+1
2010-02-26V4L/DVB (13899): gspca - all subdrivers: Make control descriptors constant.Marton Nemeth1-1/+1
2010-02-26V4L/DVB (13898): gspca - some subdrivers: Make sd_desc const.Márton Németh1-1/+1
2009-12-16V4L/DVB (13621): gspca - some subdrivers: Make device_table[]s constant.Márton Németh1-2/+2
2009-12-16V4L/DVB (13565): gspca - pac7302: One more webcam is upside-down by default.Jean-Francois Moine1-1/+1
2009-12-16V4L/DVB (13559): gspca - pac7302: Some webcams are upside-down by default.Jean-Francois Moine1-4/+15
2009-12-05V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt_scan().Jean-Francois Moine1-8/+14
2009-12-05V4L/DVB (13419): gspca - pac7302: Add debug register write interface.Márton Németh1-0/+54
2009-12-05V4L/DVB (13389): gspca - pac7302: Handle return values in sd_start().Marton Nemeth1-3/+3
2009-12-05V4L/DVB (13388): gspca - pac7302: Add white balance control.Marton Nemeth1-0/+57
2009-12-05V4L/DVB (13385): gspca - pac7302: Add red and blue balance control.Márton Németh1-0/+126
2009-12-05V4L/DVB (13383): gspca - pac7311/pac7302: Propagate error to higher level software.Márton Németh1-53/+102
2009-12-05V4L/DVB (13382): gspca - pac7302: Remove redundant stream off command.Márton Németh1-1/+1
2009-12-05V4L/DVB (13325): gspca - pac7302/pac7311: Fix buffer overrun.Marton Nemeth1-1/+1
2009-12-05V4L/DVB (13324): gspca - pac7302/pac7311: Handle return value of usb_control_msg().Marton Nemeth1-3/+21
2009-12-05V4L/DVB (13300): gspca - pac7302/pac7311: Separate the two subdrivers.Marton Nemeth1-0/+962