[BACK]Return to usbdivar.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/usbdivar.h between version 1.107.4.2 and 1.107.4.3

version 1.107.4.2, 2017/04/05 19:54:21 version 1.107.4.3, 2018/08/25 14:57:35
Line 284  struct usbd_xfer {
Line 284  struct usbd_xfer {
                                 ux_next;                                  ux_next;
   
         void                   *ux_hcpriv;      /* private use by the HC driver */          void                   *ux_hcpriv;      /* private use by the HC driver */
         uint8_t                 ux_hcflags;     /* private use by the HC driver */  
 #define UXFER_ABORTING  0x01    /* xfer is aborting. */  
 #define UXFER_ABORTWAIT 0x02    /* abort completion is being awaited. */  
         kcondvar_t              ux_hccv;        /* private use by the HC driver */  
   
           struct usb_task         ux_aborttask;
         struct callout          ux_callout;          struct callout          ux_callout;
 };  };
   

Legend:
Removed from v.1.107.4.2  
changed lines
  Added in v.1.107.4.3

CVSweb <webmaster@jp.NetBSD.org>