Deleted Added
full compact
umct.c (189275) umct.c (190174)
1#include <sys/cdefs.h>
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: head/sys/dev/usb/serial/umct.c 189275 2009-03-02 05:37:05Z thompsa $");
2__FBSDID("$FreeBSD: head/sys/dev/usb/serial/umct.c 190174 2009-03-20 19:04:31Z thompsa $");
3
4/*-
5 * Copyright (c) 2003 Scott Long
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

44 * be called from within the config thread function !
45 */
46
47#include "usbdevs.h"
48#include <dev/usb/usb.h>
49#include <dev/usb/usb_mfunc.h>
50#include <dev/usb/usb_error.h>
51#include <dev/usb/usb_cdc.h>
3
4/*-
5 * Copyright (c) 2003 Scott Long
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

44 * be called from within the config thread function !
45 */
46
47#include "usbdevs.h"
48#include <dev/usb/usb.h>
49#include <dev/usb/usb_mfunc.h>
50#include <dev/usb/usb_error.h>
51#include <dev/usb/usb_cdc.h>
52#include <dev/usb/usb_defs.h>
53
54#define USB_DEBUG_VAR usb2_debug
55
56#include <dev/usb/usb_core.h>
57#include <dev/usb/usb_debug.h>
58#include <dev/usb/usb_process.h>
59#include <dev/usb/usb_request.h>
60#include <dev/usb/usb_lookup.h>

--- 521 unchanged lines hidden ---
52
53#define USB_DEBUG_VAR usb2_debug
54
55#include <dev/usb/usb_core.h>
56#include <dev/usb/usb_debug.h>
57#include <dev/usb/usb_process.h>
58#include <dev/usb/usb_request.h>
59#include <dev/usb/usb_lookup.h>

--- 521 unchanged lines hidden ---