diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2008-11-19 08:56:35 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2008-11-19 08:56:35 +0000 |
| commit | 6f0e1ffd076c821819632e0371db2f38434ad02c (patch) | |
| tree | 563c2e235db65a3694986a6531a444241d882b23 /sys/dev/usb2/storage | |
| parent | 202f306c24ed36222906a5e70d787f8cf6c9a35f (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb2/storage')
| -rw-r--r-- | sys/dev/usb2/storage/umass2.c | 4 | ||||
| -rw-r--r-- | sys/dev/usb2/storage/urio2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb2/storage/umass2.c b/sys/dev/usb2/storage/umass2.c index f998cf1cb2cd..6a284a06800c 100644 --- a/sys/dev/usb2/storage/umass2.c +++ b/sys/dev/usb2/storage/umass2.c @@ -636,6 +636,10 @@ static const struct umass_devdescr umass_devdescr[] = { UMASS_PROTO_SCSI, NO_GETMAXLUN }, + { USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_SDS_HOTFIND_D, RID_WILDCARD, + UMASS_PROTO_SCSI | UMASS_PROTO_BBB, + NO_GETMAXLUN | NO_SYNCHRONIZE_CACHE + }, {USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_CFMS_RW, RID_WILDCARD, UMASS_PROTO_SCSI, NO_QUIRKS diff --git a/sys/dev/usb2/storage/urio2.c b/sys/dev/usb2/storage/urio2.c index 775c3cb4d8b3..adf70bc9d570 100644 --- a/sys/dev/usb2/storage/urio2.c +++ b/sys/dev/usb2/storage/urio2.c @@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$"); #include <dev/usb2/include/usb2_mfunc.h> #include <dev/usb2/include/usb2_error.h> #include <dev/usb2/include/usb2_ioctl.h> -#include <dev/usb2/include/urio2_ioctl.h> +#include <dev/usb/rio500_usb.h> #define USB_DEBUG_VAR urio_debug |
