Sign in
gem5
/
arm
/
linux
/
1d70be34df59f34b4562b8c047fc3a5069ce17b4
/
drivers
/
media
/
usb
/
hdpvr
/
hdpvr-video.c
a733291
Merge commit '67dd8f35c2d8ed80f26c9654b474cffc11c6674d' into patchwork
by Mauro Carvalho Chehab
· 10 years ago
93e6a85
[media] hdpvr: fix reported HDTV colorspace
by Hans Verkuil
· 11 years ago
d52e238
[media] v4l: Support extending the v4l2_pix_format structure
by Laurent Pinchart
· 11 years ago
95cd5d5
[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
by Ramakrishnan Muthukrishnan
· 11 years ago
3445857
[media] hdpvr: fix two audio bugs
by Hans Verkuil
· 11 years ago
ef1ed8f
[media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timings
by Hans Verkuil
· 11 years ago
eacf8f9
[media] v4l2: use new V4L2_DV_BT_BLANKING/FRAME defines
by Hans Verkuil
· 11 years ago
2576415
[media] v4l2: move dv-timings related code to v4l2-dv-timings.c
by Hans Verkuil
· 11 years ago
5f454d8
[media] hdpvr: improve error handling
by Hans Verkuil
· 12 years ago
79f10b6
[media] hdpvr: code cleanup
by Hans Verkuil
· 12 years ago
ab6e134
[media] hdpvr: fix querystd 'unknown format' return
by Hans Verkuil
· 12 years ago
4d601c4
[media] hdpvr: Removed unnecessary use of kzalloc() in get_video_info()
by Leonid Kegulskiy
· 12 years ago
f743687
[media] hdpvr: Added some error handling in hdpvr_start_streaming()
by Leonid Kegulskiy
· 12 years ago
5854bf8
[media] hdpvr: allow g/s/enum/querystd when in legacy mode
by Hans Verkuil
· 12 years ago
3315c59
[media] hdpvr: add dv_timings support
by Hans Verkuil
· 12 years ago
8f69da9
[media] hdpvr: add g/querystd, remove deprecated current_norm
by Hans Verkuil
· 12 years ago
97caa31
[media] hdpvr: small fixes
by Hans Verkuil
· 12 years ago
41022fc
[media] hdpvr: support device_caps in querycap
by Hans Verkuil
· 12 years ago
65fe42d
[media] hdpvr: add prio and control event support
by Hans Verkuil
· 12 years ago
ede197a
[media] hdpvr: remove hdpvr_fh and just use v4l2_fh
by Hans Verkuil
· 12 years ago
99c77aa
[media] hdpvr: convert to the control framework
by Hans Verkuil
· 12 years ago
314527a
[media] v4l2: pass std by value to the write-only s_std ioctl
by Hans Verkuil
· 12 years ago
54d8090
[media] hdpvr-video: Use the proper check for I2C support
by Mauro Carvalho Chehab
· 12 years ago
0e8025b9
[media] v4l2: make vidioc_s_audio const
by Hans Verkuil
· 12 years ago
0c0d06c
[media] rename most media/video usb drivers to media/usb
by Mauro Carvalho Chehab
· 12 years ago
[Renamed from drivers/media/video/hdpvr/hdpvr-video.c]
e92ba28
[media] v4l: fix compiler warnings
by Hans Verkuil
· 13 years ago
fda2787
[media] hdpvr: update picture controls to support firmware versions > 0.15
by Taylor Ralph
· 13 years ago
afa1595
[media] hdpvr: fix race conditon during start of streaming
by Janne Grunau
· 13 years ago
1990d50
[media] Stop using linux/version.h on most video drivers
by Mauro Carvalho Chehab
· 14 years ago
324b04b
[media] hdpvr: enable IR part
by Jarod Wilson
· 14 years ago
39bcb3a
[media] hdpvr: decrease URB timeout to 90ms
by Alan Young
· 14 years ago
1f33d61
[media] hdpvr: remove unecessary sleep in buffer drain loop
by Alan Young
· 14 years ago
4f5c933
[media] hdpvr: Add missing URB_NO_TRANSFER_DMA_MAP flag
by James M McLaren
· 14 years ago
abf8438
V4L/DVB: drivers/media: Remove unnecessary casts of private_data
by Joe Perches
· 15 years ago
4202066
V4L/DVB: drivers/media: Eliminate a NULL pointer dereference
by Julia Lawall
· 15 years ago
7a9b149
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
997ea58
USB: rename usb_buffer_alloc() and usb_buffer_free() users
by Daniel Mack
· 15 years ago
f2b305c
V4L/DVB: hdpvr: fix disconnect sequence
by Hans Verkuil
· 15 years ago
fdd70c3
V4L/DVB: add missing 'p' at card name 'Hauppauge HD PVR'
by Lars Hanisch
· 15 years ago
85d682b
V4L/DVB: hdpvr-video: cleanup signedness
by Márton Németh
· 15 years ago
957b4aa
V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registered
by Laurent Pinchart
· 15 years ago
cd0e280
V4L/DVB (13413): introduce missing kfree
by Julia Lawall
· 15 years ago
00c1e21
V4L/DVB (12373): hdpvr: fix lock imbalances
by Jiri Slaby
· 15 years ago
99362e1
V4L/DVB (12428): hdpvr: add missing initialization of current_norm
by Hans Verkuil
· 15 years ago
4b512d2
trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able
by Thadeu Lima de Souza Cascardo
· 16 years ago
7d771ff
V4L/DVB (11247): hdpvr: empty internal device buffer after stopping streaming
by Janne Grunau
· 16 years ago
9ef77ad
V4L/DVB (11246): hdpvr: convert printing macros to v4l2_* with struct v4l2_device
by Janne Grunau
· 16 years ago
48f98f7
V4L/DVB (11231): hdpvr: locking fixes
by Janne Grunau
· 16 years ago
d2ff3ec
V4L/DVB (11230): hdpvr: return immediately from hdpvr_poll if data is available
by Janne Grunau
· 16 years ago
a50ab29
V4L/DVB (11229): hdpvr: set usb interface dev as parent in struct video_device
by Janne Grunau
· 16 years ago
d211bfc
V4L/DVB (11228): hdpvr: use debugging macro for buffer status
by Janne Grunau
· 16 years ago
e86da6f
V4L/DVB (11125): fix mispelled Hauppauge in HD PVR and PVR USB2 driver comments
by Janne Grunau
· 16 years ago
76717b8
V4L/DVB (11097): use video_ioctl2 as ioctl handler directly
by Janne Grunau
· 16 years ago
9aba42e
V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device
by Janne Grunau
· 16 years ago