[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.102 and 1.103

version 1.102, 2013/04/05 09:07:15 version 1.103, 2013/04/05 09:20:51
Line 502  typedef struct {
Line 502  typedef struct {
 #define UPS_C_SUSPEND                   0x0004  #define UPS_C_SUSPEND                   0x0004
 #define UPS_C_OVERCURRENT_INDICATOR     0x0008  #define UPS_C_OVERCURRENT_INDICATOR     0x0008
 #define UPS_C_PORT_RESET                0x0010  #define UPS_C_PORT_RESET                0x0010
   #define UPS_C_PORT_L1                   0x0020
 } UPACKED usb_port_status_t;  } UPACKED usb_port_status_t;
   
 /* Device class codes */  /* Device class codes */

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb <webmaster@jp.NetBSD.org>