I have no test system right now, so I'll just comment here:
What version of the package linux-kernel-headers do you have?
Those defines are actually in the file linux/usb_ch9.h . On some
kernels (older? including Etch kernel) I see both linux/usb.h (that
includes linux/usb_ch9.h .
On some other systems, including centos5, I see only linux/usb_ch9.h .
On some systems (newer?) I see only linux/usb/ch9.h .
Try replacing:
#include <linux/usb.h>
with:
#include <linux/usb/ch9.h>
or with:
#include <linux/usb_ch9.h>
--
Tzafrir Cohen
icq#16849755 jabber:[EMAIL PROTECTED]
+972-50-7952406 mailto:[EMAIL PROTECTED]
http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]