Deleted Added
full compact
ulpt.c (207077) ulpt.c (212122)
1#include <sys/cdefs.h>
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: head/sys/dev/usb/serial/ulpt.c 207077 2010-04-22 21:31:34Z thompsa $");
2__FBSDID("$FreeBSD: head/sys/dev/usb/serial/ulpt.c 212122 2010-09-01 23:47:53Z thompsa $");
3
4/* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */
5
6/*-
7 * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
8 * All rights reserved.
9 *
10 * This code is derived from software contributed to The NetBSD Foundation

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

740 .name = "ulpt",
741 .methods = ulpt_methods,
742 .size = sizeof(struct ulpt_softc),
743};
744
745DRIVER_MODULE(ulpt, uhub, ulpt_driver, ulpt_devclass, NULL, 0);
746MODULE_DEPEND(ulpt, usb, 1, 1, 1);
747MODULE_DEPEND(ulpt, ucom, 1, 1, 1);
3
4/* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */
5
6/*-
7 * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
8 * All rights reserved.
9 *
10 * This code is derived from software contributed to The NetBSD Foundation

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

740 .name = "ulpt",
741 .methods = ulpt_methods,
742 .size = sizeof(struct ulpt_softc),
743};
744
745DRIVER_MODULE(ulpt, uhub, ulpt_driver, ulpt_devclass, NULL, 0);
746MODULE_DEPEND(ulpt, usb, 1, 1, 1);
747MODULE_DEPEND(ulpt, ucom, 1, 1, 1);
748MODULE_VERSION(ulpt, 1);