forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: fix minor typos/spelling
Fix some minor typos: * informations => information * there own => their own * these => this Signed-off-by: Sylvestre Ledru <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Showing
24 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid- | |
Date: March 2010 | ||
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile holds informations like button | ||
press of a button. A profile holds information like button | ||
mappings, sensitivity, the colors of the 5 leds and light | ||
effects. | ||
When read, these files return the respective profile. The | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds informations about button layout. | ||
profile_buttons holds information about button layout. | ||
When written, this file lets one write the respective profile | ||
buttons back to the mouse. The data has to be 77 bytes long. | ||
The mouse will reject invalid data. | ||
|
@@ -47,7 +47,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds informations about button layout. | ||
profile_buttons holds information about button layout. | ||
When read, these files return the respective profile buttons. | ||
The returned data is 77 bytes in size. | ||
This file is readonly. | ||
|
@@ -58,7 +58,7 @@ Date: October 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds informations like resolution, sensitivity | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When written, this file lets one write the respective profile | ||
settings back to the mouse. The data has to be 43 bytes long. | ||
|
@@ -73,7 +73,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds informations like resolution, sensitivity | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When read, these files return the respective profile settings. | ||
The returned data is 43 bytes in size. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ Date: January 2011 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds informations about button layout. | ||
profile_buttons holds information about button layout. | ||
When written, this file lets one write the respective profile | ||
buttons back to the mouse. The data has to be 23 bytes long. | ||
The mouse will reject invalid data. | ||
|
@@ -66,7 +66,7 @@ Date: January 2011 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds informations about button layout. | ||
profile_buttons holds information about button layout. | ||
When read, these files return the respective profile buttons. | ||
The returned data is 23 bytes in size. | ||
This file is readonly. | ||
|
@@ -77,7 +77,7 @@ Date: January 2011 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds informations like resolution, sensitivity | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When written, this file lets one write the respective profile | ||
settings back to the mouse. The data has to be 16 bytes long. | ||
|
@@ -92,7 +92,7 @@ Date: January 2011 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds informations like resolution, sensitivity | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When read, these files return the respective profile settings. | ||
The returned data is 16 bytes in size. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds informations like resolution, sensitivity | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When written, this file lets one write the respective profile | ||
settings back to the mouse. The data has to be 13 bytes long. | ||
|
@@ -54,7 +54,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_settings holds informations like resolution, sensitivity | ||
profile_settings holds information like resolution, sensitivity | ||
and light effects. | ||
When read, these files return the respective profile settings. | ||
The returned data is 13 bytes in size. | ||
|
@@ -66,7 +66,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds informations about button layout. | ||
profile_buttons holds information about button layout. | ||
When written, this file lets one write the respective profile | ||
buttons back to the mouse. The data has to be 19 bytes long. | ||
The mouse will reject invalid data. | ||
|
@@ -80,7 +80,7 @@ Date: August 2010 | |
Contact: Stefan Achatz <[email protected]> | ||
Description: The mouse can store 5 profiles which can be switched by the | ||
press of a button. A profile is split in settings and buttons. | ||
profile_buttons holds informations about button layout. | ||
profile_buttons holds information about button layout. | ||
When read, these files return the respective profile buttons. | ||
The returned data is 19 bytes in size. | ||
This file is readonly. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ KernelVersion: 2.6.20 | |
Contact: "Corentin Chary" <[email protected]> | ||
Description: | ||
Some models like the W1N have a LED display that can be | ||
used to display several informations. | ||
used to display several items of information. | ||
To control the LED display, use the following : | ||
echo 0x0T000DDD > /sys/devices/platform/asus_laptop/ | ||
where T control the 3 letters display, and DDD the 3 digits display. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ FIRST OF ALL | |
============ | ||
|
||
This code references YAMAHA's sample codes and data sheets. | ||
I respect and thank for all people they made open the informations | ||
I respect and thank for all people they made open the information | ||
about YMF7xx cards. | ||
|
||
And this codes heavily based on Jeff Garzik <[email protected]>'s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,10 +181,10 @@ Syntax: <n> | |
Description: Debugging information level, from 0 to 3: | ||
0 = none (use carefully) | ||
1 = critical errors | ||
2 = significant informations | ||
2 = significant information | ||
3 = more verbose messages | ||
Level 3 is useful for testing only, when only one device | ||
is used at the same time. It also shows some more informations | ||
is used at the same time. It also shows some information | ||
about the hardware being detected. This module parameter can be | ||
changed at runtime thanks to the /sys filesystem interface. | ||
Default: 2 | ||
|
@@ -261,7 +261,7 @@ the fingerprint is: '88E8 F32F 7244 68BA 3958 5D40 99DA 5D2A FCE6 35A4'. | |
|
||
11. Credits | ||
=========== | ||
- Informations about the chip internals needed to enable the I2C protocol have | ||
- Information about the chip internals needed to enable the I2C protocol have | ||
been taken from the documentation of the ZC030x Video4Linux1 driver written | ||
by Andrew Birkett <[email protected]>; | ||
- The initialization values of the ZC0301 controller connected to the PAS202BCB | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters