Skip to content

Commit

Permalink
usb: Set correct default buffer size for RNDIS
Browse files Browse the repository at this point in the history
Set correct USB_REQUEST_BUFFER_SIZE for USB_DEVICE_NETWORK_RNDIS.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg authored and nashif committed May 27, 2019
1 parent 327f610 commit 24142d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/usb/Kconfig
Expand Up @@ -61,6 +61,7 @@ config USB_REQUEST_BUFFER_SIZE
int "Set buffer size for Standard, Class and Vendor request handlers"
range 256 65536 if USB_DEVICE_NETWORK_RNDIS
range 8 65536
default 256 if USB_DEVICE_NETWORK_RNDIS
default 64

config USB_DEVICE_SOF
Expand Down

0 comments on commit 24142d0

Please sign in to comment.