index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uvideo.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the softc definition to uvideo.c so that userland can include
mpi
2015-07-09
1
-63
/
+7
*
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
pirofti
2013-11-07
1
-2
/
+1
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-7
/
+7
*
uncompressed video formats have a fixed per-pixel bit depth, which
jakemsr
2011-04-11
1
-1
/
+2
*
support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for
jakemsr
2011-03-26
1
-2
/
+3
*
* the mjpeg and uncompressed video frame descriptor structures are
jakemsr
2011-03-25
1
-22
/
+5
*
Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types on
weerd
2010-11-27
1
-2
/
+2
*
* define structure that represents USB descriptor with variable sized
jakemsr
2010-10-09
1
-5
/
+4
*
control values can be 1 or 2 bytes, signed or unsigned. fixes hue
jakemsr
2010-10-09
1
-11
/
+30
*
back out support for variable sized processing unit controls until
jakemsr
2010-09-29
1
-2
/
+2
*
support variable sized (bControlSize != 2) processing unit bmControls,
jakemsr
2010-09-26
1
-10
/
+115
*
Add a couple more frames in order to support the latest logitech pro 9000
marco
2010-04-27
1
-2
/
+2
*
the uaa structure (and things it points, for instance ifaces) is only
deraadt
2009-02-19
1
-2
/
+3
*
Fix typo; wClockFrequency -> dwClockFrequency.
mglocker
2009-02-12
1
-2
/
+2
*
Add firmware load for Apple iSight first generation devices
mglocker
2008-12-22
1
-1
/
+5
*
- Extend our quirk device table by a flags field.
mglocker
2008-12-17
1
-2
/
+2
*
do device classification for non-UVC and firmware-needing devices together
deraadt
2008-12-08
1
-4
/
+2
*
Add ability to load firmware for devices which require it.
mglocker
2008-12-08
1
-1
/
+5
*
Sort uvideo_vs_iface struct a bit.
mglocker
2008-12-05
1
-3
/
+3
*
add UYVY video format support for uncompressed video
yuo
2008-12-03
1
-1
/
+5
*
remove bogus part (GUID_UYVY part) form last commit.
yuo
2008-12-03
1
-4
/
+1
*
fix USB packet size handling of uvideo(4)
yuo
2008-12-03
1
-3
/
+6
*
Setup three isoc transfers at a time so we don't miss frames. This fixes
mglocker
2008-11-30
1
-4
/
+17
*
Remove 17 unused vars from uvideo_softc.
mglocker
2008-11-10
1
-20
/
+1
*
Make own struct for the stream header instead saving the data in single
mglocker
2008-11-09
1
-9
/
+16
*
Add BULK xfer support.
mglocker
2008-11-09
1
-1
/
+3
*
Some __packed cleanup; Remove another obsolete pack from a none-hardware
mglocker
2008-08-27
1
-39
/
+38
*
Fix alignment panic on sparc64 by removing a wrong __packed. While
mglocker
2008-08-26
1
-4
/
+4
*
Use consistent variable names; curr -> cur, err -> error.
mglocker
2008-08-24
1
-2
/
+2
*
Add support for processing unit (e.g. brightness) controls. New V4L2
mglocker
2008-08-24
1
-1
/
+80
*
Use correct terms as in the specs;
mglocker
2008-08-02
1
-4
/
+4
*
- Don't relay on bFormatIndex as an internal array index, since this
mglocker
2008-07-31
1
-1
/
+2
*
Since we are able to change the device image resolution on the fly in the
mglocker
2008-07-26
1
-2
/
+2
*
Remove some obsolete XXX comments.
mglocker
2008-07-24
1
-3
/
+3
*
If a resolution which has been requested over VIDEO_TRY_FMT or
mglocker
2008-07-19
1
-1
/
+7
*
Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can
mglocker
2008-07-18
1
-1
/
+5
*
Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).
mglocker
2008-07-14
1
-4
/
+35
*
Save format and frame descriptors to a format group structure so we
mglocker
2008-07-13
1
-3
/
+13
*
Remove obsolete TODO comment.
mglocker
2008-07-12
1
-6
/
+1
*
Add struct for VC_EXTENSION_UNIT and dump it in debug mode.
mglocker
2008-07-03
1
-1
/
+12
*
Add first bits to support uncompressed format.
mglocker
2008-07-02
1
-1
/
+37
*
Limit maximal number of mmap buffers to 32 (instead 256).
mglocker
2008-06-30
1
-2
/
+2
*
Make video stream work properly on uhci and ohci by adding an ohci
mglocker
2008-06-26
1
-3
/
+2
*
Let the driver switch between read() and mmap() depending on what
mglocker
2008-06-09
1
-1
/
+2
*
oops. this change was missing from the previous commit
robert
2008-06-09
1
-1
/
+2
*
Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF,
mglocker
2008-06-07
1
-4
/
+10
*
Arrange our mmap buffer struct better.
mglocker
2008-06-06
1
-4
/
+5
*
Add some first mmap bits.
mglocker
2008-06-05
1
-1
/
+14
*
Instead alloacting a fix frame buffer we allocate the maximum frame size
mglocker
2008-05-27
1
-1
/
+2
*
- Enable userland to read(2) video stream from /dev/video.
mglocker
2008-05-24
1
-1
/
+6
[next]