summaryrefslogtreecommitdiff
path: root/usbredirparser
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-07 14:35:40 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-11-16 16:47:35 +0100
commita95fb7759fb10b205c113e872ae5e388739c6427 (patch)
treec7327cafe80ba2cd1fb16942adc07664553ba1e7 /usbredirparser
parenta873f57b6bf1bc548bc7687a7df00729ed830185 (diff)
Fix various typos in usbredirfilter.h comments
Diffstat (limited to 'usbredirparser')
-rw-r--r--usbredirparser/usbredirfilter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usbredirparser/usbredirfilter.h b/usbredirparser/usbredirfilter.h
index f03fa7e..3587a42 100644
--- a/usbredirparser/usbredirfilter.h
+++ b/usbredirparser/usbredirfilter.h
@@ -88,11 +88,11 @@ char *usbredirfilter_rules_to_string(const struct usbredirfilter_rule *rules,
Note that under certain circumstances some passes are skipped:
- For devices with a device class of 0x00 or 0xef, the pass which checks the
device class is skipped.
- - If the usbredirfilter_fl_dont_skip_non_boot_hid flag is not passed then
- for devices with more then 1 interface and an interface with an interface
+ - If the usbredirfilter_fl_dont_skip_non_boot_hid flag is not passed, then
+ for devices with more than 1 interface and an interface with an interface
class of 0x03, an interface subclass of 0x00 and an interface protocol
- of 0x00. the check is skipped for that interface. This allows to skip ie
- checking the interface for volume buttons one some usbaudio class devices.
+ of 0x00, the check is skipped for that interface. This allows to skip ie
+ checking the interface for volume buttons on some usbaudio class devices.
If the result of all (not skipped) passes is allow, then 0 will be returned,
which indicates that redirection should be allowed.