I'd like to test the usb support in wine as it says on the page: http://wiki.winehq.org/USB I made the order process with the source Wine 1.4-rc6, baixeis the 2 latest patches in ftp://ftp.etersoft.ru/pub/people/amorozov/usb/current the patch 0001-Add-support was accepted without errors, but the patch 0002-Re-generate an error there, which allows the wine to compile: root@hiphop:/home/hiphop/extra/cd-linux/wine/wine-1.4-rc6# patch -p1 -i 0002-Re-generate-some-files.txt patching file configure patching file include/Makefile.in patching file include/config.h.in patching file include/wine/server_protocol.h Hunk #1 succeeded at 4889 (offset 2 lines). Hunk #2 succeeded at 5151 (offset 2 lines). Hunk #3 succeeded at 5406 (offset 2 lines). Hunk #4 FAILED at 5657. 1 out of 4 hunks FAILED -- saving rejects to file include/wine/server_protocol.h.rej patching file server/request.h Hunk #3 succeeded at 2145 (offset 1 line). patching file server/trace.c Hunk #1 succeeded at 3913 (offset 1 line). Hunk #2 succeeded at 4171 (offset 1 line). Hunk #3 succeeded at 4422 (offset 1 line). Hunk #4 succeeded at 4673 (offset 1 line). after the compilation of make all, stop in the ntoskrnl I would like to help to get patch, perhaps aguma thing I can modify the text to build on the success ** I know that the patch was made to version 1.4-rc1 Wine, but I want to compile it in 1.4-rc6, because fixed several bugs that I had. Thanks