summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-07-14 10:13:01 +0000
committerhselasky <hselasky@FreeBSD.org>2013-07-14 10:13:01 +0000
commit6308c497813b0ba052a9e9bd2962f243f652e043 (patch)
tree076ec38359e40b78065cebd8df8d1cf877f7cb33 /sys/compat/linux/linux_ioctl.h
parente9ad9b489dd3d2b2dd4dd9f43ab1c04b9c00d98a (diff)
downloadFreeBSD-src-6308c497813b0ba052a9e9bd2962f243f652e043.zip
FreeBSD-src-6308c497813b0ba052a9e9bd2962f243f652e043.tar.gz
Add some missing LIBUSB IOCTL conversion codes.
Diffstat (limited to 'sys/compat/linux/linux_ioctl.h')
-rw-r--r--sys/compat/linux/linux_ioctl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_ioctl.h b/sys/compat/linux/linux_ioctl.h
index aa7650b..3f63b21 100644
--- a/sys/compat/linux/linux_ioctl.h
+++ b/sys/compat/linux/linux_ioctl.h
@@ -744,9 +744,12 @@ int linux_ifname(struct ifnet *, char *, size_t);
#define FBSD_LUSB_SET_IMMED 0xffe2
#define FBSD_LUSB_SET_POWER_MODE 0xffe1
#define FBSD_LUSB_SET_TEMPLATE 0xffe0
+#define FBSD_LUSB_FS_OPEN_STREAM 0xffdf
+#define FBSD_LUSB_GET_DEV_PORT_PATH 0xffde
+#define FBSD_LUSB_GET_POWER_USAGE 0xffdd
#define FBSD_LUSB_MAX 0xffff
-#define FBSD_LUSB_MIN 0xffe0
+#define FBSD_LUSB_MIN 0xffdd
/*
* Pluggable ioctl handlers
OpenPOWER on IntegriCloud