mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
Documentation: move driver-api/dcdbas to userspace-api/
This file documents a sysfs interface that is intended for systems management software. It does NOT document any kind of kernel driver API. It is also not meant to be used directly by system administrators or users. Cc: Stuart Hayes <stuart.w.hayes@gmail.com> Cc: platform-driver-x86@vger.kernel.org Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231221124816.2978000-3-vegard.nossum@oracle.com
This commit is contained in:
parent
77e075579e
commit
bb67bf1c4a
@ -78,7 +78,6 @@ available subsections can be seen below.
|
|||||||
backlight/lp855x-driver.rst
|
backlight/lp855x-driver.rst
|
||||||
connector
|
connector
|
||||||
console
|
console
|
||||||
dcdbas
|
|
||||||
eisa
|
eisa
|
||||||
isa
|
isa
|
||||||
io-mapping
|
io-mapping
|
||||||
|
@ -32,6 +32,7 @@ place where this information is gathered.
|
|||||||
futex2
|
futex2
|
||||||
tee
|
tee
|
||||||
isapnp
|
isapnp
|
||||||
|
dcdbas
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
@ -5901,7 +5901,7 @@ DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
|
|||||||
M: Stuart Hayes <stuart.w.hayes@gmail.com>
|
M: Stuart Hayes <stuart.w.hayes@gmail.com>
|
||||||
L: platform-driver-x86@vger.kernel.org
|
L: platform-driver-x86@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: Documentation/driver-api/dcdbas.rst
|
F: Documentation/userspace-api/dcdbas.rst
|
||||||
F: drivers/platform/x86/dell/dcdbas.*
|
F: drivers/platform/x86/dell/dcdbas.*
|
||||||
|
|
||||||
DELL WMI DDV DRIVER
|
DELL WMI DDV DRIVER
|
||||||
|
@ -37,7 +37,7 @@ config DCDBAS
|
|||||||
Interrupts (SMIs) and Host Control Actions (system power cycle or
|
Interrupts (SMIs) and Host Control Actions (system power cycle or
|
||||||
power off after OS shutdown) on certain Dell systems.
|
power off after OS shutdown) on certain Dell systems.
|
||||||
|
|
||||||
See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver
|
See <file:Documentation/userspace-api/dcdbas.rst> for more details on the driver
|
||||||
and the Dell systems on which Dell systems management software makes
|
and the Dell systems on which Dell systems management software makes
|
||||||
use of this driver.
|
use of this driver.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* and Host Control Actions (power cycle or power off after OS shutdown) on
|
* and Host Control Actions (power cycle or power off after OS shutdown) on
|
||||||
* Dell systems.
|
* Dell systems.
|
||||||
*
|
*
|
||||||
* See Documentation/driver-api/dcdbas.rst for more information.
|
* See Documentation/userspace-api/dcdbas.rst for more information.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1995-2006 Dell Inc.
|
* Copyright (C) 1995-2006 Dell Inc.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user