summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/debug.h
AgeCommit message (Collapse)Author
2008-07-21USB: remove CVS keywordsAdrian Bunk
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-03-17[PATCH] USB Storage: Header reorganizationMatthew Dharm
This patch started life as as471 from Alan Stern, and has been regenerated against the current tip. This patch cleans up the use of header files. Primarily it makes sure that "usb.h" is included before any of the other local headers. It also removes some unnecessary declarations of struct us_data and struct scsi_cmnd, and it moves the inclusion of <scsi/scsi_host> to usb.h where it will be needed by a later patch. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2004-08-02[PATCH] USB Storage: cleanups, mostlyMatthew Dharm
This patch is originally from Christoph Hellwig. This patch coverts from Scsi_Foo typefs to struct scsi_cmnd, and moved from the SCSI data direction constants to the DMA ones. It also switches to the proper (or so they tell me) use of <scsi/*.h> headers. This also includes some additional reshuffling to avoid useless headers in the usb-storage local headers (to improve compile time). Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2003-12-08[PATCH] USB storage: Remove dead code from debug.cAlan Stern
This patch removes an uncalled subroutine from debug.c. I only noticed it when tracking down scatter-gather usage; there didn't seem to be any reason to repair it since it wasn't being used anywhere.
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk
This causes blk.h to print a warning and removes all uses of blk.h. I've tested the compilation in 2.6.0-test1 with a .config that tries to compile as many drivers as possible.
2002-09-15[PATCH] USB storage: macro-ize address manipulationMatthew Dharm
This patch converts all uses of page_addres() to the sg_address() macro. This will make backporting to 2.4 easier, as well as eliminate lots of redundant code.
2002-05-28[PATCH] usb-storage abort path cleanupMatthew Dharm
cleanup of abort mechanism. This version should be much more crash resistant (dare I say crash-proof?)
2002-02-04v2.4.0.7 -> v2.4.0.8Linus Torvalds
- USB hotplug updates/fixes - boots on real i386 machines - fix n_tty "canon" mode SMP race - FAT fat_cache SMP race fix
2002-02-04Import changesetLinus Torvalds