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
/
usb_subr.c
Age
Commit message (
Expand
)
Author
2016-09-19
Correctly check for valid maximum packet size.
Martin Pieuchot
2016-09-19
``bMaxPacketSize'' is reported as a power of 2 for super speed devices
Martin Pieuchot
2016-09-18
Ensure that the device descriptor ``bMaxPacketSize'' value is usable
Martin Pieuchot
2016-09-12
Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() a
Martin Pieuchot
2016-09-02
Pass M_ZERO when allocating memory for "struct usbd_endpoint".
Martin Pieuchot
2016-09-02
Cleanup usbd_fill_iface_data() to make it easier to check for bad
Martin Pieuchot
2016-09-02
Do not free the configuration descriptor without setting ``dev->cdesc''
Martin Pieuchot
2016-09-02
Prevent a NULL dereference, triggerable with a crafted configuration
Martin Pieuchot
2016-05-23
Get rid of usbd_get_device_strings() because we use it only once.
Martin Pieuchot
2016-05-21
Free the cache if the string cannot be retrieved. This allows the
Patrick Wildt
2016-05-18
Cache vendor, product and serial info for each usb device. This allows
Patrick Wildt
2016-03-03
Convert uiomovei to uiomove. Fixes a few integer truncations along the
Stefan Kempf
2016-01-14
Prevent a NULL dereference when detaching a USB device with ugen(4)
Martin Pieuchot
2015-10-24
Wait a short while between setting a USB device's address and reloading
Stefan Sperling
2015-03-23
Return an error if getting the config descriptor failed.
Jonathan Gray
2014-12-21
Always clear a port reset feature after setting it, or at least try to.
Martin Pieuchot
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-11-10
Remove USB locators. They are currently unused and this wont change due
Martin Pieuchot
2014-11-01
Remove the port status argument from usbd_reset_port(). We don't do
Martin Pieuchot
2014-11-01
Use usbd_set_port_feature() instead of rerolling it.
Martin Pieuchot
2014-10-05
Do not re-establish the default pipe twice for every controller. Move
Martin Pieuchot
2014-10-01
Check that the speed of a new device does not exceed its parent's speed
Martin Pieuchot
2014-08-10
Do not allocate space for the whole structure when we just want to store
Martin Pieuchot
2014-08-09
Do not store the whole USB hub descriptor in the "struct usbd_hub"
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-12
Remove incorrect comment about how autoconf(9) works and document
Martin Pieuchot
2014-07-12
Only detach the USB device you disconnected, fix a regression reported
Martin Pieuchot
2014-07-10
Always assign the device address found by the USB stack even if it
Martin Pieuchot
2014-07-09
autoconf(9) is your friend and it knows you more than you think. It
Martin Pieuchot
2014-07-09
Adds an optional bus function to set the address of a new device and
Martin Pieuchot
2014-03-08
Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure to
Martin Pieuchot
2014-03-07
Print the wrong device descriptor's bMaxPacketSize before correcting it
Martin Pieuchot
2014-02-09
Make sure to close the default pipe before re-opening it when we want
Martin Pieuchot
2014-02-09
Do not allow to unconfigure a device by setting the configuration
Martin Pieuchot
2014-01-15
Remove a hack to update the address and packet length for every device
Martin Pieuchot
2013-11-19
Kill matchlvl usage throughout the usb stack.
Paul Irofti
2013-11-02
Remove a layer of abstraction for fetching a configuration descriptor.
Martin Pieuchot
2013-08-21
Unswap address and configuration value arguments in a debug printf.
Martin Pieuchot
2013-08-13
Remove bogus and useless refcounting of usbd pipes that could lead to
Martin Pieuchot
2013-08-08
These functions should only used in the usb-autoconf glue, do not expose
Martin Pieuchot
2013-08-08
Use the same functions to abort and close the control pipe of a device
Martin Pieuchot
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-04-10
Merge usbd_get_device_desc() into the only function using them.
Martin Pieuchot
2013-04-10
Merge usb_devinfo* helper functions into usbd_print(), nothing else use
Martin Pieuchot
2013-04-09
There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()
Martin Pieuchot
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
2013-03-16
No need for two similar functions to free/remove USB device descriptors.
Martin Pieuchot
2012-05-15
Set the usb(4) unit number as bus number. This fixes a possible
Martin Pieuchot
[next]