Deleted Added
full compact
usb_device.h (250204) usb_device.h (250207)
1/* $FreeBSD: head/sys/dev/usb/usb_device.h 250204 2013-05-03 09:23:06Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb_device.h 250207 2013-05-03 11:10:04Z hselasky $ */
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.

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

262 struct usb_host_endpoint *linux_endpoint_start;
263 struct usb_host_endpoint *linux_endpoint_end;
264 uint16_t devnum;
265#endif
266
267 uint32_t clear_stall_errors; /* number of clear-stall failures */
268
269 union usb_device_scratch scratch;
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.

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

262 struct usb_host_endpoint *linux_endpoint_start;
263 struct usb_host_endpoint *linux_endpoint_end;
264 uint16_t devnum;
265#endif
266
267 uint32_t clear_stall_errors; /* number of clear-stall failures */
268
269 union usb_device_scratch scratch;
270
271#if (USB_HAVE_FIXED_CONFIG != 0)
272 uint32_t config_data[(USB_CONFIG_MAX + 3) / 4];
273#endif
270};
271
272/* globals */
273
274extern int usb_template;
275
276/* function prototypes */
277

--- 35 unchanged lines hidden ---
274};
275
276/* globals */
277
278extern int usb_template;
279
280/* function prototypes */
281

--- 35 unchanged lines hidden ---