summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi_util.c
AgeCommit message (Expand)Author
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-22KNFskrll
2017-10-10Reorder to test for null before null deref in debug codemaya
2017-10-10Reorder to test for null before null deref in debug codemaya
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-04-23Merge nick-nhusbskrll
2015-03-27Add usbd_get_bos_desc{,_full} from Takahiro HAYASHIskrll
2014-09-12Improve USB debugging with USBHIST based on KERNHIST.skrll
2013-09-26Remove usbd_do_request_async. It's callback was calling usbd_free_xferskrll
2013-08-30Remove race introduced by using usbd_sync_transfer_sig with a callbackskrll
2013-08-24Fix typo in DPRINTFskrll
2013-01-05fix debug variables.christos
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2012-03-06pull down from usbmp branch:mrg
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-10-01From Anon Ymous:christos
2009-11-12usbd_do_request_flags(..., 0, 0, USBD_CONFIG_TIMEOUT) is equivalent touebayasi
2009-08-16Use a separately defined USBD_CONFIG_TIMEOUT when requesting a devicemartin
2008-05-26some cleanup:drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-26Define a usb_cdc_descriptor_t which contains the class specificdrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30make the definitions consistent with the declarations.christos
2005-04-12Add usb_find_desc_if(), which is similar to usb_find_desc(),itohy
2004-12-03Allow interrupt output devices. From FreeBSD.augustss
2004-10-23Make an iterator abstraction for looping through all descriptors.augustss
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