Re: [linux-usb-devel] Using usb gadget in linux 2.4.18

2004-10-28 Thread David Brownell
Hi Mike, On Thursday 28 October 2004 19:03, mike wrote: > Can i copy the usb gadget api from linux 2.4.27 or even linux 2.6.X? > which folders are needed? driver/usb/gadget/* and include/linux/usb_*? The 2.4.27 code should be pretty happy on 2.4.18, but you might have some small build issues

[linux-usb-devel] Using usb gadget in linux 2.4.18

2004-10-28 Thread mike
Dear all I am new to embedded linux development. Thanks for helping. I am developing a usb mass storage driver for my dragonball M9328MXL testing board. In the testing board, linux 2.4.18 is used . I have two questions, Can i copy the usb gadget api from linux 2.4.27 or even linux 2.6.