diff --git a/upower/src/device.rs b/upower/src/device.rs index 8f6c604..5893f6a 100644 --- a/upower/src/device.rs +++ b/upower/src/device.rs @@ -29,6 +29,26 @@ pub enum BatteryType { Keyboard = 6, Pda = 7, Phone = 8, + MediaPlayer = 9, + Tablet = 10, + Computer = 11, + GamingInput = 12, + Pen = 13, + Touchpad = 14, + Modem = 15, + Network = 16, + Headset = 17, + Speakers = 18, + Headphones = 19, + Video = 20, + OtherAudio = 21, + RemoteControl = 22, + Printer = 23, + Scanner = 24, + Camera = 25, + Wearable = 26, + Toy = 27, + BluetoothGeneric = 28, } #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, Deserialize_repr, Serialize_repr, OwnedValue)]