Skip to content

Commit 5b12776

Browse files
committed
update readme
1 parent 321ac5b commit 5b12776

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== DESCRIPTION ===
1+
# Description
22

33
This is a libusb-1.0 based user space utility to grab the device connected
44
to a IOGEAR GUB211 auto sharing usb switch in Linux. The device shows up with
@@ -12,7 +12,7 @@ to use udev rules to set the permissions. The included udev rules allow access
1212
to all users, but can be modified (examples included) to allow only a specific
1313
user or group.
1414

15-
=== INSTALL ===
15+
# Install
1616

1717
Compile with:
1818

@@ -21,7 +21,12 @@ Compile with:
2121
then copy the gub211 binary. Copy the 99-gub211.rules to /etc/udev/rules.d and
2222
edit if desired.
2323

24-
=== BUGS ===
24+
# Usage
2525

26-
Currently, only one GUB211 is supported. Using this with more than one
27-
connected at once will result in undefined behaviour.
26+
List devices: `gub211 list`
27+
28+
Switch to the first device found: `gub211` or `gub211 first`
29+
30+
Switch to the only device: `gub211 only`
31+
32+
Switch to specific device: `gub211 PATH`

0 commit comments

Comments
 (0)