Deleted Added
full compact
usb_request.c (250207) usb_request.c (254243)
1/* $FreeBSD: head/sys/dev/usb/usb_request.c 250207 2013-05-03 11:10:04Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb_request.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 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:

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

46#include <sys/unistd.h>
47#include <sys/callout.h>
48#include <sys/malloc.h>
49#include <sys/priv.h>
50
51#include <dev/usb/usb.h>
52#include <dev/usb/usbdi.h>
53#include <dev/usb/usbdi_util.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 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:

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

46#include <sys/unistd.h>
47#include <sys/callout.h>
48#include <sys/malloc.h>
49#include <sys/priv.h>
50
51#include <dev/usb/usb.h>
52#include <dev/usb/usbdi.h>
53#include <dev/usb/usbdi_util.h>
54#include <dev/usb/usb_ioctl.h>
55#include <dev/usb/usbhid.h>
56
57#define USB_DEBUG_VAR usb_debug
58
59#include <dev/usb/usb_core.h>
60#include <dev/usb/usb_busdma.h>
61#include <dev/usb/usb_request.h>
62#include <dev/usb/usb_process.h>

--- 2209 unchanged lines hidden ---
54#include <dev/usb/usbhid.h>
55
56#define USB_DEBUG_VAR usb_debug
57
58#include <dev/usb/usb_core.h>
59#include <dev/usb/usb_busdma.h>
60#include <dev/usb/usb_request.h>
61#include <dev/usb/usb_process.h>

--- 2209 unchanged lines hidden ---