diff options
author | tmk <nobody@nowhere> | 2011-02-07 14:59:07 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:08:54 +0900 |
commit | 04f351b80279c55dfc6c8028f95eab7e01d50c84 (patch) | |
tree | 09e211eb1d1384d04374069e7e668b37a2f54bfd /ps2_vusb/usbconfig.h | |
parent | 0632618d29dfb30c76b4e7c310dc7bee36919f63 (diff) |
PS/2 library receives data partially by interrupt
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. |