diff options
author | 2020-01-24 05:14:51 +0000 | |
---|---|---|
committer | 2020-01-24 05:14:51 +0000 | |
commit | 854a1b2d65aecb1ec4da35222be452e85e91f3b7 (patch) | |
tree | 5f9b672cd401db71c1e5d33b330b9937dce0e650 /sys/dev/usb/files.usb | |
parent | Permit 0 length writes, because openssl s_client is special (diff) | |
download | wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.tar.xz wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.zip |
cleanup unused headers generated by config
ok tedu@ krw@ deraadt@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 0f697127e92..c3597c54775 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.141 2019/12/17 13:08:54 reyk Exp $ +# $OpenBSD: files.usb,v 1.142 2020/01/24 05:14:51 jsg Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -115,12 +115,12 @@ file dev/usb/ubcmtp.c ubcmtp # Cypress microcontroller based serial adpaters device ucycom: hid, ucombus attach ucycom at uhidbus -file dev/usb/ucycom.c ucycom needs-flag +file dev/usb/ucycom.c ucycom # Silicon Labs USB HID based UART controller device uslhcom: hid, ucombus attach uslhcom at uhidbus -file dev/usb/uslhcom.c uslhcom needs-flag +file dev/usb/uslhcom.c uslhcom # Printers device ulpt: firmload |