summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umass.c
AgeCommit message (Expand)Author
2003-02-16Add a reference count to avoid detaching while the attach is stillaugustss
2003-01-06successful with only one l.wiz
2003-01-01Assign NULL to sc_pipe after closing, so that usbd_close_pipe isn'ttoshii
2002-12-18Use "NULL" instead of "0" in pointer checks.tron
2002-12-06kern/12837: Provide a way to get working devices that violate the usb spec byerh
2002-11-04we don't own Jason, even if we'd like topooka
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-07-11Get rid of trailing white space.augustss
2002-03-17Whitespace fixes.augustss
2002-02-07Add quirk for devices without Get Max Lun.augustss
2001-12-31Dump enpoint number instead of endpoint index.augustss
2001-12-31Don't try to deactivate child if we have no bus yet.augustss
2001-12-31Dump more of the command.augustss
2001-12-29Introduce a field, busquirks, in the umass quirk table that is passedaugustss
2001-12-24Get rid of the transfer_speed nonsense to calculate the timeout.augustss
2001-12-24Add a preliminary version of a driver for In-System Designs non-standardaugustss
2001-12-24Make the separation between wire protocol (umass.c) and command protocolaugustss
2001-12-17Introduce the new umass quirk table.gehenna
2001-12-15Add a hack for ScanLogic SL11R IDE adapter. From FreeBSD.augustss
2001-12-14Stylistic changesgehenna
2001-12-14Define a new structure to store wire specific control methods.gehenna
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-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-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-23Handle Zip quirks differently.augustss
2001-11-13Remove trailing `b' in some numbers for lengths. It just makes them lookaugustss
2001-11-13add RCSIDslukem
2001-10-25Better debug messages.augustss
2001-06-04Remove overly paranoid test (and not in the spec either). From OpenBSD.augustss
2001-04-26s/\<PROTO_ATAPI/C&/enami
2001-04-19Remove stuff I didn't mean to commit yet.augustss
2001-04-19Add HP 3400.augustss
2001-04-17Clean up formatting a little.augustss
2001-04-13Make it link with debug flag.augustss
2001-04-13Split the umass driver into the part that handles the X-over-USB protocolaugustss
2001-04-01Make the ZiO! MMC adapter work.augustss
2001-04-01Change handling of the UFI protocol so it goes through atapibus insteadaugustss
2001-03-23Remove a debugging printf.fvdl
2001-02-24"#else if" is not a valid CPP directive. Use "#elif".cgd
2001-02-08Fix INSYSTEM_USBCALBLE quirk entry:tsutsui
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2001-01-21Add a quirk for devices that cannot handle full length INQUIRY.augustss
2001-01-06Change debugging output a little.augustss
2000-12-29Update many URLs.augustss
2000-12-18Don't use atapi_print since if there are no wdc's, it won't be present.matt