[BACK]Return to usb.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/usb.h between version 1.66 and 1.67

version 1.66, 2002/07/11 21:14:34 version 1.67, 2002/08/22 10:08:34
Line 393  typedef struct {
Line 393  typedef struct {
 #define UDCLASS_COMM            0x02  #define UDCLASS_COMM            0x02
 #define UDCLASS_HID             0x00  #define UDCLASS_HID             0x00
 #define UDCLASS_HUB             0x09  #define UDCLASS_HUB             0x09
 #define  UDSUBCLASS_HUB         0  #define  UDSUBCLASS_HUB         0x00
 #define  UDPROTO_FSHUB          0  #define  UDPROTO_FSHUB          0x00
 #define  UDPROTO_HSHUBSTT       1  #define  UDPROTO_HSHUBSTT       0x01
 #define  UDPROTO_HSHUBMTT       2  #define  UDPROTO_HSHUBMTT       0x02
 #define UDCLASS_MASS            0x00  #define UDCLASS_MASS            0x00
   #define UDCLASS_WIRELESS        0xe0
   #define  UDSUBCLASS_RF          0x01
   #define   UDPROTO_BLUETOOTH     0x01
   
 /* Interface class codes */  /* Interface class codes */
 #define UICLASS_UNSPEC          0x00  #define UICLASS_UNSPEC          0x00
Line 465  typedef struct {
Line 468  typedef struct {
   
 #define UICLASS_FIRM_UPD        0x0c  #define UICLASS_FIRM_UPD        0x0c
   
   #define UICLASS_WIRELESS        0xe0
   #define  UISUBCLASS_RF                  0x01
   #define   UIPROTO_BLUETOOTH             0x01
   
 #define UICLASS_APPL_SPEC       0xfe  #define UICLASS_APPL_SPEC       0xfe
 #define  UISUBCLASS_FIRMWARE_DOWNLOAD   1  #define  UISUBCLASS_FIRMWARE_DOWNLOAD   1
 #define  UISUBCLASS_IRDA                2  #define  UISUBCLASS_IRDA                2

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb <webmaster@jp.NetBSD.org>