Home | History | Annotate | Download | only in utils

Lines Matching refs:serial

141   def __init__(self, bus_num=0, device_num=0, serial=None, info=None):
147 serial: [string] Serial number.
153 self._serial = serial
177 def serial(self):
180 @serial.setter
181 def serial(self, serial):
182 self._serial = serial
202 serial: [string] Serial number.
241 _S_LINE_REGEX = re.compile(r'S: SerialNumber=(?P<serial>.*)')
300 # put the serial number in the device
301 tree[bus_num].FindDeviceNumber(device_num).serial = match.group('serial')
350 """Gets physical-port:serial# mapping for a given hub.
357 Dict of {physical port: serial number)}
360 return {port: device.serial
362 if device.serial}
498 # Display serial number information about devices plugged into hubs.
499 print '==== SERIAL NUMBER INFORMATION ===='
523 devices attached, TTY mapping, and serial number mapping,