diff options
author | 2011-09-16 15:48:19 +0000 | |
---|---|---|
committer | 2011-09-16 15:48:19 +0000 | |
commit | c831b51e04c2aa781cfce514ed10e6c6b9952356 (patch) | |
tree | 237d04e82431f506815038f3b27b5af63d74d69f /sys/dev/usb/files.usb | |
parent | Fix my usual typo (diff) | |
download | wireguard-openbsd-c831b51e04c2aa781cfce514ed10e6c6b9952356.tar.xz wireguard-openbsd-c831b51e04c2aa781cfce514ed10e6c6b9952356.zip |
add device driver for Fujitsu Components FX-5204PS smart power strip.
ok deraadt@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 394d18d19d8..290fa312bb2 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.98 2011/05/24 20:27:11 matthew Exp $ +# $OpenBSD: files.usb,v 1.99 2011/09/16 15:48:19 yuo 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. @@ -168,6 +168,11 @@ device utwitch: hid attach utwitch at uhidbus file dev/usb/utwitch.c utwitch +# Fujitsu Compnent Smart Power Strip FX-5204PS +device usps +attach usps at uhub +file dev/usb/usps.c usps + # Ethernet adapters # ADMtek AN986 Pegasus device aue: ether, ifnet, mii, ifmedia |