Hi,
I just noticed that ether.c gadget fails to compile in both gadget-2.4 from Bitkeeper
and linux-2.6.6 tree. I tried to compile without DEV_CONFIG_CDC, but with
DEV_CONFIG_SUBSET and I got an undefined error for the symbol fs_status_desc used
inside the eth_bind function.
This structure is o
> It seems I'd already done most of that, just not submitted it.
> See the attached patch ... not much actually, except for that
> endpoint autoconfig stuff, but it includes a notable bugfix
> (extra semicolon caused failures).
>
> I'll send a patch for Gadget Zero separately, making it use
> the
Hi all,
I got two questions concerning the file-storage gadget driver.
1. I got a problem while using it on a BigEndian CPU. The configuration
descriptor length (wTotalLength becomes 0x2000 instead of 0x0020).
Since there is no problem for the ether.c gadget, I think this problem should
be fixe