diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2016-08-05 12:15:46 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-08-08 05:17:23 +0300 |
commit | 7fe95fb889faf07ee438384858d38b820973397e (patch) | |
tree | a73d18f097b0ba5a2d82fc6483ad7d4aac4e4ad9 /include/linux/extcon.h | |
parent | 9c0595d688e9deb337ff8901bb25281cdb19050b (diff) | |
download | linux-7fe95fb889faf07ee438384858d38b820973397e.tar.xz |
extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device
This patchs add the new EXTCON_CHG_WPT for Wireless Power Transfer[1].
The Wireless Power Transfer is the transmission of electronical energy
from a power source. The EXTCON_CHG_WPT has the EXTCON_TYPE_CHG.
[1] https://en.wikipedia.org/wiki/Wireless_power_transfer
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'include/linux/extcon.h')
-rw-r--r-- | include/linux/extcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/extcon.h b/include/linux/extcon.h index e79b644f41a7..461abee969b7 100644 --- a/include/linux/extcon.h +++ b/include/linux/extcon.h @@ -53,6 +53,7 @@ #define EXTCON_CHG_USB_ACA 8 /* Accessory Charger Adapter */ #define EXTCON_CHG_USB_FAST 9 #define EXTCON_CHG_USB_SLOW 10 +#define EXTCON_CHG_WPT 11 /* Wireless Power Transfer */ /* Jack external connector */ #define EXTCON_JACK_MICROPHONE 20 |