index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
gspca
/
gspca.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] gspca: Fix coding style issues
Jean-François Moine
2010-10-21
1
-1
/
+1
*
[media] gspca - main: Fix a regression with the PS3 Eye webcam
Jean-François Moine
2010-10-21
1
-2
/
+2
*
[media] gspca - main: Have discontinuous sequence numbers when frames are lost
Jean-François Moine
2010-10-21
1
-1
/
+2
*
[media] gspca - main: New video control mechanism
Jean-François Moine
2010-10-21
1
-32
/
+99
*
V4L/DVB: gspca - all modules: Display error messages when gspca debug disabled
Jean-François Moine
2010-10-21
1
-11
/
+9
*
V4L/DVB: gspca - all modules: Remove useless module load/unload messages
Jean-François Moine
2010-10-21
1
-2
/
+1
*
V4L/DVB: gspca - main: Fix a crash of some webcams on ARM arch
Jason Wang
2010-09-27
1
-0
/
+1
*
V4L/DVB: gspca - main: Fix a crash in gspca_frame_add()
Jean-François Moine
2010-08-08
1
-4
/
+15
*
V4L/DVB: gspca - main: Version change
Jean-François Moine
2010-08-08
1
-1
/
+1
*
V4L/DVB: gspca - main: Handle the audio device
Jean-François Moine
2010-08-02
1
-0
/
+22
*
V4L/DVB: gspca - main: Adjust and remove some debug messages
Jean-François Moine
2010-08-02
1
-7
/
+3
*
V4L/DVB: gspca - main: Remove useless audio ioctl's
Jean-François Moine
2010-08-02
1
-31
/
+0
*
V4L/DVB: gspca - main: Fix a compilation warning
Jean-François Moine
2010-08-02
1
-1
/
+2
*
V4L/DVB: gspca - main: Don't use the frame buffer flags
Jean-François Moine
2010-08-02
1
-66
/
+46
*
V4L/DVB: gspca - main: Possible race condition in queue management
Jean-François Moine
2010-08-02
1
-2
/
+3
*
V4L/DVB: gspca - main: Simplify image building
Jean-François Moine
2010-08-02
1
-35
/
+30
*
V4L/DVB: gspca - main: Remove V4L1 compatibility
Jean-François Moine
2010-08-02
1
-52
/
+1
*
V4L/DVB: gspca - main: Don't use the PG_Reserved flag for mmapped buffers
Jean-François Moine
2010-08-02
1
-33
/
+2
*
V4L/DVB: gspca - main: Function gspca_dev_probe2 added
Jean-François Moine
2010-08-02
1
-15
/
+31
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2010-05-20
1
-15
/
+15
|
\
|
*
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
2010-05-20
1
-15
/
+15
*
|
V4L/DVB: gspca - main: Convert wMaxPacketSize from little endian 16 to cpu
Jean-François Moine
2010-05-19
1
-2
/
+2
*
|
V4L/DVB: gspca - main: Stop the webcam when bandwidth too small
Jean-François Moine
2010-05-19
1
-33
/
+32
*
|
V4L/DVB: gspca - main: Restart streaming after reqbuf
Jean-François Moine
2010-05-19
1
-2
/
+5
*
|
V4L/DVB: gspca - main: Check the file doing stream on/off
Jean-François Moine
2010-05-19
1
-0
/
+12
*
|
V4L/DVB: gspca: Change some copyrights and module authors
Jean-François Moine
2010-05-19
1
-2
/
+2
*
|
V4L/DVB: [-next] gspca: fix build for INPUT=m or INPUT=n
Randy Dunlap
2010-05-19
1
-5
/
+18
*
|
V4L/DVB: gspca: fixes compilation when input is not selected
Mauro Carvalho Chehab
2010-05-18
1
-4
/
+0
*
|
V4L/DVB: gspca - main: Use ktime instead of jiffies for buffer timestamping
Paulo Assis
2010-05-18
1
-4
/
+3
|
/
*
V4L/DVB: gspca_main: Fix a compile error when CONFIG_INPUT is not set
Hans de Goede
2010-02-26
1
-1
/
+3
*
V4L/DVB: gspca_main: some input error handling fixes
Hans de Goede
2010-02-26
1
-9
/
+10
*
V4L/DVB: gspca_main: Allow use of input device creation code for non int. inputs
Hans de Goede
2010-02-26
1
-1
/
+1
*
V4L/DVB: gscpa_sonixb: Differentiate between sensors with a coarse and fine e...
Hans de Goede
2010-02-26
1
-0
/
+2
*
V4L/DVB: gspca - main: Fix a compile error when CONFIG_INPUT is not set
Jean-François Moine
2010-02-26
1
-0
/
+6
*
V4L/DVB: gspca - main: Change version to 2.9.0.
Jean-François Moine
2010-02-26
1
-1
/
+1
*
V4L/DVB: gspca - main: Add input support for interrupt endpoints.
Márton Németh
2010-02-26
1
-1
/
+202
*
V4L/DVB: gspca - main: Clear any previous USB error when starting the transfer
Jean-Francois Moine
2010-02-26
1
-0
/
+2
*
V4L/DVB (13925): gspca - main: Change the check of the USB video interface.
Jean-Francois Moine
2010-02-26
1
-6
/
+3
*
V4L/DVB (13897): gspca - main: Check the interface class at probe time.
Jean-Francois Moine
2010-02-26
1
-2
/
+6
*
V4L/DVB (13866): gspca - main: Add the cam flag 'no_urb_create'.
Jean-Francois Moine
2010-02-26
1
-5
/
+8
*
V4L/DVB (13865): gspca - main: Optimize code.
Jean-Francois Moine
2010-02-26
1
-13
/
+12
*
V4L/DVB (13816): gspca - main: Set the current frame pointer when first qbuf.
Jean-Francois Moine
2010-01-17
1
-0
/
+2
*
V4L/DVB (13626): gspca - many subdrivers: Fix some warnings.
Jean-Francois Moine
2009-12-16
1
-2
/
+4
*
V4L/DVB (13566): gspca - main: New variable usb_err for USB exchanges.
Jean-Francois Moine
2009-12-16
1
-0
/
+13
*
V4L/DVB (13564): gspca - main: Implement vidioc_enum_frameintervals.
Antonio Ospite
2009-12-16
1
-0
/
+29
*
V4L/DVB (13561): gspca - main: Remove unnecessary set to alternate 0.
Márton Németh
2009-12-16
1
-3
/
+0
*
V4L/DVB (13560): gspca - main: Cleanup source.
Jean-Francois Moine
2009-12-16
1
-4
/
+3
*
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
Laurent Pinchart
2009-12-16
1
-1
/
+0
*
V4L/DVB (13550): v4l: Use the new video_device_node_name function
Laurent Pinchart
2009-12-16
1
-3
/
+5
*
V4L/DVB (13453): gspca - all subdrivers: Remove the unused frame ptr from pkt...
Jean-Francois Moine
2009-12-05
1
-11
/
+9
[next]