Skip to content

Refactor /run/system.json for USB #315

@mattiaswal

Description

@mattiaswal
"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

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions