summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi_util.c
AgeCommit message (Expand)Author
2002-07-11Get rid of trailing white space.augustss
2001-12-27Add usbd_get_protocol().augustss
2001-12-18Move utility routine from uirda.c to usbdi_util.c.augustss
2001-11-15usbd_interface2device_handle() cannot fail.augustss
2001-11-13add RCSIDslukem
2001-10-26s/usbd_alloc_report_desc/usbd_read_report_desc/augustss
2001-07-04Null a pointer on error return.augustss
2000-06-01Make it compile with USB_DEBUG.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-04-27Change my email address.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-02-22Fix (mostly harmless) typo.augustss
2000-02-08Use NULL instead of 0.augustss
1999-11-28More USB_DEBUG and DIAGNOSTIC output.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-17A few more purely stylistic changes that I missed in the last round.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-08-22Move more of the transfer completion processing to HC independent code.augustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-08-07Add usbd_set_hub_feature() and usbd_clear_hub_feature().augustss
1999-08-02Another debug message.augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1999-01-07Fix some FreeBSD compiler warnings.augustss
1999-01-03Add a length paarmeter to usbd_do_request_flags().augustss
1999-01-01Add usbd_bulk_transfer(), a function to do interruptible transfer thataugustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-08Some minor API changes and additions.augustss
1998-12-02Handle compound devices in usbd_get_report_descriptor().augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-08-02Improve some error messages.augustss
1998-07-29Add functions to execute asynchronous requests and use these fromaugustss
1998-07-13Add some useful HID ioctl()s.augustss
1998-07-12Add USB support. Supported so far:augustss