diff options
Diffstat (limited to 'Documentation/pcmcia/devicetable.txt')
-rw-r--r-- | Documentation/pcmcia/devicetable.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pcmcia/devicetable.txt b/Documentation/pcmcia/devicetable.txt index 199afd100cf2..5f3e00ab54c4 100644 --- a/Documentation/pcmcia/devicetable.txt +++ b/Documentation/pcmcia/devicetable.txt | |||
@@ -27,7 +27,7 @@ pcmcia:m0149cC1ABf06pfn00fn00pa725B842DpbF1EFEE84pc0877B627pd00000000 | |||
27 | The hex value after "pa" is the hash of product ID string 1, after "pb" for | 27 | The hex value after "pa" is the hash of product ID string 1, after "pb" for |
28 | string 2 and so on. | 28 | string 2 and so on. |
29 | 29 | ||
30 | Alternatively, you can use crc32hash (see Documentation/pcmcia/crc32hash.c) | 30 | Alternatively, you can use crc32hash (see tools/pcmcia/crc32hash.c) |
31 | to determine the crc32 hash. Simply pass the string you want to evaluate | 31 | to determine the crc32 hash. Simply pass the string you want to evaluate |
32 | as argument to this program, e.g.: | 32 | as argument to this program, e.g.: |
33 | $ ./crc32hash "Dual Speed" | 33 | $ tools/pcmcia/crc32hash "Dual Speed" |