i'm going to paste what it says in the GP32USB file. it might help people to help me to get my USB working.
[Version]
Signature="$Windows NT$"
Class=USB
provider=%MSFT%
LayoutFile=layout.inf
[SourceDisksNames]
1="GP32 USB","",1
[SourceDisksFiles]
;bulkusb.sys=1
GP32usb.sys=1
[Manufacturer]
%MfgName%=Microsoft
[Microsoft]
%USB\VID_0EB6&PID_3232.DeviceDesc%=GP32USB.Dev, USB\VID_0EB6&PID_3232
[PreCopySection]
HKR,,NoSetupUI,,1
[DestinationDirs]
;BULKUSB.Files.Ext = 10,System32\Drivers
;BULKUSB.Files.Inf = 10,INF
GP32USB.Files.Ext = 10,System32\Drivers
GP32USB.Files.Inf = 10,INF
[GP32USB.Dev]
CopyFiles=GP32USB.Files.Ext, GP32USB.Files.Inf
AddReg=GP32USB.AddReg
[GP32USB.Dev.NT]
CopyFiles=GP32USB.Files.Ext, GP32USB.Files.Inf
AddReg=GP32USB.AddReg
[GP32USB.Dev.NT.Services]
Addservice = GP32USB, 0x00000002, GP32USB.AddService
[GP32USB.AddService]
DisplayName = %GP32USB.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 2 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\GP32USB.sys
LoadOrderGroup = Base
[GP32USB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,GP32USB.sys
HKLM,"System\Currentcontrolset\Services\GP32Usb\Parameters","MaximumTransferSize",0x10001,4096
HKLM,"System\Currentcontrolset\Services\GP32Usb\Parameters","DebugLevel",0x10001,2
[GP32USB.Files.Ext]
GP32USB.sys
[GP32USB.Files.Inf]
GP32Usb.Inf
;---------------------------------------------------------------;
[Strings]
MSFT="Microsoft"
MfgName="Intel"
USB\VID_0EB6&PID_3232.DeviceDesc="GamePark GP32 USB"
GP32USB.SvcDesc="GP32 USB"
any suggestions?