Deleted Added
full compact
usb.h (257446) usb.h (261541)
1/* $FreeBSD: head/sys/dev/usb/usb.h 257446 2013-10-31 13:54:51Z adrian $ */
1/* $FreeBSD: head/sys/dev/usb/usb.h 261541 2014-02-06 08:47:14Z hselasky $ */
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
9 * are met:

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

495
496#define UICLASS_SMARTCARD 0x0b
497#define UICLASS_FIRM_UPD 0x0c
498#define UICLASS_SECURITY 0x0d
499#define UICLASS_DIAGNOSTIC 0xdc
500#define UICLASS_WIRELESS 0xe0
501#define UISUBCLASS_RF 0x01
502#define UIPROTO_BLUETOOTH 0x01
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
9 * are met:

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

495
496#define UICLASS_SMARTCARD 0x0b
497#define UICLASS_FIRM_UPD 0x0c
498#define UICLASS_SECURITY 0x0d
499#define UICLASS_DIAGNOSTIC 0xdc
500#define UICLASS_WIRELESS 0xe0
501#define UISUBCLASS_RF 0x01
502#define UIPROTO_BLUETOOTH 0x01
503#define UIPROTO_RNDIS 0x03
503
504#define UICLASS_IAD 0xEF /* Interface Association Descriptor */
504
505#define UICLASS_IAD 0xEF /* Interface Association Descriptor */
506#define UISUBCLASS_SYNC 0x01
507#define UIPROTO_ACTIVESYNC 0x01
505
506#define UICLASS_APPL_SPEC 0xfe
507#define UISUBCLASS_FIRMWARE_DOWNLOAD 1
508#define UISUBCLASS_IRDA 2
509#define UIPROTO_IRDA 0
510
511#define UICLASS_VENDOR 0xff
512#define UISUBCLASS_XBOX360_CONTROLLER 0x5d

--- 282 unchanged lines hidden ---
508
509#define UICLASS_APPL_SPEC 0xfe
510#define UISUBCLASS_FIRMWARE_DOWNLOAD 1
511#define UISUBCLASS_IRDA 2
512#define UIPROTO_IRDA 0
513
514#define UICLASS_VENDOR 0xff
515#define UISUBCLASS_XBOX360_CONTROLLER 0x5d

--- 282 unchanged lines hidden ---