summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_subr.c
AgeCommit message (Expand)Author
2003-01-10Try to get full device descriptor a few times. This makes some slowaugustss
2003-01-01Try getting string descriptors in a slightly different way to works aroundaugustss
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-07-11Get rid of trailing white space.augustss
2002-02-20Prefix structure members to protect them against clashes with eg. c++ keywords.christos
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-22Correct a comment.augustss
2001-11-20Sanity check max packet lengths.augustss
2001-11-20Update for new speed handling.augustss
2001-11-17Make it possible to report device speeds with ioctl(USB_DEVICEINFO).augustss
2001-11-16Handle devices that disappear during reset gracefully.augustss
2001-11-13add RCSIDslukem
2001-11-10Get rid of unused abort_handle.augustss
2001-11-10Abort any xfers on the control pipe before closing it on detach.augustss
2001-11-10Small portability improvement.augustss
2001-08-15Add a little infrastructure so that individual drivers can easily checkaugustss
2001-05-16delint: remove unnecessary assignment to same objection (hidden in #define)lukem
2001-01-21Trim space off both ends of device product and vendor strings.augustss
2001-01-18constifyjdolecek
2001-01-08Cosmetic changes.augustss
2000-12-13Don't try to access a device that is being disconnected when generatingaugustss
2000-10-24Add a hack to try and figure out if the TI UTUSB41 hub is bus poweredaugustss
2000-10-12Avoid empty strings for vendor&product.augustss
2000-06-01Improve some portability items.augustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-05-31Be more careful when setting the alternate interface.augustss
2000-04-27Change my email address.augustss
2000-04-23Make it possible to move a device to its unconfigured state byaugustss
2000-04-21Add some comments.augustss
2000-04-21Change error reporting in port reset function.augustss
2000-04-14Make attach of ugen work as it should so product&vendor locators can be used.augustss
2000-03-29Some OpenBSD portability fixes.augustss
2000-03-29Do not accept new xfers for queuing while a pipe is aborting.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-25Rename and move around callout handles to make it more sane.augustss
2000-03-13Fix doubled 'the's in comments.soren
2000-02-20usbd_devinfo_vp(): search the know devs array also if the devicejdolecek
2000-02-02Change the USB event mechanism to include more information about devicesaugustss
2000-02-01Make sure to use delay() in usb_delay_ms() while cold booting.augustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
2000-01-16Add usbd_reload_device_desc() to get the device descriptor again from a device.augustss
1999-12-18Add another debug printf.augustss
1999-12-15Add even more debug output.augustss
1999-12-15More debug printfs.augustss
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
1999-11-24Avoid the special when disconnecting devices with no config descriptor.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-16Fix a pointer test that I got wrong in the big code cleanup.augustss
1999-11-16Some minor changes from OpenBSD.augustss