summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_msctest.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-02-14 20:05:12 +0000
committerthompsa <thompsa@FreeBSD.org>2010-02-14 20:05:12 +0000
commitd8c073ca3ab92ec5b32236cc759393db1334699f (patch)
tree7d17acc36453c0739624d65252fca3ce749f0768 /sys/dev/usb/usb_msctest.h
parentadc6a97b0a915099ede3ee69a925119f58e41413 (diff)
downloadFreeBSD-src-d8c073ca3ab92ec5b32236cc759393db1334699f.zip
FreeBSD-src-d8c073ca3ab92ec5b32236cc759393db1334699f.tar.gz
Add support for the E1752 3G modem and the required eject command.
Submitted by: Milan Obuch
Diffstat (limited to 'sys/dev/usb/usb_msctest.h')
-rw-r--r--sys/dev/usb/usb_msctest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_msctest.h b/sys/dev/usb/usb_msctest.h
index 2310bba..ce763df 100644
--- a/sys/dev/usb/usb_msctest.h
+++ b/sys/dev/usb/usb_msctest.h
@@ -31,7 +31,8 @@ enum {
MSC_EJECT_STOPUNIT,
MSC_EJECT_REZERO,
MSC_EJECT_ZTESTOR,
- MSC_EJECT_CMOTECH
+ MSC_EJECT_CMOTECH,
+ MSC_EJECT_HUAWEI,
};
int usb_iface_is_cdrom(struct usb_device *udev,
OpenPOWER on IntegriCloud