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

From: Greg KH
Date: Thu Nov 15 2018 - 18:06:22 EST


On Thu, Nov 15, 2018 at 11:32:54AM -0800, 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. Reusing the platform device kobj,
> sysfs entry 'enable' is created to enable or disable EUD.

If you add/remove/change a sysfs file, you need to also have a
Documentation/ABI/ file update as well. Please do that here.

thanks,

greg k-h