Hi,

i've declared

static struct usb_driver sample_usb_driver = {
name: "sample",
probe: sample_probe,
disconnect: sample_disconnect,
id_table: sample_id_table,

}

and now getting the message

variable 'sample_usb_driver' has initializer but incomplete type

I'm confused about the error message. Does anyone know if i'm suppse to define the struct myself or if its already part of the usbcore.o module and i'm just not connecting to the module right?

Thanks,

Geoff.

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to