This commit is contained in:
Kovid Goyal 2007-10-07 20:33:50 +00:00
parent 3f0099a2e1
commit f2d3870a5a

View File

@ -137,7 +137,8 @@ class Device(Structure):
class Bus(Structure): class Bus(Structure):
@apply @apply
def device_list(): def device_list():
doc = """ doc = \
"""
Flat list of devices on this bus. Flat list of devices on this bus.
Note: children are not explored Note: children are not explored
TODO: Check if exploring children is neccessary (e.g. with an external hub) TODO: Check if exploring children is neccessary (e.g. with an external hub)