Changes between Version 16 and Version 17 of Docs/825gen2/Dev/Devices/USB
- Timestamp:
- 03/11/25 15:09:53 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/USB
v16 v17 163 163 164 164 To programmatically detect what is plugged into each port the sysfs file tree may be read. The following example demonstrates a method of checking each port and reading the desciption of any attached devices. 165 {{{ 166 #!div style="font-size: 80%" 167 Code highlighting: 168 {{{#!c++ 165 166 {{{#!c++ 169 167 typedef struct 170 168 { … … 221 219 } 222 220 } 223 }}} 224 }}} 221 }}}