|
@@ -19,9 +19,8 @@ PCMCIA_DEVICE_PROD_ID1("some_string", 0x(hash_of_some_string)),
|
|
|
If the hash is incorrect, the kernel will inform you about this in "dmesg"
|
|
|
upon module initialization, and tell you of the correct hash.
|
|
|
|
|
|
-You can determine the hash of the product ID strings by running
|
|
|
-"pcmcia-modalias %n.%m" [%n being replaced with the socket number and %m being
|
|
|
-replaced with the device function] from pcmciautils. It generates a string
|
|
|
+You can determine the hash of the product ID strings by catting the file
|
|
|
+"modalias" in the sysfs directory of the PCMCIA device. It generates a string
|
|
|
in the following form:
|
|
|
pcmcia:m0149cC1ABf06pfn00fn00pa725B842DpbF1EFEE84pc0877B627pd00000000
|
|
|
|