diff options
author | hselasky <hselasky@FreeBSD.org> | 2011-01-18 21:18:51 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2011-01-18 21:18:51 +0000 |
commit | 35d5fee7aa515cf92391bd533a8b4565c49b919c (patch) | |
tree | 1439c526c24fdf3a4820b9cffac345f001eeac0a /sys/dev/usb/usb_freebsd.h | |
parent | 460d7b088e1fcacc12a5985f400dd2b4e41a65fd (diff) | |
download | FreeBSD-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.h | 1 |
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 |