File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- === DESCRIPTION ===
1
+ # Description
2
2
3
3
This is a libusb-1.0 based user space utility to grab the device connected
4
4
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
12
12
to all users, but can be modified (examples included) to allow only a specific
13
13
user or group.
14
14
15
- === INSTALL ===
15
+ # Install
16
16
17
17
Compile with:
18
18
@@ -21,7 +21,12 @@ Compile with:
21
21
then copy the gub211 binary. Copy the 99-gub211.rules to /etc/udev/rules.d and
22
22
edit if desired.
23
23
24
- === BUGS ===
24
+ # Usage
25
25
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 `
You can’t perform that action at this time.
0 commit comments