Deleted Added
sdiff udiff text old ( 189275 ) new ( 190174 )
full compact
1#include <sys/cdefs.h>
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>
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 ---