diff --git a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp
index 763cb21..ce38550 100644
--- a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp
+++ b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp
@@ -1,6 +1,6 @@
 #pragma once
 
-// pqrs::hid v2.12
+// pqrs::hid v2.13
 
 // (C) Copyright Takayama Fumihiko 2020.
 // Distributed under the Boost Software License, Version 1.0.
diff --git a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp
index 0e9f065..67f2ccd 100644
--- a/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp
+++ b/example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp
@@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);
 
 // application launch buttons
 
-// AL Consumer Control Configuration (0x0183) is used as open music player.
-// - https://github.com/pqrs-org/cpp-hid/pull/1
-// - https://source.android.com/docs/core/interaction/input/keyboard-devices
-constexpr value_t al_music_player(0x0183);
+constexpr value_t al_consumer_control_configuration(0x0183);
 constexpr value_t al_word_processor(0x0184);
 constexpr value_t al_text_editor(0x0185);
 constexpr value_t al_spreadsheet(0x0186);
diff --git a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp
index 763cb21..ce38550 100644
--- a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp
+++ b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp
@@ -1,6 +1,6 @@
 #pragma once
 
-// pqrs::hid v2.12
+// pqrs::hid v2.13
 
 // (C) Copyright Takayama Fumihiko 2020.
 // Distributed under the Boost Software License, Version 1.0.
diff --git a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp
index 0e9f065..67f2ccd 100644
--- a/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp
+++ b/tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp
@@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);
 
 // application launch buttons
 
-// AL Consumer Control Configuration (0x0183) is used as open music player.
-// - https://github.com/pqrs-org/cpp-hid/pull/1
-// - https://source.android.com/docs/core/interaction/input/keyboard-devices
-constexpr value_t al_music_player(0x0183);
+constexpr value_t al_consumer_control_configuration(0x0183);
 constexpr value_t al_word_processor(0x0184);
 constexpr value_t al_text_editor(0x0185);
 constexpr value_t al_spreadsheet(0x0186);