mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
probe: rename usb-ports-names => usb-port-names
This commit is contained in:
@@ -83,7 +83,7 @@ class DTSystem:
|
||||
}
|
||||
|
||||
def infix_usb_devices(self, out):
|
||||
names=self.infix.str_array("usb-ports-names")
|
||||
names=self.infix.str_array("usb-port-names")
|
||||
phs=self.__get_phandle_array("usb-ports")
|
||||
data=dict(zip(names,phs))
|
||||
if data != {}:
|
||||
|
||||
Reference in New Issue
Block a user