index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ugen.c
Age
Commit message (
Expand
)
Author
2021-02-05
Prevent that when ugen(4) tries to set an alternative configuration
Marcus Glocker
2021-02-01
Align the mixed naming for the variables used to reference to
Marcus Glocker
2021-01-28
Be consistent in not using parameter names for function prototypes;
Marcus Glocker
2021-01-27
The usb configuration descriptor parameter providing the number of
Marcus Glocker
2021-01-27
Be consistent in not using parameter names for function prototypes.
Marcus Glocker
2021-01-25
Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices
Marcus Glocker
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-09-29
Set the correct length before copying to userland.
Martin Pieuchot
2020-09-02
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
Marcus Glocker
2020-05-13
Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.
Martin Pieuchot
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-02-22
use the UE_GET_XFERTYPE macro where applicable
Jasper Lievisse Adriaanse
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-01-04
Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers.
Martin Pieuchot
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2018-11-14
free(9) sizes for configuration descriptors.
Martin Pieuchot
2018-05-01
Simplify/refactor the way vendor/product/serial informations are
Landry Breuil
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
2017-07-21
Do not permit USB ioctl handler malloc(9)'s to block as this interferes
ians
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2016-05-24
Kill unused ioctl(2)s.
Martin Pieuchot
2016-03-17
'miliseconds' -> 'milliseconds' in comments.
Kenneth R Westerback
2016-03-03
Convert uiomovei to uiomove. Fixes a few integer truncations along the
Stefan Kempf
2015-10-19
Revert transfer submission to r1.85. Seems to make okan@'s scanner
Martin Pieuchot
2015-10-13
Prevent a NULL-pointer dereference when closing a ugen(4) node
Martin Pieuchot
2015-09-15
Fix kpanic I found the hard way while using pcsc-lite
David Coppa
2015-09-07
Do not set USBD_NO_COPY for interrupt transfers, only bulk transfers
Martin Pieuchot
2015-09-04
Do not use an intermediary buffer on the stack of the caller when
Martin Pieuchot
2015-09-03
Do not use an intermediary buffer on the stack of the caller when
Martin Pieuchot
2015-07-10
Do not use usbd_endpoint_count() and usbd_interface_count(), theses
Martin Pieuchot
2015-06-15
Set the length of isochronous transfers as the sum of the frames lengths.
Martin Pieuchot
2015-05-25
Prevent a use after free in by closing all open endpoints upon detach.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-01-11
use mallocarray()
Theo de Raadt
2014-07-12
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-11
Fix debug printf formating and kill some trailing whitespaces while here.
Martin Pieuchot
2013-11-19
Kill matchlvl usage throughout the usb stack.
Paul Irofti
2013-11-06
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
Paul Irofti
2013-11-02
Begin conversion of USB stack to return int instead of usbd_status,
Jeremy Evans
2013-09-20
Unify and document usbd_transfer(9).
Martin Pieuchot
2013-05-17
Don't leak information to userland in case the actual transfer length is
Martin Pieuchot
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-04-01
Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc()
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2011-12-07
Avoid kernel crash by removing double clfree() on endpoint closing for
Marcus Glocker
2011-10-14
Return EINVAL when there's no config descriptor for a given index.
Martin Pieuchot
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
[next]