summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2001-12-15Add a hack for ScanLogic SL11R IDE adapter. From FreeBSD.augustss
2001-12-15Regen.augustss
2001-12-15YAD.augustss
2001-12-15YAD (Yet Another Device)augustss
2001-12-14Regen.augustss
2001-12-14Add SS1001.augustss
2001-12-14Integrate fix from PR 10155.augustss
2001-12-14Remember to add header byte to length.augustss
2001-12-14Start read at open.augustss
2001-12-14Don't reallocate I/O buffers.augustss
2001-12-14Fix descriptor definition bug.augustss
2001-12-14Stylistic changesgehenna
2001-12-14Define a new structure to store wire specific control methods.gehenna
2001-12-14typo fixichiro
2001-12-14Use device handle and interface number which are stored in softc.gehenna
2001-12-14Change style to store endpoint addresses and pipes.gehenna
2001-12-13Initialize lock.augustss
2001-12-13Fix some bugs. But the driver is still borken.augustss
2001-12-12Add some special cases for the Sitecom adapter.augustss
2001-12-12Add a scanner quirk for keeping the pipes open between device opening.augustss
2001-12-12Use USBD_NO_COPY in for some transfers where it was missing.augustss
2001-12-12Some more paranoia checks when DIAGNOSTIC.augustss
2001-12-12Add some comments.augustss
2001-12-12Regen.augustss
2001-12-12Add some devices.augustss
2001-12-12Remove some stupid casts.augustss
2001-12-12Add USB-IrDA bridge.augustss
2001-12-12Move usbd_clear_endpoint_toggle() prototype to usbdi.h.augustss
2001-12-12Use vendor/product variablesgehenna
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