[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.12 and 1.13

version 1.12, 1998/12/28 20:14:00 version 1.13, 1998/12/29 16:02:55
Line 104  struct usbd_device {
Line 104  struct usbd_device {
         u_int16_t               power;          u_int16_t               power;
         u_int8_t                self_powered;          u_int8_t                self_powered;
         int                     config;          int                     config;
           int                     langid; /* language to use for strings */
   #define USBD_NOLANG (-1)
         struct usbd_port       *powersrc;          struct usbd_port       *powersrc;
         struct usbd_endpoint    def_ep; /* for pipe 0 */          struct usbd_endpoint    def_ep; /* for pipe 0 */
         usb_endpoint_descriptor_t def_ep_desc; /* for pipe 0 */          usb_endpoint_descriptor_t def_ep_desc; /* for pipe 0 */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>