diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-08 20:00:26 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-08 20:00:26 +0000 |
commit | a3b0f021e679b876995e38de16c0b865bc44ab59 (patch) | |
tree | 20d73509f6c7f00e0b3ac537162723c42132864c /sys/dev/usb/files.usb | |
parent | 89319c327aab18dce2217d74aae8d08141d38ac8 (diff) |
Cosmetics...
Mainly remove space between locators parens, replace spaces with tabs
where appropriate and consistently align dependencies.
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index eda54bd8be2..98805a774bf 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,11 +1,11 @@ -# $OpenBSD: files.usb,v 1.43 2005/01/14 12:21:02 grange Exp $ +# $OpenBSD: files.usb,v 1.44 2005/03/08 20:00:25 tdeval 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. # Included by ports that need it. Ports that use it must provide # their own "major" declarations for the appropriate devices. -device usb { } +device usb {} attach usb at usbus file dev/usb/usb.c usb needs-flag file dev/usb/usbdi.c usb @@ -15,15 +15,15 @@ file dev/usb/usb_subr.c usb file dev/usb/usb_quirks.c usb # Hub driver -device uhub { [port = -1], [configuration = -1], [interface = -1], - [vendor = -1], [product = -1], [release = -1] } +device uhub {[port = -1], [configuration = -1], [interface = -1], + [vendor = -1], [product = -1], [release = -1]} attach uhub at usb file dev/usb/uhub.c usb attach uhub at uhub with uhub_uhub # Modem and com serial port "bus" -define ucombus {[ portno = -1 ]} +define ucombus {[portno = -1]} # EZ-USB firmware loader define ezload @@ -54,7 +54,7 @@ file dev/usb/ugen.c ugen needs-flag # HID # HID "bus" -define uhidbus {[ reportid = -1 ]} +define uhidbus {[reportid = -1]} # HID processing define hid @@ -205,13 +205,13 @@ attach usscanner at uhub file dev/usb/usscanner.c usscanner # Prism3 WI @ USB -attach wi at uhub with wi_usb -file dev/usb/if_wi_usb.c wi_usb +attach wi at uhub with wi_usb +file dev/usb/if_wi_usb.c wi_usb # Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a @ USB device atu: ether, ifnet, ifmedia, wlan, firmload attach atu at uhub -file dev/usb/if_atu.c atu +file dev/usb/if_atu.c atu # Bluetooth device ubt: ifnet, bluetooth |