]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libudev: Update list of possible actions
authorBastien Nocera <hadess@hadess.net>
Tue, 5 Sep 2017 15:14:58 +0000 (17:14 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Jul 2019 20:14:52 +0000 (05:14 +0900)
Add "move" action as per src/libsystemd/sd-device/device-private.c

src/libudev/libudev-device.c

index 91dc910773c1b4caaf3e6ef6b36bdeb33efb94f9..b993309911314a7b557bb34f7465d8dc23d252b0 100644 (file)
@@ -681,8 +681,8 @@ _public_ struct udev_list_entry *udev_device_get_properties_list_entry(struct ud
  * @udev_device: udev device
  *
  * This is only valid if the device was received through a monitor. Devices read from
- * sys do not have an action string. Usual actions are: add, remove, change, online,
- * offline.
+ * sys do not have an action string. Usual actions are: add, remove, change, move,
+ * online, offline.
  *
  * Returns: the kernel action value, or #NULL if there is no action value available.
  **/