Title: RE: [linux-usb-devel] Including usb.h
Thanks but I was unfortunately working whith these options.
The problem comes from other files included in linux/usb.h when compiled with -D__KERNEL__
I am just doing tests for the moment to know how I can communicate with the device. I may not
06, 2001 9:10 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [linux-usb-devel] Including usb.h
>> What have I done wrong ? How to include usb.h ? or should I use an other
>> library ?
>>
>> I know that it is a stupid question but I really don't know where is t
Title: RE: [linux-usb-devel] Including usb.h
>> What have I done wrong ? How to include usb.h ? or should I use an other
>> library ?
>>
>> I know that it is a stupid question but I really don't know where is the
>> problem...
>> I am nearly a ne
> What have I done wrong ? How to include usb.h ? or should I use an other
> library ?
>
> I know that it is a stupid question but I really don't know where is the
> problem...
> I am nearly a newbie in usb and after having read the usb specs and the
> programming guide I still need a little help
Title: Including usb.h
Hi,
I'm developping a driver for a usb device. For the moment I just try to make a program that can handle the device. I have to send to it some urbs which are vendor-defined requests to its interface (it doesn't even have endpoints !).
So I think the functions deliv