encrypt hace 8 años
padre
commit
f2c14f5476
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -0,0 +1,14 @@
+fake-device-linux
+=================
+
+Add a fake platform device.
+
+Usage
+-----
+
+```
+$ make
+# insmod fake-device.ko name=device_name
+...
+# rmmod fake-device.ko
+```