summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/gspca.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-19[media] gspca_main: Set memory type to GSPCA_MEMORY_NO on buffer releaseHans de Goede1-12/+11
2011-01-19[media] gspca_main: Remove no longer used users variableHans de Goede1-27/+5
2011-01-19[media] gspca_main: Update buffer flags even when user_copy failsHans de Goede1-5/+5
2011-01-19[media] gspca_main: Locking fixes 2Hans de Goede1-54/+58
2011-01-19[media] gspca_main: Locking fixes 1Hans de Goede1-6/+9
2010-12-29[media] gspca - main: Fix some warningsJean-François Moine1-4/+6
2010-12-29[media] gspca: Fix a warning for using len before filling itMauro Carvalho Chehab1-1/+1
2010-12-29[media] gspca: Use the global error status for get/set streamparmJean-François Moine1-10/+12
2010-12-29[media] gspca - main: Check the isoc packet status before its lengthJean-François Moine1-6/+6
2010-12-29[media] gspca core: Fix regressions gspca breaking devices with audioMauro Carvalho Chehab1-4/+0
2010-12-29[media] gspca - main: Fix a small code errorJean-François Moine1-1/+1
2010-12-29[media] gspca - main: Version changeJean-François Moine1-1/+1
2010-12-29[media] gspca: only set gspca->int_urb if submitting it succeedsHans de Goede1-1/+1
2010-12-29[media] gspca: submit interrupt urbs *after* isoc urbsHans de Goede1-4/+6
2010-10-21[media] gspca: Fix coding style issuesJean-François Moine1-1/+1
2010-10-21[media] gspca - main: Fix a regression with the PS3 Eye webcamJean-François Moine1-2/+2
2010-10-21[media] gspca - main: Have discontinuous sequence numbers when frames are lostJean-François Moine1-1/+2
2010-10-21[media] gspca - main: New video control mechanismJean-François Moine1-32/+99
2010-10-21V4L/DVB: gspca - all modules: Display error messages when gspca debug disabledJean-François Moine1-11/+9
2010-10-21V4L/DVB: gspca - all modules: Remove useless module load/unload messagesJean-François Moine1-2/+1
2010-09-27V4L/DVB: gspca - main: Fix a crash of some webcams on ARM archJason Wang1-0/+1
2010-08-08V4L/DVB: gspca - main: Fix a crash in gspca_frame_add()Jean-François Moine1-4/+15
2010-08-08V4L/DVB: gspca - main: Version changeJean-François Moine1-1/+1
2010-08-02V4L/DVB: gspca - main: Handle the audio deviceJean-François Moine1-0/+22
2010-08-02V4L/DVB: gspca - main: Adjust and remove some debug messagesJean-François Moine1-7/+3
2010-08-02V4L/DVB: gspca - main: Remove useless audio ioctl'sJean-François Moine1-31/+0
2010-08-02V4L/DVB: gspca - main: Fix a compilation warningJean-François Moine1-1/+2
2010-08-02V4L/DVB: gspca - main: Don't use the frame buffer flagsJean-François Moine1-66/+46
2010-08-02V4L/DVB: gspca - main: Possible race condition in queue managementJean-François Moine1-2/+3
2010-08-02V4L/DVB: gspca - main: Simplify image buildingJean-François Moine1-35/+30
2010-08-02V4L/DVB: gspca - main: Remove V4L1 compatibilityJean-François Moine1-52/+1
2010-08-02V4L/DVB: gspca - main: Don't use the PG_Reserved flag for mmapped buffersJean-François Moine1-33/+2
2010-08-02V4L/DVB: gspca - main: Function gspca_dev_probe2 addedJean-François Moine1-15/+31
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-15/+15
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-15/+15
2010-05-19V4L/DVB: gspca - main: Convert wMaxPacketSize from little endian 16 to cpuJean-François Moine1-2/+2
2010-05-19V4L/DVB: gspca - main: Stop the webcam when bandwidth too smallJean-François Moine1-33/+32
2010-05-19V4L/DVB: gspca - main: Restart streaming after reqbufJean-François Moine1-2/+5
2010-05-19V4L/DVB: gspca - main: Check the file doing stream on/offJean-François Moine1-0/+12
2010-05-19V4L/DVB: gspca: Change some copyrights and module authorsJean-François Moine1-2/+2
2010-05-19V4L/DVB: [-next] gspca: fix build for INPUT=m or INPUT=nRandy Dunlap1-5/+18
2010-05-18V4L/DVB: gspca: fixes compilation when input is not selectedMauro Carvalho Chehab1-4/+0
2010-05-18V4L/DVB: gspca - main: Use ktime instead of jiffies for buffer timestampingPaulo Assis1-4/+3
2010-02-26V4L/DVB: gspca_main: Fix a compile error when CONFIG_INPUT is not setHans de Goede1-1/+3
2010-02-26V4L/DVB: gspca_main: some input error handling fixesHans de Goede1-9/+10
2010-02-26V4L/DVB: gspca_main: Allow use of input device creation code for non int. inputsHans de Goede1-1/+1
2010-02-26V4L/DVB: gscpa_sonixb: Differentiate between sensors with a coarse and fine e...Hans de Goede1-0/+2
2010-02-26V4L/DVB: gspca - main: Fix a compile error when CONFIG_INPUT is not setJean-François Moine1-0/+6
2010-02-26V4L/DVB: gspca - main: Change version to 2.9.0.Jean-François Moine1-1/+1
2010-02-26V4L/DVB: gspca - main: Add input support for interrupt endpoints.Márton Németh1-1/+202