Deleted Added
full compact
usb_hub.c (250986) usb_hub.c (254243)
1/* $FreeBSD: head/sys/dev/usb/usb_hub.c 250986 2013-05-25 17:09:58Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb_hub.c 254243 2013-08-12 09:17:48Z hselasky $ */
2/*-
3 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
4 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
5 * Copyright (c) 2008-2010 Hans Petter Selasky. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 38 unchanged lines hidden (view full) ---

48#include <sys/sysctl.h>
49#include <sys/sx.h>
50#include <sys/unistd.h>
51#include <sys/callout.h>
52#include <sys/malloc.h>
53#include <sys/priv.h>
54
55#include <dev/usb/usb.h>
2/*-
3 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
4 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
5 * Copyright (c) 2008-2010 Hans Petter Selasky. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 38 unchanged lines hidden (view full) ---

48#include <sys/sysctl.h>
49#include <sys/sx.h>
50#include <sys/unistd.h>
51#include <sys/callout.h>
52#include <sys/malloc.h>
53#include <sys/priv.h>
54
55#include <dev/usb/usb.h>
56#include <dev/usb/usb_ioctl.h>
57#include <dev/usb/usbdi.h>
58#include <dev/usb/usbdi_util.h>
59
60#define USB_DEBUG_VAR uhub_debug
61
62#include <dev/usb/usb_core.h>
63#include <dev/usb/usb_process.h>
64#include <dev/usb/usb_device.h>

--- 2483 unchanged lines hidden ---
56#include <dev/usb/usbdi.h>
57#include <dev/usb/usbdi_util.h>
58
59#define USB_DEBUG_VAR uhub_debug
60
61#include <dev/usb/usb_core.h>
62#include <dev/usb/usb_process.h>
63#include <dev/usb/usb_device.h>

--- 2483 unchanged lines hidden ---