RE: [linux-usb-devel] Including usb.h

2001-03-07 Thread Eric HENRY
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

RE: [linux-usb-devel] Including usb.h

2001-03-06 Thread Dunlap, Randy
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

RE: [linux-usb-devel] Including usb.h

2001-03-06 Thread Eric HENRY
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

Re: [linux-usb-devel] Including usb.h

2001-03-06 Thread Oliver Neukum
> 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

[linux-usb-devel] Including usb.h

2001-03-06 Thread Eric HENRY
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