Modules/USB - Working on HID support (and fixed some little bugs)
[tpg/acess2.git] / KernelLand / Modules / USB / Core / include / usb_core.h
index d0f449f..0b03d75 100644 (file)
@@ -38,7 +38,7 @@ struct sUSBDriver
                } VendorDev;
        } Match;
 
-       void    (*Connected)(tUSBInterface *Dev);
+       void    (*Connected)(tUSBInterface *Dev, void *Descriptors, size_t Size);
        void    (*Disconnected)(tUSBInterface *Dev);
 
         int    MaxEndpoints;   

UCC git Repository :: git.ucc.asn.au