diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-24 02:30:02 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-24 02:30:02 +0000 |
| commit | f1a16106b6317f4cf5b187daeceda7c1468323c9 (patch) | |
| tree | 6e82b2865a1b1c3596523a9b28c7c73c29ffd4ec /sys/dev/usb/storage | |
| parent | e69dff491d4faeddb7bde8ba3d88881574a29c93 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/storage')
| -rw-r--r-- | sys/dev/usb/storage/umass.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index 158d8432d7dbe..9292c842bcb77 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -721,6 +721,11 @@ MODULE_VERSION(umass, 1); * USB device probe/attach/detach */ +static const STRUCT_USB_HOST_ID __used umass_devs[] = { + /* generic mass storage class */ + {USB_IFACE_CLASS(UICLASS_MASS),}, +}; + static uint16_t umass_get_proto(struct usb_interface *iface) { |
