404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.14.146.45: ~ $
/*
 * This file defines the USB charger type and state that are needed for
 * USB device APIs.
 */

#ifndef _UAPI__LINUX_USB_CHARGER_H
#define _UAPI__LINUX_USB_CHARGER_H

/*
 * USB charger type:
 * SDP (Standard Downstream Port)
 * DCP (Dedicated Charging Port)
 * CDP (Charging Downstream Port)
 * ACA (Accessory Charger Adapters)
 */
enum usb_charger_type {
	UNKNOWN_TYPE = 0,
	SDP_TYPE = 1,
	DCP_TYPE = 2,
	CDP_TYPE = 3,
	ACA_TYPE = 4,
};

/* USB charger state */
enum usb_charger_state {
	USB_CHARGER_DEFAULT = 0,
	USB_CHARGER_PRESENT = 1,
	USB_CHARGER_ABSENT = 2,
};

#endif /* _UAPI__LINUX_USB_CHARGER_H */

Filemanager

Name Type Size Permission Actions
audio.h File 16.68 KB 0644
cdc-wdm.h File 754 B 0644
cdc.h File 12.66 KB 0644
ch11.h File 8.78 KB 0644
ch9.h File 37.85 KB 0644
charger.h File 613 B 0644
functionfs.h File 10.17 KB 0644
g_printer.h File 1.35 KB 0644
gadgetfs.h File 2.75 KB 0644
midi.h File 3.35 KB 0644
tmc.h File 2.72 KB 0644
video.h File 15.83 KB 0644