Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Indent.
details: https://anonhg.NetBSD.org/src/rev/952ff62738a3
branches: trunk
changeset: 748966:952ff62738a3
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Nov 12 08:16:50 2009 +0000
description:
Indent.
diffstat:
sys/dev/usb/usbdivar.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r f056712efd55 -r 952ff62738a3 sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h Thu Nov 12 07:58:32 2009 +0000
+++ b/sys/dev/usb/usbdivar.h Thu Nov 12 08:16:50 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdivar.h,v 1.89 2009/09/04 17:53:12 dyoung Exp $ */
+/* $NetBSD: usbdivar.h,v 1.90 2009/11/12 08:16:50 uebayasi Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */
/*
@@ -239,9 +239,9 @@
usbd_interface_handle iface,
struct usbd_endpoint *, int,
usbd_pipe_handle *pipe);
-usbd_status usbd_new_device(device_t, usbd_bus_handle, int, int, int,
+usbd_status usbd_new_device(device_t, usbd_bus_handle, int, int, int,
struct usbd_port *);
-usbd_status usbd_reattach_device(device_t, usbd_device_handle,
+usbd_status usbd_reattach_device(device_t, usbd_device_handle,
int, const int *);
void usbd_remove_device(usbd_device_handle, struct usbd_port *);
@@ -251,7 +251,7 @@
usbd_status usb_insert_transfer(usbd_xfer_handle);
void usb_transfer_complete(usbd_xfer_handle);
-void usb_disconnect_port(struct usbd_port *, device_t);
+void usb_disconnect_port(struct usbd_port *, device_t);
/* Routines from usb.c */
void usb_needs_explore(usbd_device_handle);
Home |
Main Index |
Thread Index |
Old Index