[linux-usb-devel] Fail to compile ether.c gadget on both gadget-2.4 bitkeeper and kernel 2.6.6

2004-06-01 Thread Alain Volmat
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

Re: [linux-usb-devel] USB Gadget 2.4.26: file-storage with BigEndian CPU / without EP_INTR_IN_NUM

2004-06-01 Thread Alain Volmat
> 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

[linux-usb-devel] USB Gadget 2.4.26: file-storage with BigEndian CPU / without EP_INTR_IN_NUM

2004-06-01 Thread Alain Volmat
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