diff options
| author | 2010-10-04 10:51:37 +0300 | |
|---|---|---|
| committer | 2010-10-06 17:37:09 +0400 | |
| commit | 85efc8a18cedf70e55acd0c825e2d9d2f3b19999 (patch) | |
| tree | 2d137c74957bae19ecab4fe8d75dbe238184b9b7 /include/linux | |
| parent | ds2782_battery: Fix units (diff) | |
| download | linux-dev-85efc8a18cedf70e55acd0c825e2d9d2f3b19999.tar.xz linux-dev-85efc8a18cedf70e55acd0c825e2d9d2f3b19999.zip | |
power_supply: Add types for USB chargers
This adds power supply types for USB chargers defined in
Battery Charging Specification 1.1.
Signed-off-by: Heikki Krogerus <ext-heikki.krogerus@nokia.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/power_supply.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 30083a896f36..d37fef67ece2 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -125,7 +125,10 @@ enum power_supply_type { POWER_SUPPLY_TYPE_BATTERY = 0, POWER_SUPPLY_TYPE_UPS, POWER_SUPPLY_TYPE_MAINS, - POWER_SUPPLY_TYPE_USB, + POWER_SUPPLY_TYPE_USB, /* Standard Downstream Port */ + POWER_SUPPLY_TYPE_USB_DCP, /* Dedicated Charging Port */ + POWER_SUPPLY_TYPE_USB_CDP, /* Charging Downstream Port */ + POWER_SUPPLY_TYPE_USB_ACA, /* Accessory Charger Adapters */ }; union power_supply_propval { |
