Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3bc85cce365ca12f98aec150160ed0b84e1af732
/
drivers
/
media
/
usb
/
em28xx
/
em28xx-video.c
3bc85cc
[media] em28xx: use v4l2_disable_ioctl() to disable ioctl VIDIOC_S_PARM
by Frank Schaefer
· 13 years ago
c2dcef8
[media] em28xx: use v4l2_disable_ioctl() to disable ioctls VIDIOC_G_AUDIO and VIDIOC_S_AUDIO
by Frank Schaefer
· 13 years ago
66df67b
[media] em28xx: disable tuner related ioctls for video and VBI devices without tuner
by Frank Schaefer
· 13 years ago
6e46dab
[media] em28xx: use v4l2_disable_ioctl() to disable ioctls VIDIOC_QUERYSTD, VIDIOC_G/S_STD
by Frank Schaefer
· 13 years ago
e6066db
[media] [REVIEW] em28xx: fix bytesperline calculation in TRY_FMT
by Hans Verkuil
· 13 years ago
ef85cd9
[media] em28xx: enable DMABUF
by Mauro Carvalho Chehab
· 13 years ago
3a799c2
[media] em28xx: declare em28xx_stop_streaming as static
by Mauro Carvalho Chehab
· 13 years ago
2665c29
[media] em28xx: simplify device state tracking
by Frank Schaefer
· 13 years ago
d3829fa
[media] em28xx: convert to videobuf2
by Devin Heitmueller
· 13 years ago
2a221d3
[media] em28xx: zero vbi_format reserved array and add try_vbi_fmt
by Hans Verkuil
· 13 years ago
1d179ee
[media] em28xx: remove sliced VBI support
by Hans Verkuil
· 13 years ago
d8c95c0
[media] em28xx: std fixes: don't implement in webcam mode, and fix std changes
by Hans Verkuil
· 13 years ago
86ff7f1
[media] em28xx: fill in readbuffers and fix incorrect return code
by Hans Verkuil
· 13 years ago
50fdf40
[media] em28xx: add support for control events
by Hans Verkuil
· 13 years ago
69a6164
[media] em28xx: convert to v4l2_fh, fix priority handling
by Hans Verkuil
· 13 years ago
081b945
[media] em28xx: convert to the control framework
by Hans Verkuil
· 13 years ago
20deebf
[media] em28xx: fix tuner/frequency handling
by Hans Verkuil
· 13 years ago
319a55f
[media] em28xx: fix VIDIOC_DBG_G_CHIP_IDENT compliance errors
by Hans Verkuil
· 13 years ago
dd5a436
[media] em28xx: remove bogus input/audio ioctls for the radio device
by Hans Verkuil
· 13 years ago
a9d79fe
[media] em28xx: fix querycap
by Hans Verkuil
· 13 years ago
36016a3
[media] em28xx: clean up and unify functions em28xx_copy_vbi() em28xx_copy_video()
by Frank Schaefer
· 13 years ago
227b7c9
[media] em28xx: move the em2710/em2750/em28xx specific frame data processing code to a separate function
by Frank Schaefer
· 13 years ago
e04c00d
[media] em28xx: em28xx_urb_data_copy(): move duplicate code for capture_type=0 and capture_type=2 to a function
by Frank Schaefer
· 13 years ago
4078d62
[media] em28xx: move caching of pointer to vmalloc memory in videobuf to struct em28xx_buffer
by Frank Schaefer
· 13 years ago
a483701
[media] em28xx: refactor VBI data processing code in em28xx_urb_data_copy()
by Frank Schaefer
· 13 years ago
8732533
[media] em28xx: move field 'pos' from struct em28xx_dmaqueue to struct em28xx_buffer
by Frank Schaefer
· 13 years ago
948a49a
[media] em28xx: use common function for video and vbi buffer completion
by Frank Schaefer
· 13 years ago
24a6d84
[media] em28xx: refactor get_next_buf() and use it for vbi data, too
by Frank Schaefer
· 13 years ago
960da93
[media] em28xx: use common urb data copying function for vbi and non-vbi data streams
by Frank Schaefer
· 13 years ago
79ff869
[media] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if needed
by Frank Schaefer
· 13 years ago
0455eeb
[media] em28xx: fix capture type setting in em28xx_urb_data_copy_vbi()
by Frank Schaefer
· 13 years ago
3610f58
[media] em28xx: make sure the packet size is >= 4 before checking for headers in em28xx_urb_data_copy_vbi()
by Frank Schaefer
· 13 years ago
b77e0c0
[media] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi()
by Frank Schaefer
· 13 years ago
c647a91
[media] em28xx: improve USB endpoint logic, also use bulk transfers
by Frank Schaefer
· 13 years ago
0cf544a
[media] em28xx: rename some USB parameter fields in struct em28xx to clarify their role
by Frank Schaefer
· 13 years ago
4601cc3
[media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfers
by Frank Schaefer
· 13 years ago
0fa4a40
[media] em28xx: rename function em28xx_isoc_copy and extend for USB bulk transfers
by Frank Schaefer
· 13 years ago
1653cb0c
[media] em28xx: remove double checks for urb->status == -ENOENT in urb_data_copy functions
by Frank Schaefer
· 13 years ago
057ca0d
[media] em28xx: create a common function for isoc and bulk USB transfer initialization
by Frank Schaefer
· 13 years ago
afb177e
[media] em28xx: rename function em28xx_uninit_isoc to em28xx_uninit_usb_xfer
by Frank Schaefer
· 13 years ago
74209dc
[media] em28xx: rename struct em28xx_usb_isoc_ctl to em28xx_usb_ctl
by Frank Schaefer
· 13 years ago
515688a
[media] em28xx: rename isoc packet number constants and parameters
by Frank Schaefer
· 13 years ago
c02ec71
[media] em28xx: fix wrong data offset for non-interlaced mode in em28xx_copy_video
by Frank Schaefer
· 13 years ago
8e6057b
[media] v4l: Convert drivers to use monotonic timestamps
by Sakari Ailus
· 13 years ago
0e8025b9
[media] v4l2: make vidioc_s_audio const
by Hans Verkuil
· 13 years ago
e36c92f
[media] em28xx: use after free in em28xx_v4l2_close()
by Dan Carpenter
· 13 years ago
0c0d06c
[media] rename most media/video usb drivers to media/usb
by Mauro Carvalho Chehab
· 13 years ago
[Renamed from drivers/media/video/em28xx/em28xx-video.c]
876cb14
[media] em28xx: remove V4L2_FL_LOCK_ALL_FOPS
by Hans Verkuil
· 13 years ago
dedb8cb
[media] em28xx: Fix memory leak on driver defered resource release
by Ezequiel García
· 13 years ago
d2b30e9
[media] em28xx: Remove unused wait_queue's
by Ezequiel García
· 13 years ago
5126f25
[media] v4l2-dev: add flag to have the core lock all file operations
by Hans Verkuil
· 13 years ago
96371fc
[media] em28xx: Remove redundant dev->ctl_input set
by Ezequiel García
· 13 years ago
86d38d1
[media] em28xx: pre-allocate DVB isoc transfer buffers
by Gianluca Gennari
· 13 years ago
1020d13
[media] em28xx: increase maxwidth for em2800
by Sascha Sommer
· 14 years ago
1c5c506
[media] em28xx: implement VIDIOC_ENUM_FRAMESIZES
by Mauro Carvalho Chehab
· 14 years ago
d56ae6f
[media] em28xx: Add VIDIOC_QUERYSTD support
by Mauro Carvalho Chehab
· 14 years ago
16e3d2f
[media] EM28xx - Fix memory leak on disconnect or error
by Chris Rankin
· 14 years ago
1990d50
[media] Stop using linux/version.h on most video drivers
by Mauro Carvalho Chehab
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
fb8decf
[media] em28xx: properly handle subdev controls
by Mauro Carvalho Chehab
· 14 years ago
78e5156
[media] em28xx: Fix return value for s_ctrl
by Mauro Carvalho Chehab
· 14 years ago
9e9bc97
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 15 years ago
8fd0bda
[media] em28xx: radio_fops should also use unlocked_ioctl
by Hans Verkuil
· 15 years ago
3ea2b67
[media] em28xx: fix incorrect s_ctrl error code and wrong call to res_free
by Hans Verkuil
· 15 years ago
08af245
[media] V4L: remove V4L1 compatibility mode
by Hans Verkuil
· 15 years ago
401e5f8
V4L/DVB: em28xx: fix a compilation warning
by Mauro Carvalho Chehab
· 15 years ago
d5906dd
V4L/DVB: em28xx: the default std was not passed on to the subdevs
by Hans Verkuil
· 15 years ago
0499a5a
V4L/DVB: em28xx: remove BKL
by Hans Verkuil
· 15 years ago
08bff03
V4L/DVB: videobuf: add ext_lock argument to the queue init functions
by Hans Verkuil
· 15 years ago
6b81bef
V4L/DVB: drivers/media/video/em28xx: Remove potential NULL dereference
by Julia Lawall
· 15 years ago
2584bc4
V4L/DVB: Fix case where fields were not at the correct start location
by Devin Heitmueller
· 15 years ago
0eed42e
V4L/DVB: em28xx: g_tuner must set type field
by Hans Verkuil
· 15 years ago
4a61ecb
V4L/DVB: em28xx: switch to new vbi subdev ops
by Hans Verkuil
· 15 years ago
5fee334
V4L/DVB: em28xx: rework buffer pointer tracking for offset to start of video
by Devin Heitmueller
· 16 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
66d9cba
V4L/DVB (13932): em28xx: add PAL support for VBI
by Devin Heitmueller
· 16 years ago
46b2109
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
by Laurent Pinchart
· 16 years ago
50462eb
V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number
by Laurent Pinchart
· 16 years ago
63b0d5a
V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers
by Laurent Pinchart
· 16 years ago
f0813b4
V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers
by Laurent Pinchart
· 16 years ago
38c7c03
V4L/DVB (13550): v4l: Use the new video_device_node_name function
by Laurent Pinchart
· 16 years ago
fb3de03
em28xx: don't reduce scale to half size for em2800
by Mauro Carvalho Chehab
· 16 years ago
622b828
V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power
by Laurent Pinchart
· 16 years ago
e3ba4d3
V4L/DVB (12881): em28xx: fix codingstyle issues in em28xx-video.c
by Devin Heitmueller
· 16 years ago
891114a
V4L/DVB (12750): em28xx: fix unused variable warning
by Devin Heitmueller
· 16 years ago
10e0125
V4L/DVB (12749): em28xx: remove unneeded code that set VINCTRL register
by Devin Heitmueller
· 16 years ago
19bf003
V4L/DVB (12748): em28xx: implement g_std v4l call
by Devin Heitmueller
· 16 years ago
0414614
V4L/DVB (12747): em28xx: only advertise VBI capability if supported
by Devin Heitmueller
· 16 years ago
290c0cf
V4L/DVB (12746): em28xx: do not create /dev/vbiX device if VBI not supported
by Devin Heitmueller
· 16 years ago
8c873d3
V4L/DVB (12744): em28xx: restructure fh/dev locking to handle both video and vbi
by Devin Heitmueller
· 16 years ago
91f6dce
V4L/DVB (12743): em28xx: fix mmap_mapper with vbi
by Devin Heitmueller
· 16 years ago
28abf083
V4L/DVB (12742): em28xx: add raw VBI support for NTSC
by Devin Heitmueller
· 16 years ago
da52a55
V4L/DVB (12741): em28xx: make video isoc stream work when VBI is enabled
by Devin Heitmueller
· 16 years ago
4efa2d7
V4L/DVB (12408): em28xx: Implement g/s_register via address match
by Mauro Carvalho Chehab
· 16 years ago
6c428b5
V4L/DVB (12376): em28xx: fix V4L2 API compliance: don't expose audio inputs for devices without it
by Mauro Carvalho Chehab
· 16 years ago
73c6f46
V4L/DVB (12345): em28xx: fix audio VIDIOC_S_CTRL adjustments on devices without ac97
by Mauro Carvalho Chehab
· 16 years ago
a98f6af
V4L/DVB (12274): em28xx-video: better implement ac97 control ioctls
by Mauro Carvalho Chehab
· 16 years ago
ed10daa
V4L/DVB (12273): em28xx-video: rename ac97 audio controls to better document it
by Mauro Carvalho Chehab
· 16 years ago
c2a6b54
V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcams
by Mauro Carvalho Chehab
· 16 years ago
d96ecda
V4L/DVB (12400): em28xx: Allow changing fps on webcams
by Mauro Carvalho Chehab
· 16 years ago
Next »