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

Commit 48a17303 authored by Fabien Parent's avatar Fabien Parent Committed by Greg Kroah-Hartman
Browse files

greybus: apba: add fct flow usb control requests



Add control requests to enable/disable the flow of unipro FCT tokens

Reviewed-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarFabien Parent <fparent@baylibre.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 9ed5e1ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -195,6 +195,9 @@ struct gb_control_interface_version_response {
/* request to control the CSI transmitter */
/* request to control the CSI transmitter */
#define GB_APB_REQUEST_AUDIO_CONTROL	0x09
#define GB_APB_REQUEST_AUDIO_CONTROL	0x09


/* vendor requests to enable/disable FCT tokens flow */
#define GB_APB_REQUEST_FCT_FLOW_EN	0x0b
#define GB_APB_REQUEST_FCT_FLOW_DIS	0x0c


/* Firmware Protocol */
/* Firmware Protocol */