On Sat, Aug 19, 2006 at 09:19:30PM +0200, Sam Hocevar wrote:

 > +/* Standard include files */
 > +#include <linux/config.h>
 > +#include <linux/kernel.h>
 > +#include <linux/errno.h>
 > +#include <linux/init.h>
 > +#include <linux/module.h>
 > +#include <linux/usb.h>

config.h is automatically included by kbuild for some time now,
so you don't need to explicitly include it.

 > +#define VENDOR_ID 0x0b49
 > +#define PRODUCT_ID 0x064f

Very generic sounding. How about something more descriptive?

                Dave

-- 
http://www.codemonkey.org.uk

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to