summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usscanner.c
AgeCommit message (Expand)Author
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2006-11-26If no scsibus is configured, do not silently fail the attach but printmartin
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-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-04-29Check if we have any SCSI busses so this file doesn't cause link errorsaugustss
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-03-22MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff whentls
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-26Correct function name in some debug printfs. (More could be done.)wiz
2002-07-11Get rid of trailing white space.augustss
2001-11-13add RCSIDslukem
2001-04-28Make it compile with DEBUG after SCSI changes.augustss
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2001-01-18No-op commit to force update to a non-"-kk" revision.tv
2001-01-15Fix comment typo.augustss
2001-01-11Mention that I found protocol info in the Linux driver.augustss
2001-01-11Note that I got information about the protocol from the Linux driver.augustss
2001-01-11Add a driver for HP5300 which uses a homebrew SCSI-over-USB protocol.augustss