Hi
I tried compiling usb-skelton.c in 2.5 kernel and
its giving compilation errors. I tried on 2.5.35 and
2.5.40.
Is there anything I need to setup before I will get
this compiled?
Some of the errors on 2.5.35 are
gcc -DMODULE -D__KERNEL__
-I/usr/src/linux-2.5.35/include -O2 -Wall -c -o
usbd
What we do within the Windows demo, after the device descriptors are
changed, is:
"GetDescriptor" (we see the new one). "UnconfigureDevice" (This sends a
request "SetConfiguration = 0", but we don't know if it tells the host
controller anything else). Then "SetConfiguration = 1" and "SetInterface
Hello,
(sorry Oliver for the wrong personal reply, but Outlook is just
{![#@g@#]!})
> -Ursprüngliche Nachricht-
> Von: Oliver Neukum [mailto:[EMAIL PROTECTED]]
> > This device is reconfigured after attach to USB bus via a
> bulk interface.
>
> What? A device is supposed to be recon
Am Dienstag, 11. Februar 2003 11:00 schrieb Wessler, Siegfried:
> Hello,
>
> we are developing an USB device, a partner does the host side driver with
> Linux.
>
> This device is reconfigured after attach to USB bus via a bulk interface.
What? A device is supposed to be reconfigured through EP0, w
Hello,
we are developing an USB device, a partner does the host side driver with
Linux.
This device is reconfigured after attach to USB bus via a bulk interface.
After startup there is 1 interface with 2 identical alternate settings only
with control and two bulk endpoints. After reconfiguration