blob: ff932eb19f0b1380413e3ffa2f8763e840f0c23c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# SPDX-License-Identifier: GPL-2.0
#
# This is the device definition for the XPS 13 9300.
# The filename "Dell Inc.,XPS 13 9300" was chosen following the format
# "Vendor,Product", where Vendor comes from
# /sys/devices/virtual/dmi/id/sys_vendor, and Product comes from
# /sys/devices/virtual/dmi/id/product_name.
#
# See google,spherion.yaml for more information.
#
- type: pci-controller
# This machine has a single PCI host controller so it's valid to not have any
# key to identify the controller. If it had more than one controller, the UID
# of the controller from ACPI could be used to distinguish as follows:
#acpi-uid: 0
devices:
- path: 14.0
type: usb-controller
usb-version: 2
devices:
- path: 9
name: camera
interfaces: [0, 1, 2, 3]
- path: 10
name: bluetooth
interfaces: [0, 1]
- path: 2.0
name: gpu
- path: 4.0
name: thermal
- path: 12.0
name: sensors
- path: 14.3
name: wifi
- path: 1d.0/0.0
name: ssd
- path: 1d.7/0.0
name: sdcard-reader
- path: 1f.3
name: audio
|