Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ac3322b0d400fdbab410ab80f26a501c2e169e5d
/
drivers
/
media
/
video
/
gspca
/
gspca.c
ac3322b
[media] gspca: clear priv field and disable relevant ioctls
by Hans Verkuil
· 12 years ago
af05ef0
[media] gspca-core: Fix buffers staying in queued state after a stream_off
by Hans de Goede
· 12 years ago
152a3a7
[media] v4l2-dev: rename two functions
by Hans Verkuil
· 12 years ago
2421b3d
[media] gspca: Remove gspca_auto_gain_n_exposure function
by Hans de Goede
· 13 years ago
a3cc74d
[media] gspca: Set gspca_dev->usb_err to 0 at the begin of gspca_stream_off
by Hans de Goede
· 13 years ago
eb23873
[media] gspca: Call sd_stop0 on disconnect
by Hans de Goede
· 13 years ago
a2d887c
[media] gspca: Use req_events in poll
by Hans de Goede
· 13 years ago
9a190c8
[media] gscpa: Clear usb_err before calling sd methods from suspend/resume
by Hans de Goede
· 13 years ago
a3d6e8c
[media] gspca: Switch to V4L2 core locking, except for the buffer queuing ioctls
by Hans Verkuil
· 13 years ago
254902b
[media] gspca: Fix locking issues related to suspend/resume
by Hans Verkuil
· 13 years ago
cc7b6f2
[media] gspca: Fix querycap and incorrect return codes
by Hans Verkuil
· 13 years ago
d57fb9f
[media] gspca: Add support for control events
by Hans Verkuil
· 13 years ago
2333565
[media] gscpa: Use v4l2_fh and add G/S_PRIORITY support
by Hans Verkuil
· 13 years ago
f4c1605
[media] gspca: Use video_drvdata(file) instead of file->private_data
by Hans Verkuil
· 13 years ago
62bba5d
[media] gspca: Allow subdrivers to use the control framework
by Hans Verkuil
· 13 years ago
b35009a
Merge tag 'v3.2' into staging/for_v3.3
by Mauro Carvalho Chehab
· 13 years ago
eb3fb7c
[media] gspca: Add a need_max_bandwidth flag to sd_desc
by Hans de Goede
· 13 years ago
51e23be
[media] gspca - main: isoc mode devices are never low speed
by Hans de Goede
· 13 years ago
2d39059
[media] gspca - main: Avoid clobbering all bandwidth when mic in webcam
by Hans de Goede
· 13 years ago
5dae603
[media] gspca: Check dev->actconfig rather than dev->config
by Hans de Goede
· 13 years ago
1153f04
[media] gspca - main: Take numerator into account in fps calculations
by Hans de Goede
· 13 years ago
d0d3435
[media] gspca - main: Correct use of interval in bandwidth calculation
by Hans de Goede
· 13 years ago
66957b8
[media] gspca - main: rename build_ep_tb to build_isoc_ep_tb
by Hans de Goede
· 13 years ago
18bef42
[media] gspca - main: Change the bandwidth estimation of isochronous transfer
by Jean-François Moine
· 13 years ago
ac97ecc
gspca: Fix falling back to lower isoc alt settings
by Mauro Carvalho Chehab
· 13 years ago
47faa6f
[media] gspca: Fix bulk mode cameras no longer working (regression fix)
by Hans de Goede
· 13 years ago
757e55c
gspca: Fix bulk mode cameras no longer working (regression fix)
by Hans de Goede
· 13 years ago
6121ca5
[media] gspca: Remove the useless variable 'nbalt'
by Jean-François Moine
· 13 years ago
ee7dd4e
[media] gspca - main: Display the subdriver name and version at probe time
by Jean-François Moine
· 13 years ago
f22123f
[media] gspca - main: Version change to 2.14.0
by Jean-François Moine
· 13 years ago
4274d84
[media] gspca - main: Handle the xHCI error on usb_set_interface()
by Jean-François Moine
· 13 years ago
27b1202
[media] gspca - main: Use a better altsetting for image transfer
by Jean-François Moine
· 13 years ago
b796fb6
[media] gspca - main: Better values for V4L2_FMT_FLAG_COMPRESSED
by Jean-François Moine
· 13 years ago
480992b
[media] gspca - main: Fix the isochronous transfer interval
by Jean-François Moine
· 13 years ago
133a9fe
[media] gspca: Use current logging styles
by Joe Perches
· 13 years ago
e7d712c
[media] gspca: s/strncpy/strlcpy/
by Hans de Goede
· 13 years ago
fa4376d
[media] gspca: reset image_len to 0 on LAST_PACKET when discarding frame
by Hans de Goede
· 13 years ago
b0eaab76
[media] gspca: don't include linux/version.h
by Mauro Carvalho Chehab
· 13 years ago
f8e5677
[media] gspca - main: Remove USB traces
by Jean-François Moine
· 13 years ago
5943ba1
[media] gspca - main: Version change to 2.13
by Jean-François Moine
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7106225
[media] gspca - main: Add endpoint direction test in alt_xfer
by Patrice Chotard
· 14 years ago
59929ce
[media] gspca - main: Cleanup source
by Jean-François Moine
· 14 years ago
0beb671
[media] gspca: Version change
by Jean-François Moine
· 14 years ago
0d0ae15
[media] gspca_main: wake wq on streamoff
by Hans de Goede
· 14 years ago
ce5610b
[media] gspca_main: Allow switching from read to mmap / userptr mode
by Hans de Goede
· 14 years ago
ee36299
[media] gspca_main: Simplify read mode memory type checks
by Hans de Goede
· 14 years ago
d642de2
[media] gspca_main: Set memory type to GSPCA_MEMORY_NO on buffer release
by Hans de Goede
· 14 years ago
7f6eb11
[media] gspca_main: Remove no longer used users variable
by Hans de Goede
· 14 years ago
4a82bc6
[media] gspca_main: Update buffer flags even when user_copy fails
by Hans de Goede
· 14 years ago
27074ef
[media] gspca_main: Locking fixes 2
by Hans de Goede
· 14 years ago
4e770f7
[media] gspca_main: Locking fixes 1
by Hans de Goede
· 14 years ago
d851859
[media] gspca - main: Fix some warnings
by Jean-François Moine
· 14 years ago
95f18be
[media] gspca: Fix a warning for using len before filling it
by Mauro Carvalho Chehab
· 14 years ago
668f44a
[media] gspca: Use the global error status for get/set streamparm
by Jean-François Moine
· 14 years ago
76ebc16
[media] gspca - main: Check the isoc packet status before its length
by Jean-François Moine
· 14 years ago
d4b416f
[media] gspca core: Fix regressions gspca breaking devices with audio
by Mauro Carvalho Chehab
· 14 years ago
a23c194
[media] gspca - main: Fix a small code error
by Jean-François Moine
· 14 years ago
0b8851b
[media] gspca - main: Version change
by Jean-François Moine
· 14 years ago
2661da4
[media] gspca: only set gspca->int_urb if submitting it succeeds
by Hans de Goede
· 14 years ago
314b3e0
[media] gspca: submit interrupt urbs *after* isoc urbs
by Hans de Goede
· 14 years ago
780e312
[media] gspca: Fix coding style issues
by Jean-François Moine
· 14 years ago
f43402f
[media] gspca - main: Fix a regression with the PS3 Eye webcam
by Jean-François Moine
· 14 years ago
2e0544a
[media] gspca - main: Have discontinuous sequence numbers when frames are lost
by Jean-François Moine
· 14 years ago
6a33091
[media] gspca - main: New video control mechanism
by Jean-François Moine
· 14 years ago
0b65632
V4L/DVB: gspca - all modules: Display error messages when gspca debug disabled
by Jean-François Moine
· 14 years ago
5482643
V4L/DVB: gspca - all modules: Remove useless module load/unload messages
by Jean-François Moine
· 14 years ago
882787f
V4L/DVB: gspca - main: Fix a crash of some webcams on ARM arch
by Jason Wang
· 14 years ago
fe988f5
V4L/DVB: gspca - main: Fix a crash in gspca_frame_add()
by Jean-François Moine
· 14 years ago
30d4554
V4L/DVB: gspca - main: Version change
by Jean-François Moine
· 14 years ago
35680ba
V4L/DVB: gspca - main: Handle the audio device
by Jean-François Moine
· 14 years ago
c4dc692
V4L/DVB: gspca - main: Adjust and remove some debug messages
by Jean-François Moine
· 14 years ago
a4f96eb
V4L/DVB: gspca - main: Remove useless audio ioctl's
by Jean-François Moine
· 14 years ago
a2ba6f2
V4L/DVB: gspca - main: Fix a compilation warning
by Jean-François Moine
· 14 years ago
f7059ea
V4L/DVB: gspca - main: Don't use the frame buffer flags
by Jean-François Moine
· 14 years ago
02bbcb9
V4L/DVB: gspca - main: Possible race condition in queue management
by Jean-François Moine
· 14 years ago
b192ca9
V4L/DVB: gspca - main: Simplify image building
by Jean-François Moine
· 14 years ago
38bff69
V4L/DVB: gspca - main: Remove V4L1 compatibility
by Jean-François Moine
· 14 years ago
e795d91
V4L/DVB: gspca - main: Don't use the PG_Reserved flag for mmapped buffers
by Jean-François Moine
· 14 years ago
4462864
V4L/DVB: gspca - main: Function gspca_dev_probe2 added
by Jean-François Moine
· 14 years ago
7a9b149
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
997ea58
USB: rename usb_buffer_alloc() and usb_buffer_free() users
by Daniel Mack
· 15 years ago
b26d6e2
V4L/DVB: gspca - main: Convert wMaxPacketSize from little endian 16 to cpu
by Jean-François Moine
· 15 years ago
e4dac28
V4L/DVB: gspca - main: Stop the webcam when bandwidth too small
by Jean-François Moine
· 15 years ago
832d0a9
V4L/DVB: gspca - main: Restart streaming after reqbuf
by Jean-François Moine
· 15 years ago
18bf99a
V4L/DVB: gspca - main: Check the file doing stream on/off
by Jean-François Moine
· 15 years ago
27c6f9e
V4L/DVB: gspca: Change some copyrights and module authors
by Jean-François Moine
· 15 years ago
f762801
V4L/DVB: [-next] gspca: fix build for INPUT=m or INPUT=n
by Randy Dunlap
· 15 years ago
d1875d6
V4L/DVB: gspca: fixes compilation when input is not selected
by Mauro Carvalho Chehab
· 15 years ago
2f51d00
V4L/DVB: gspca - main: Use ktime instead of jiffies for buffer timestamping
by Paulo Assis
· 15 years ago
e763752
V4L/DVB: gspca_main: Fix a compile error when CONFIG_INPUT is not set
by Hans de Goede
· 15 years ago
10ee240
V4L/DVB: gspca_main: some input error handling fixes
by Hans de Goede
· 15 years ago
ac82f59
V4L/DVB: gspca_main: Allow use of input device creation code for non int. inputs
by Hans de Goede
· 15 years ago
26984b0
V4L/DVB: gscpa_sonixb: Differentiate between sensors with a coarse and fine expo ctrl
by Hans de Goede
· 15 years ago
e070bf9
V4L/DVB: gspca - main: Fix a compile error when CONFIG_INPUT is not set
by Jean-François Moine
· 15 years ago
55461f4
V4L/DVB: gspca - main: Change version to 2.9.0.
by Jean-François Moine
· 15 years ago
0274d42
V4L/DVB: gspca - main: Add input support for interrupt endpoints.
by Márton Németh
· 15 years ago
ab6c8cf
V4L/DVB: gspca - main: Clear any previous USB error when starting the transfer
by Jean-Francois Moine
· 15 years ago
b7a597d
V4L/DVB (13925): gspca - main: Change the check of the USB video interface.
by Jean-Francois Moine
· 15 years ago
52a9d3e
V4L/DVB (13897): gspca - main: Check the interface class at probe time.
by Jean-Francois Moine
· 15 years ago
Next »