diff options
Diffstat (limited to 'ps2_vusb/usbconfig.h')
-rw-r--r-- | ps2_vusb/usbconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps2_vusb/usbconfig.h b/ps2_vusb/usbconfig.h index 84fc6fd3fb..abc31ced54 100644 --- a/ps2_vusb/usbconfig.h +++ b/ps2_vusb/usbconfig.h @@ -121,7 +121,7 @@ section at the end of this file). * The value is in milliamperes. [It will be divided by two since USB * communicates power requirements in units of 2 mA.] */ -#define USB_CFG_IMPLEMENT_FN_WRITE 0 +#define USB_CFG_IMPLEMENT_FN_WRITE 1 /* Set this to 1 if you want usbFunctionWrite() to be called for control-out * transfers. Set it to 0 if you don't need it and want to save a couple of * bytes. |