diff options
author | Hannes Reinecke <hare@suse.com> | 2019-05-06 08:19:15 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-06-18 19:46:18 -0400 |
commit | 4e3ea141b5cb79ded7f4a67bb32e5b23a06a784a (patch) | |
tree | ba380a21e215cd52aadfd4f51cc996c019d2de8f /drivers/scsi/osst_detect.h | |
parent | 82a54da641f3cacfa31db36fc58a5e903f804c22 (diff) | |
download | linux-4e3ea141b5cb79ded7f4a67bb32e5b23a06a784a.tar.gz linux-4e3ea141b5cb79ded7f4a67bb32e5b23a06a784a.tar.bz2 linux-4e3ea141b5cb79ded7f4a67bb32e5b23a06a784a.zip |
scsi: osst: kill obsolete driver
The osst driver is becoming obsolete, as the manufacturer went out of
business ages ago, and the maintainer has no means of testing any
improvements anymore. Plus these days flash drives are cheaper and offer a
higher capacity. So drop it completely.
Cc: Willem Riede <osst@riede.org>
Signed-off-by: Hannes Reinece <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/osst_detect.h')
-rw-r--r-- | drivers/scsi/osst_detect.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/osst_detect.h b/drivers/scsi/osst_detect.h deleted file mode 100644 index 83c1d4fb11db..000000000000 --- a/drivers/scsi/osst_detect.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#define SIGS_FROM_OSST \ - {"OnStream", "SC-", "", "osst"}, \ - {"OnStream", "DI-", "", "osst"}, \ - {"OnStream", "DP-", "", "osst"}, \ - {"OnStream", "FW-", "", "osst"}, \ - {"OnStream", "USB", "", "osst"} |