Deleted Added
full compact
usb_core.h (194064) usb_core.h (194227)
1/* $FreeBSD: head/sys/dev/usb/usb_core.h 194064 2009-06-12 15:58:55Z thompsa $ */
1/* $FreeBSD: head/sys/dev/usb/usb_core.h 194227 2009-06-15 00:33:18Z thompsa $ */
2/*-
3 * Copyright (c) 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.

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

36/* Allow defines in "opt_usb.h" to override configuration */
37
38#include "opt_usb.h"
39#include "opt_bus.h"
40
41/* Default USB configuration */
42
43/*
2/*-
3 * Copyright (c) 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.

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

36/* Allow defines in "opt_usb.h" to override configuration */
37
38#include "opt_usb.h"
39#include "opt_bus.h"
40
41/* Default USB configuration */
42
43/*
44 * The following macro defines if the code shall use cv_xxx() instead
45 * of msleep() and wakeup().
46 */
47#ifndef USB_HAVE_CONDVAR
48#define USB_HAVE_CONDVAR 0
49#endif
50
51/*
52 * The following macro defines if the code shall support
53 * /dev/usb/x.y.z.
54 */
55#ifndef USB_HAVE_UGEN
56#define USB_HAVE_UGEN 1
57#endif
58
59/*

--- 494 unchanged lines hidden ---
44 * The following macro defines if the code shall support
45 * /dev/usb/x.y.z.
46 */
47#ifndef USB_HAVE_UGEN
48#define USB_HAVE_UGEN 1
49#endif
50
51/*

--- 494 unchanged lines hidden ---