Deleted Added
full compact
usb_dev.c (189906) usb_dev.c (190174)
1/* $FreeBSD: head/sys/dev/usb/usb_dev.c 189906 2009-03-17 01:46:40Z thompsa $ */
1/* $FreeBSD: head/sys/dev/usb/usb_dev.c 190174 2009-03-20 19:04:31Z thompsa $ */
2/*-
3 * Copyright (c) 2006-2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

24 * SUCH DAMAGE.
25 *
26 *
27 * usb2_dev.c - An abstraction layer for creating devices under /dev/...
28 */
29
30#include <dev/usb/usb.h>
31#include <dev/usb/usb_ioctl.h>
2/*-
3 * Copyright (c) 2006-2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

24 * SUCH DAMAGE.
25 *
26 *
27 * usb2_dev.c - An abstraction layer for creating devices under /dev/...
28 */
29
30#include <dev/usb/usb.h>
31#include <dev/usb/usb_ioctl.h>
32#include <dev/usb/usb_defs.h>
33#include <dev/usb/usb_mfunc.h>
34#include <dev/usb/usb_error.h>
35
36#define USB_DEBUG_VAR usb2_fifo_debug
37
38#include <dev/usb/usb_core.h>
39#include <dev/usb/usb_mbuf.h>
40#include <dev/usb/usb_dev.h>

--- 2158 unchanged lines hidden ---
32#include <dev/usb/usb_mfunc.h>
33#include <dev/usb/usb_error.h>
34
35#define USB_DEBUG_VAR usb2_fifo_debug
36
37#include <dev/usb/usb_core.h>
38#include <dev/usb/usb_mbuf.h>
39#include <dev/usb/usb_dev.h>

--- 2158 unchanged lines hidden ---