usb_ioctl.h (0bfd163f522701b486e066fa2e56624c02f5081a) | usb_ioctl.h (f9478f91fbe737cd972cd2828a5ce75286bd83cf) |
---|---|
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 --- 50 unchanged lines hidden (view full) --- 59enum { 60 USB_TEMP_MSC, /* USB Mass Storage */ 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 */ | 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 --- 50 unchanged lines hidden (view full) --- 59enum { 60 USB_TEMP_MSC, /* USB Mass Storage */ 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 */ |
|
67 USB_TEMP_MAX, 68}; 69 70struct usb_read_dir { 71#ifdef COMPAT_32BIT 72 uint64_t urd_data; 73#else 74 void *urd_data; --- 268 unchanged lines hidden --- | 68 USB_TEMP_MAX, 69}; 70 71struct usb_read_dir { 72#ifdef COMPAT_32BIT 73 uint64_t urd_data; 74#else 75 void *urd_data; --- 268 unchanged lines hidden --- |