usb_ioctl.h (98e0ffaefb0f241cda3a72395d3be04192ae0d47) usb_ioctl.h (0a76fe7c248005397e83ca94926065b75a1b7ea9)
1/* $FreeBSD$ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
5 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

61 USB_TEMP_CDCE, /* USB CDC Ethernet */
62 USB_TEMP_MTP, /* Message Transfer Protocol */
63 USB_TEMP_MODEM, /* USB CDC Modem */
64 USB_TEMP_AUDIO, /* USB Audio */
65 USB_TEMP_KBD, /* USB Keyboard */
66 USB_TEMP_MOUSE, /* USB Mouse */
67 USB_TEMP_PHONE, /* USB Phone */
68 USB_TEMP_SERIALNET, /* USB CDC Ethernet and Modem */
1/* $FreeBSD$ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
5 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

61 USB_TEMP_CDCE, /* USB CDC Ethernet */
62 USB_TEMP_MTP, /* Message Transfer Protocol */
63 USB_TEMP_MODEM, /* USB CDC Modem */
64 USB_TEMP_AUDIO, /* USB Audio */
65 USB_TEMP_KBD, /* USB Keyboard */
66 USB_TEMP_MOUSE, /* USB Mouse */
67 USB_TEMP_PHONE, /* USB Phone */
68 USB_TEMP_SERIALNET, /* USB CDC Ethernet and Modem */
69 USB_TEMP_MIDI, /* USB MIDI */
69 USB_TEMP_MAX,
70};
71
72struct usb_read_dir {
73#ifdef COMPAT_32BIT
74 uint64_t urd_data;
75#else
76 void *urd_data;

--- 268 unchanged lines hidden ---
70 USB_TEMP_MAX,
71};
72
73struct usb_read_dir {
74#ifdef COMPAT_32BIT
75 uint64_t urd_data;
76#else
77 void *urd_data;

--- 268 unchanged lines hidden ---