Deleted Added
full compact
1c1
< /* $FreeBSD: stable/11/sys/dev/usb/usb.h 331722 2018-03-29 02:50:57Z eadler $ */
---
> /* $FreeBSD: stable/11/sys/dev/usb/usb.h 359317 2020-03-26 05:37:50Z hselasky $ */
274a275,279
> /* SuperSpeed suspend support */
> #define USB_INTERFACE_FUNC_SUSPEND 0
> #define USB_INTERFACE_FUNC_SUSPEND_LP (1 << 8)
> #define USB_INTERFACE_FUNC_SUSPEND_RW (1 << 9)
>