usb_ioctl.h (3dc87e52a962e886e43b18029ade4bf758be12b0) usb_ioctl.h (63722e52121eb7b86537db4a3f53af8ad323b43c)
1/* $FreeBSD$ */
2/*-
3 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
4 *
5 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
6 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
7 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
8 *

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

65 USB_TEMP_MODEM, /* USB CDC Modem */
66 USB_TEMP_AUDIO, /* USB Audio */
67 USB_TEMP_KBD, /* USB Keyboard */
68 USB_TEMP_MOUSE, /* USB Mouse */
69 USB_TEMP_PHONE, /* USB Phone */
70 USB_TEMP_SERIALNET, /* USB CDC Ethernet and Modem */
71 USB_TEMP_MIDI, /* USB MIDI */
72 USB_TEMP_MULTI, /* USB Ethernet, serial, and storage */
1/* $FreeBSD$ */
2/*-
3 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
4 *
5 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
6 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
7 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
8 *

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

65 USB_TEMP_MODEM, /* USB CDC Modem */
66 USB_TEMP_AUDIO, /* USB Audio */
67 USB_TEMP_KBD, /* USB Keyboard */
68 USB_TEMP_MOUSE, /* USB Mouse */
69 USB_TEMP_PHONE, /* USB Phone */
70 USB_TEMP_SERIALNET, /* USB CDC Ethernet and Modem */
71 USB_TEMP_MIDI, /* USB MIDI */
72 USB_TEMP_MULTI, /* USB Ethernet, serial, and storage */
73 USB_TEMP_CDCEEM, /* USB Ethernet Emulation Model */
73 USB_TEMP_MAX,
74};
75
76struct usb_read_dir {
77#ifdef COMPAT_32BIT
78 uint64_t urd_data;
79#else
80 void *urd_data;

--- 268 unchanged lines hidden ---
74 USB_TEMP_MAX,
75};
76
77struct usb_read_dir {
78#ifdef COMPAT_32BIT
79 uint64_t urd_data;
80#else
81 void *urd_data;

--- 268 unchanged lines hidden ---