Deleted Added
full compact
libusb20_desc.h (256281) libusb20_desc.h (277847)
1/* $FreeBSD: stable/10/lib/libusb/libusb20_desc.h 248236 2013-03-13 12:23:14Z hselasky $ */
1/* $FreeBSD: stable/10/lib/libusb/libusb20_desc.h 277847 2015-01-28 19:49:53Z hselasky $ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 2007-2008 Daniel Drake. All rights reserved.
5 * Copyright (c) 2001 Johannes Erdfelt. 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
9 * are met:

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

476 * interface */
477 LIBUSB20_REQUEST_GET_INTERFACE = 0x0A,
478
479 /** Select an alternate interface for the specified interface */
480 LIBUSB20_REQUEST_SET_INTERFACE = 0x0B,
481
482 /** Set then report an endpoint's synchronization frame */
483 LIBUSB20_REQUEST_SYNCH_FRAME = 0x0C,
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 2007-2008 Daniel Drake. All rights reserved.
5 * Copyright (c) 2001 Johannes Erdfelt. 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
9 * are met:

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

476 * interface */
477 LIBUSB20_REQUEST_GET_INTERFACE = 0x0A,
478
479 /** Select an alternate interface for the specified interface */
480 LIBUSB20_REQUEST_SET_INTERFACE = 0x0B,
481
482 /** Set then report an endpoint's synchronization frame */
483 LIBUSB20_REQUEST_SYNCH_FRAME = 0x0C,
484
485 /** Set U1 and U2 system exit latency */
486 LIBUSB20_REQUEST_SET_SEL = 0x30,
487
488 /** Set isochronous delay */
489 LIBUSB20_REQUEST_SET_ISOCH_DELAY = 0x31,
484};
485
486/** \ingroup misc
487 * Request type bits of the
488 * \ref libusb20_control_setup::bmRequestType "bmRequestType" field in
489 * control transfers. */
490enum libusb20_request_type {
491 /** Standard */

--- 106 unchanged lines hidden ---
490};
491
492/** \ingroup misc
493 * Request type bits of the
494 * \ref libusb20_control_setup::bmRequestType "bmRequestType" field in
495 * control transfers. */
496enum libusb20_request_type {
497 /** Standard */

--- 106 unchanged lines hidden ---