brintos

brintos / linux-shallow public Read only

0
0
Text · 533 B · 906735f Raw
17 lines · plain
1What:		/sys/class/2Date:		February 20063Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>4Description:5		The /sys/class directory will consist of a group of6		subdirectories describing individual classes of devices7		in the kernel.  The individual directories will consist8		of either subdirectories, or symlinks to other9		directories.10 11		All programs that use this directory tree must be able12		to handle both subdirectories or symlinks in order to13		work properly.14 15Users:16	udev <linux-hotplug-devel@lists.sourceforge.net>17