Re: [PATCH 2/2] Embedded USB Debugger (EUD) driver

From: pheragu
Date: Tue Jul 31 2018 - 15:32:08 EST


On 2018-07-31 12:29, Trilok Soni wrote:
Hi Prakruthi,

On 7/31/2018 11:22 AM, Prakruthi Deepak Heragu wrote:
Add support for control peripheral of EUD (Embedded USB Debugger) to
listen to events such as USB attach/detach, charger enable/disable, pet
EUD to indicate software is functional.

We should CC linux-usb mailing list too?

Sure. Will get the id and do it.
+
+config QCOM_EUD
+ tristate "QTI Embedded USB Debugger (EUD)"
+ depends on ARCH_QCOM
+ select SERIAL_CORE

We don't need to select SERIAL_CORE since there is nothing related to
serial console in this driver.
Yes, I will take it off. Shall I send a version 1?