summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2001-12-12Don't change wire protocol state in umass generic functiongehenna
2001-12-12bcopy -> memcpygehenna
2001-12-10Regen.augustss
2001-12-10Add some devices.augustss
2001-12-09Add an itemgehenna
2001-12-07Rebuild these to fix the "generated from" line.cjs
2001-12-07Add Palm m500/m505 and Sony Clie USB cradle device IDs.cjs
2001-12-06Add IrDA related defines.augustss
2001-12-05Regen.augustss
2001-12-05Add a NEC USB 2.0 hub. (USB 2.0 hubs are very rare creatures at the moment!)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-12-02No need to include atavar.h here.bouyer
2001-12-02Clean up attach of wd/atapibus:bouyer
2001-12-01Shorten wmesg so that they can be distinguished in ps/top output.enami
2001-12-01Fix null pointer dereference when EHCI_DEBUG is defined (andenami
2001-11-30Regen.augustss
2001-11-30Add new devices. From URA Hiroshi in PR 14790.augustss
2001-11-29Regen.augustss
2001-11-29Add some ISD devices.augustss
2001-11-29Plug a memory leak in an error case.augustss
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-28use #ifdef DDB (for consistency with the rest of the kernel)lukem
2001-11-26Change wchan name for usb task thread.augustss
2001-11-25Add a quirk for Olympus C-1. From FreeBSD (by iedowse)augustss
2001-11-25Pay attention to the timeout value passed down by the scsipi layer.augustss
2001-11-25Regen.augustss
2001-11-25Add Olympus C-1.augustss
2001-11-23Match against EPSON GT-9700F.enami
2001-11-23Regen.enami
2001-11-23Add product id of EPSON GT-9700F.enami
2001-11-23Improve xfer abort sequence.augustss
2001-11-23Handle Zip quirks differently.augustss
2001-11-23Update mass storage protocol numbers.augustss
2001-11-22Correct a comment.augustss
2001-11-22Improve dump routine slightly.augustss
2001-11-22Fix a bug in qTD chain allocation.augustss
2001-11-21Make it compile without debug.augustss
2001-11-21Add another "feature".augustss
2001-11-21Follow a safer protocol when updating the QH.augustss
2001-11-21Use NULL not 0.augustss
2001-11-21Fix indentation and typos.augustss
2001-11-21Implement (incorrect?) data toggle clear method.augustss
2001-11-21Wrap dump routine prototypes in #ifdef USB_DEBUGaugustss
2001-11-21Mask correct interrupt after error interrupt.augustss
2001-11-21Mask the correct interrupt after a door bell interrupt.augustss
2001-11-21Implement bulk transfers.augustss
2001-11-21Add some interrupt processing.augustss
2001-11-21Fix typo in comment.augustss
2001-11-21Pay more attention to if the HC is being unplugged.augustss