From 74df18794e2d2fcac1789d24710c8e935a621825 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 22 Oct 2024 21:37:00 -0600 Subject: [PATCH] Add examples to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1faa718..e34bf47 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A Bash script and udev rules to give USB HID raw devices and USB raw printers a consistent, predictable, named path. +For example, instead of using `/dev/hidrawX`, you can use `/dev/usb/by-id/hidraw_XXXX:YYYY`, +and instead of `/dev/usb/lpX`, you can use `/dev/usb/by-id/printer_XXXX:YYYY`, +where XXXX and YYYY are the USB vendor and product ID, respectfully. + ## Get It Available from the Netsyms Debian repository at https://repo.netsyms.com.