summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/gspca.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-15/+15
2010-05-21USB: 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
2010-02-26V4L/DVB: gspca - main: Clear any previous USB error when starting the transferJean-Francois Moine1-0/+2
2010-02-26V4L/DVB (13925): gspca - main: Change the check of the USB video interface.Jean-Francois Moine1-6/+3
2010-02-26V4L/DVB (13897): gspca - main: Check the interface class at probe time.Jean-Francois Moine1-2/+6
2010-02-26V4L/DVB (13866): gspca - main: Add the cam flag 'no_urb_create'.Jean-Francois Moine1-5/+8
2010-02-26V4L/DVB (13865): gspca - main: Optimize code.Jean-Francois Moine1-13/+12
2010-01-17V4L/DVB (13816): gspca - main: Set the current frame pointer when first qbuf.Jean-Francois Moine1-0/+2
2009-12-16V4L/DVB (13626): gspca - many subdrivers: Fix some warnings.Jean-Francois Moine1-2/+4
2009-12-16V4L/DVB (13566): gspca - main: New variable usb_err for USB exchanges.Jean-Francois Moine1-0/+13
2009-12-16V4L/DVB (13564): gspca - main: Implement vidioc_enum_frameintervals.Antonio Ospite1-0/+29
2009-12-16V4L/DVB (13561): gspca - main: Remove unnecessary set to alternate 0.Márton Németh1-3/+0
2009-12-16V4L/DVB (13560): gspca - main: Cleanup source.Jean-Francois Moine1-4/+3
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-3/+5
2009-12-05V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt...Jean-Francois Moine1-11/+9
2009-12-05V4L/DVB (13452): gspca - main: Let the driver scan URB packets when no frame ...Jean-Francois Moine1-23/+12
2009-12-05V4L/DVB (13451): gspca - main: Memorize the current frame buffer.Jean-Francois Moine1-10/+11
2009-12-05V4L/DVB (13450): gspca - main: Clear the urb status before resubmit.Jean-Francois Moine1-3/+2
2009-12-05V4L/DVB (13448): gspca - main: Add a gspca flag for inactive controls.Jean-Francois Moine1-0/+3
2009-12-05V4L/DVB (13421): gspca - main: Clearer message when bandwidth too small.Jean-Francois Moine1-3/+7
2009-12-05V4L/DVB (13387): gspca - main: Fix a compilation warning.Jean-Francois Moine1-1/+1
2009-12-05V4L/DVB (13386): gspca - main: Change version to 2.8.0.Jean-Francois Moine1-2/+2
2009-12-05V4L/DVB (13185): gspca: Don't resubmit error status URB's when suspendingHans de Goede1-4/+6
2009-12-05V4L/DVB (13184): gspca: Don't forget to resubmit URB's in case of an errorHans de Goede1-2/+4
2009-12-05V4L/DVB (13178): gspca: Add support for Winbond W9967CF and W9968CF camera'sHans de Goede1-5/+17
2009-12-05V4L/DVB (13115): gspca - main: More information messages.Jean-Francois Moine1-7/+12
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-12V4L/DVB (12382): gspca - main: Remove vidioc_s_std().Marton Nemeth1-7/+0
2009-09-12V4L/DVB (12358): gspca - main: Memorize the current alt before setting itJean-Francois Moine1-1/+1
2009-09-12V4L/DVB (12231): gspca - main: Version change.Jean-Francois Moine1-1/+1
2009-09-12V4L/DVB (12229): gspca - main: Change the ISOC initialization mechanism.Jean-Francois Moine1-18/+37
2009-07-24V4L/DVB (12282): gspca - main: Support for vidioc_g_chip_ident and vidioc_g/s...Brian Johnson1-0/+73
2009-06-23V4L/DVB (12071): gspca: fix NULL pointer deref in query_ctrlHans de Goede1-5/+3
2009-06-17V4L/DVB (11870): gspca - main: VIDIOC_ENUM_FRAMESIZES ioctl added.Hans de Goede1-0/+27