Commit bc5bca53 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

driver-core: documentation: fix up Greg's email address



My old email address was used in a lot of documentation files, so fix
this up to point to the correct one now.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b4d2d231
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
What:		devfs
What:		devfs
Date:		July 2005 (scheduled), finally removed in kernel v2.6.18
Date:		July 2005 (scheduled), finally removed in kernel v2.6.18
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
	devfs has been unmaintained for a number of years, has unfixable
	devfs has been unmaintained for a number of years, has unfixable
	races, contains a naming policy within the kernel that is
	races, contains a naming policy within the kernel that is
+5 −5
Original line number Original line Diff line number Diff line
What:		/sys/bus/usb/drivers/usbtmc/devices/*/interface_capabilities
What:		/sys/bus/usb/drivers/usbtmc/devices/*/interface_capabilities
What:		/sys/bus/usb/drivers/usbtmc/devices/*/device_capabilities
What:		/sys/bus/usb/drivers/usbtmc/devices/*/device_capabilities
Date:		August 2008
Date:		August 2008
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		These files show the various USB TMC capabilities as described
		These files show the various USB TMC capabilities as described
		by the device itself.  The full description of the bitfields
		by the device itself.  The full description of the bitfields
@@ -15,7 +15,7 @@ Description:
What:		/sys/bus/usb/drivers/usbtmc/devices/*/usb488_interface_capabilities
What:		/sys/bus/usb/drivers/usbtmc/devices/*/usb488_interface_capabilities
What:		/sys/bus/usb/drivers/usbtmc/devices/*/usb488_device_capabilities
What:		/sys/bus/usb/drivers/usbtmc/devices/*/usb488_device_capabilities
Date:		August 2008
Date:		August 2008
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		These files show the various USB TMC capabilities as described
		These files show the various USB TMC capabilities as described
		by the device itself.  The full description of the bitfields
		by the device itself.  The full description of the bitfields
@@ -29,7 +29,7 @@ Description:


What:		/sys/bus/usb/drivers/usbtmc/devices/*/TermChar
What:		/sys/bus/usb/drivers/usbtmc/devices/*/TermChar
Date:		August 2008
Date:		August 2008
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		This file is the TermChar value to be sent to the USB TMC
		This file is the TermChar value to be sent to the USB TMC
		device as described by the document, "Universal Serial Bus Test
		device as described by the document, "Universal Serial Bus Test
@@ -42,7 +42,7 @@ Description:


What:		/sys/bus/usb/drivers/usbtmc/devices/*/TermCharEnabled
What:		/sys/bus/usb/drivers/usbtmc/devices/*/TermCharEnabled
Date:		August 2008
Date:		August 2008
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		This file determines if the TermChar is to be sent to the
		This file determines if the TermChar is to be sent to the
		device on every transaction or not.  For more details about
		device on every transaction or not.  For more details about
@@ -53,7 +53,7 @@ Description:


What:		/sys/bus/usb/drivers/usbtmc/devices/*/auto_abort
What:		/sys/bus/usb/drivers/usbtmc/devices/*/auto_abort
Date:		August 2008
Date:		August 2008
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		This file determines if the the transaction of the USB TMC
		This file determines if the the transaction of the USB TMC
		device is to be automatically aborted if there is any error.
		device is to be automatically aborted if there is any error.
+1 −1
Original line number Original line Diff line number Diff line
What:		/sys/class/
What:		/sys/class/
Date:		Febuary 2006
Date:		Febuary 2006
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		The /sys/class directory will consist of a group of
		The /sys/class directory will consist of a group of
		subdirectories describing individual classes of devices
		subdirectories describing individual classes of devices
+1 −1
Original line number Original line Diff line number Diff line
What:		/sys/devices
What:		/sys/devices
Date:		February 2006
Date:		February 2006
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:
Description:
		The /sys/devices tree contains a snapshot of the
		The /sys/devices tree contains a snapshot of the
		internal state of the kernel device tree.  Devices will
		internal state of the kernel device tree.  Devices will
+1 −1
Original line number Original line Diff line number Diff line
What:		/sys/devices/platform/samsung/performance_level
What:		/sys/devices/platform/samsung/performance_level
Date:		January 1, 2010
Date:		January 1, 2010
KernelVersion:	2.6.33
KernelVersion:	2.6.33
Contact:	Greg Kroah-Hartman <gregkh@suse.de>
Contact:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Description:	Some Samsung laptops have different "performance levels"
Description:	Some Samsung laptops have different "performance levels"
		that are can be modified by a function key, and by this
		that are can be modified by a function key, and by this
		sysfs file.  These values don't always make a whole lot
		sysfs file.  These values don't always make a whole lot
Loading