Deleted Added
full compact
usb_device.h (213435) usb_device.h (222786)
1/* $FreeBSD: head/sys/dev/usb/usb_device.h 213435 2010-10-04 23:18:05Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb_device.h 222786 2011-06-06 21:45:09Z 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.

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

182 struct usb_device_descriptor descriptor;
183 struct usb_host_endpoint ep0;
184 struct usb_interface *linux_iface_start;
185 struct usb_interface *linux_iface_end;
186 struct usb_host_endpoint *linux_endpoint_start;
187 struct usb_host_endpoint *linux_endpoint_end;
188 uint16_t devnum;
189#endif
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.

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

182 struct usb_device_descriptor descriptor;
183 struct usb_host_endpoint ep0;
184 struct usb_interface *linux_iface_start;
185 struct usb_interface *linux_iface_end;
186 struct usb_host_endpoint *linux_endpoint_start;
187 struct usb_host_endpoint *linux_endpoint_end;
188 uint16_t devnum;
189#endif
190
191 uint32_t clear_stall_errors; /* number of clear-stall failures */
190};
191
192/* globals */
193
194extern int usb_template;
195
196/* function prototypes */
197

--- 30 unchanged lines hidden ---
192};
193
194/* globals */
195
196extern int usb_template;
197
198/* function prototypes */
199

--- 30 unchanged lines hidden ---