Commit 84c38cb9 authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

usb: increase the length of the request buffer



Increase the length of the request buffer.
Current value is not enough for an average
device descriptor.

Signed-off-by: default avatarJohann Fischer <j.fischer@phytec.de>
parent 666fa318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ config USB_REQUEST_BUFFER_SIZE
	range 8 65536
	default 256 if USB_DEVICE_NETWORK_RNDIS
	default 1024 if USB_DEVICE_LOOPBACK
	default 64
	default 128

config USB_DEVICE_SOF
	bool "Enable Start of Frame processing in events"