aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 146dfe0..ea7b4b8 100644
--- a/README
+++ b/README
@@ -3,6 +3,8 @@ dockd
mein klein dockd
poll usb for thinkpad ultra dock, run scripts in folder when status changes.
-roadmap
--------
- [x] c rewrite, fuck your 6-digit PIDs
+how to use
+----------
+edit src/config.h. DOCK_VENDOR & DOCK_PRODUCT are to be set to the USB device ID
+associated with the docked state. ON_DOCKED & ON_UNDOCKED are to be set to the
+binaries which shall run on entry of their respective states.