Data Fields | |
| int | t_bus |
| Bus number. | |
| int | t_level |
| Level in topology (depth). | |
| int | t_parent |
| Parent DeviceNumber. | |
| int | t_port |
| Port on Parent for this device. | |
| int | t_count |
| Count of devices at this level. | |
| int | t_device |
| DeviceNumber. | |
| int | t_speed_bcd |
| Device Speed in Mbps, encoded as BCD. | |
| int | t_max_children |
| Maximum number of children. | |
| int | d_version_bcd |
| USB version, encoded in BCD. | |
| usb_proc_info_s * | next |
| next element or #NULL if last | |
Definition at line 276 of file linux_usb.c.
1.3.5