Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c1d8b1 authored by Tarun Gupta's avatar Tarun Gupta
Browse files

USB: android: increase MAX_STREAMING_FUNCS value to 6



Android gadget driver checks whether number of streaming
functions passed are less than MAX_STREAMING_FUNCS. Increase
this value from 3 to 6 as USB driver now uses more than 3
streaming functions.

Change-Id: Iaed07baad3b7d39e1500ee45ee99016378ba00a8
Signed-off-by: default avatarTarun Gupta <tarung@codeaurora.org>
parent cbd32df3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#ifndef	__LINUX_USB_ANDROID_H
#define	__LINUX_USB_ANDROID_H

#define MAX_STREAMING_FUNCS 3
#define MAX_STREAMING_FUNCS 6
#define FUNC_NAME_LEN 10

enum android_pm_qos_state {