From d6ff3655773a1810b15da942c40478bf5217e390 Mon Sep 17 00:00:00 2001
From: Carlos Corbacho <carlos@strangeworlds.co.uk>
Date: Sat, 9 Feb 2008 01:32:03 +0000
Subject: [PATCH] Documentation - Create laptops sub-directory

There are currently various laptop drivers floating about with no central
place for their documentation, which is currently scattered around the top
level Documentation/ directory.

So, as a first step, lets create a Documentation sub-directory, and update
the relevant index files. The work of then moving the existing laptop
driver related documentation will then be handled later.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
CC: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
CC: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
---
 Documentation/00-INDEX         | 2 ++
 Documentation/laptops/00-INDEX | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100644 Documentation/laptops/00-INDEX

diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
index 6e9c4050a41b..3de34e581ddb 100644
--- a/Documentation/00-INDEX
+++ b/Documentation/00-INDEX
@@ -227,6 +227,8 @@ kref.txt
 	- docs on adding reference counters (krefs) to kernel objects.
 laptop-mode.txt
 	- how to conserve battery power using laptop-mode.
+laptops/
+	- directory with laptop related info and laptop driver documentation.
 ldm.txt
 	- a brief description of LDM (Windows Dynamic Disks).
 leds-class.txt
diff --git a/Documentation/laptops/00-INDEX b/Documentation/laptops/00-INDEX
new file mode 100644
index 000000000000..2edb5967d35c
--- /dev/null
+++ b/Documentation/laptops/00-INDEX
@@ -0,0 +1,2 @@
+00-INDEX
+	- This file
-- 
GitLab