Back to home page

OSCL-LXR

 
 

    


0001 What:           /sys/class/
0002 Date:           Febuary 2006
0003 Contact:        Greg Kroah-Hartman <gregkh@linuxfoundation.org>
0004 Description:
0005                 The /sys/class directory will consist of a group of
0006                 subdirectories describing individual classes of devices
0007                 in the kernel.  The individual directories will consist
0008                 of either subdirectories, or symlinks to other
0009                 directories.
0010 
0011                 All programs that use this directory tree must be able
0012                 to handle both subdirectories or symlinks in order to
0013                 work properly.
0014 
0015 Users:
0016         udev <linux-hotplug-devel@lists.sourceforge.net>