summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi_util.h
AgeCommit message (Expand)Author
2013-09-26Remove usbd_do_request_async. It's callback was calling usbd_free_xferskrll
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2012-03-11minor cleanups from usbmp:mrg
2012-03-06pull down from usbmp branch:mrg
2009-11-12Whitespace & style.uebayasi
2009-09-04Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1).dyoung
2009-02-02Include the right header to get usb_hid_descriptor_t.joerg
2009-02-02Include guards and match usbd_get_hid_descriptor prototype andjoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-26Define a usb_cdc_descriptor_t which contains the class specificdrochner
2005-12-11merge ktrace-lwp.christos
2005-05-30- const poisoningchristos
2005-04-12Add usb_find_desc_if(), which is similar to usb_find_desc(),itohy
2005-03-02Copyright maintenance.mycroft
2004-12-03Allow interrupt output devices. From FreeBSD.augustss
2004-10-23Make an iterator abstraction for looping through all descriptors.augustss
2004-06-23Yes, some devices return incorrect lengths in their string descriptors. Rathermycroft
2002-07-11Get rid of trailing white space.augustss
2002-03-17Whitespace fixes.augustss
2001-12-27Add usbd_get_protocol().augustss
2001-12-18Move utility routine from uirda.c to usbdi_util.c.augustss
2001-12-03Handle vendor/product lookup with a common routine.augustss
2001-10-26s/usbd_alloc_report_desc/usbd_read_report_desc/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
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
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-07Add usbd_set_hub_feature() and usbd_clear_hub_feature().augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-01-01Add usbd_bulk_transfer(), a function to do interruptible transfer thataugustss
1998-12-30Split usbd_delay_ms() into two functions, one can be used inaugustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-10Take care of some lines > 80 chars.augustss
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