special usb hub handling, IDE disks, and retries all over the place
[linux-2.4.git] / include / linux / usb.h
index 52ea639..5a9fd78 100644 (file)
@@ -876,6 +876,11 @@ struct usb_device {
 
        int maxchild;                   /* Number of ports if hub */
        struct usb_device *children[USB_MAXCHILDREN];
+       //+Wilson12192003
+       int HubFlag;    /* Device is a hub??? */
+       //int ScsiMount;        /* /proc/scsi/scsi is ok & Scsi device is plugged-in */
+       //int ScsiUmount; /* Scsi device is unplugged */
+       //Wilson12192003+
 };
 
 extern int usb_ifnum_to_ifpos(struct usb_device *dev, unsigned ifnum);