]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/hostname/hostnamed.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / hostname / hostnamed.c
index a8df3dd2eddee7cefae0618464cc84d94f72fcef..a9d5d49bddd4f28365186713a150a88fccfc517d 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -202,6 +203,7 @@ static const char* fallback_chassis(void) {
                 return "tablet";
 
         case 0x1F: /* Convertible */
+        case 0x20: /* Detachable */
                 return "convertible";
         }