- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
"usb-ports": [
  {
    "name": "USB",
    "path": "/sys/bus/usb/devices/usb1/authorized"
  },
  {
    "name": "USB",
    "path": "/sys/bus/usb/devices/usb1/authorized_default"
  },
  {
    "name": "USB2",
    "path": "/sys/bus/usb/devices/usb2/authorized"
  },
  {
    "name": "USB2",
    "path": "/sys/bus/usb/devices/usb2/authorized_default"
  }
]
Should be:
"usb-ports": [
  {
    "name": "USB",
    "path": "/sys/bus/usb/devices/usb1"
  },
  {
    "name": "USB2",
    "path": "/sys/bus/usb/devices/usb2"
  }
]
Pass criteria: the usb-test passes. Remember to change alder.dtsi also.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done