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
2024-05-23
remove unneeded includes; ok mpi@
Jonathan Gray
2023-10-06
Rename 'ifaceidx' variables and parameters to 'ifaceno'. More
Kenneth R Westerback
2023-10-02
Add 'host root port' information to hw.ucomnames.
Kenneth R Westerback
2023-10-01
Add sysctl hw.ucomnames to list 'fixed' paths to USB serial
Kenneth R Westerback
2023-09-11
Remove unnecessary <sys/selinfo.h> includes.
Vitaliy Makkoveev
2022-02-16
Currently, wskbd_set_mixervolume() only adjusts the volume of the first
Anton Lindqvist
2022-01-09
spelling
Jonathan Gray
2021-12-04
Consolidate error paths in usbd_new_device, shaving of 14 lines.
Anton Lindqvist
2021-02-24
remove unused usbd_get_device_string()
Jonathan Gray
2021-02-01
Align the mixed naming for the variables used to reference to
Marcus Glocker
2021-01-27
The usb configuration descriptor parameter providing the number of
Marcus Glocker
2020-08-27
usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore return
Marcus Glocker
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2019-10-06
tsleep(9) to tsleep_nsec(9) conversions.
Martin Pieuchot
2019-06-24
Don't retry to get the usb descriptor in usbd_new_device() if the call
Claudio Jeker
2019-02-17
Publish new attached device once it is fully initialized.
Martin Pieuchot
2019-01-22
Remove unused variable.
Martin Pieuchot
2018-11-27
Free sizes for the subdevs array.
Martin Pieuchot
2018-11-20
Revert free sizes for `subdevs' array, it is incorrect.
Martin Pieuchot
2018-11-18
More uses of __func__ in debug printfs.
Martin Pieuchot
2018-11-18
Use "%s", __func__ in DPRINTF() to reduce grep noise.
Martin Pieuchot
2018-11-17
free(9) size for USB subdevs array.
Martin Pieuchot
2018-11-16
free(9) sizes for array of interfaces.
Martin Pieuchot
2018-11-14
free(9) sizes for configuration descriptors.
Martin Pieuchot
2018-11-10
free(9) sizes for endpoints array.
Martin Pieuchot
2018-07-19
Reuse implicit padding to export the port number of a USB device in
Martin Pieuchot
2018-07-10
Change USB_DEVICEINFO to report USB port status/changes as currently
Martin Pieuchot
2018-05-01
Simplify/refactor the way vendor/product/serial informations are
Landry Breuil
2018-04-24
Fill the 'card' member of v4l2_capability struct with the usb product
Landry Breuil
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-04-05
3 more mallocarray() uses
Theo de Raadt
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
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
[next]