summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi.c
AgeCommit message (Expand)Author
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-07-11Get rid of trailing white space.augustss
2002-06-01SIMPLEQ rototill:lukem
2002-05-19Update dma memory access API a little.augustss
2002-02-28Don't use NULL for non-pointer arguments.thorpej
2002-02-26Fix a typo that prevented timeout in control requests from working.augustss
2002-02-20Prefix structure members to protect them against clashes with eg. c++ keywords.christos
2002-02-11Give usbd_do_request_flags() an extra argument for the timeout.augustss
2002-02-11A little const poisoning. (From FreeBSD.)augustss
2001-12-30Make sure we don't have any pending softintrs when entering polling mode.augustss
2001-12-24Add some more DIAGNOSTIC tests.augustss
2001-12-12Some more paranoia checks when DIAGNOSTIC.augustss
2001-12-12Move usbd_clear_endpoint_toggle() prototype to usbdi.h.augustss
2001-12-03Handle vendor/product lookup with a common routine.augustss
2001-12-02Add a subroutine to search for a vendor/product pair.augustss
2001-11-22Improve dump routine slightly.augustss
2001-11-21Fix indentation and typos.augustss
2001-11-20Keep track of device speed for USB 2.0.augustss
2001-11-15usbd_interface2device_handle() cannot fail.augustss
2001-11-13add RCSIDslukem
2001-11-10Get rid of unused abort_handle.augustss
2001-11-10Add some dump routines for debugging.augustss
2001-04-17Add a DIAGNOSTIC.augustss
2001-04-13Finally get rid of the UGLY and EVIL hack for avoiding tsleep().augustss
2001-01-21Add code to use soft interrupt to handle USB interrupt processing.augustss
2001-01-19Make this compile again after const-ification.augustss
2000-09-23Add a way to do control transfers on other pipes than the default pipe.augustss
2000-06-06Initialize pointer before doing free of it.augustss
2000-06-01Make it compile with USB_DEBUG.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 so we don't end up withaugustss
2000-04-27Change my email address.augustss
2000-03-29Do not accept new xfers for queuing while a pipe is aborting.augustss
2000-03-28Add a comment.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-24Some cleanup and renaming of the callouts used in USB drivers.augustss
2000-03-23Shake out some bugs from the callout changes.thorpej
2000-03-08Get the status right when a polled transfer times out.augustss
2000-03-02Fix typo in argument to ratecheck().augustss
2000-03-02Use ratecheck() to limit error messages on disconnect.augustss
2000-02-08Don't stall the control pipe on error.augustss
2000-01-31Change the way the HC done method is invoked a little.augustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
2000-01-18Move the zeroing of the xfer to the individual methods.augustss
2000-01-18Turn xfer allocation into a method in the HC driver. The reason is thataugustss
2000-01-16Add usbd_reload_device_desc() to get the device descriptor again from a device.augustss
2000-01-16Get timeout right in the gruesome hack.augustss
2000-01-16XXX Add a temporary, gruesome hack. It allows transfers toaugustss
2000-01-16Let usbd_set_polling() work on a usbd_device_handle instead ofaugustss