summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_freebsd.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-01-18 21:18:51 +0000
committerhselasky <hselasky@FreeBSD.org>2011-01-18 21:18:51 +0000
commit35d5fee7aa515cf92391bd533a8b4565c49b919c (patch)
tree1439c526c24fdf3a4820b9cffac345f001eeac0a /sys/dev/usb/usb_freebsd.h
parent460d7b088e1fcacc12a5985f400dd2b4e41a65fd (diff)
downloadFreeBSD-src-35d5fee7aa515cf92391bd533a8b4565c49b919c.zip
FreeBSD-src-35d5fee7aa515cf92391bd533a8b4565c49b919c.tar.gz
Make USB packet filtering code optional.
Approved by: thompsa (mentor)
Diffstat (limited to 'sys/dev/usb/usb_freebsd.h')
-rw-r--r--sys/dev/usb/usb_freebsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h
index efc27f2..49aa471 100644
--- a/sys/dev/usb/usb_freebsd.h
+++ b/sys/dev/usb/usb_freebsd.h
@@ -41,6 +41,7 @@
#define USB_HAVE_TT_SUPPORT 1
#define USB_HAVE_POWERD 1
#define USB_HAVE_MSCTEST 1
+#define USB_HAVE_PF 1
#define USB_TD_GET_PROC(td) (td)->td_proc
#define USB_PROC_GET_GID(td) (td)->p_pgid
OpenPOWER on IntegriCloud