diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 90929669e82e..55dbf2ae03bb 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -181,6 +181,12 @@ enum power_supply_property { POWER_SUPPLY_PROP_MODEL_NAME, POWER_SUPPLY_PROP_MANUFACTURER, POWER_SUPPLY_PROP_SERIAL_NUMBER, + /* + * Properties of type `int'. Appended at the end of list to minimize ABI + * breakage. + */ + POWER_SUPPLY_PROP_USBIF_VENDOR_ID, + POWER_SUPPLY_PROP_USBIF_PRODUCT_ID, }; enum power_supply_type {