Skip to content

Commit 97b7195

Browse files
committed
README: Update outdated string
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 9fca9d4 commit 97b7195

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# framework-win-sensor-driver
2-
Sensor Driver for Windows on Framework systems
1+
# Framework Sensor Driver
2+
3+
Sensor Driver for Windows on Framework Computer systems
34

45
```
56
# Build
6-
msbuild .\SensorsComboDriver\SensorsComboDriver.sln /property:Platform=x64 /property:Configuration=Debug
7+
msbuild .\FrameworkSensors\FrameworkSensors.sln /property:Platform=x64 /property:Configuration=Debug
78
89
# Distributing
9-
.\SensorsComboDriver\x64\Debug\
10-
SensorsComboDriver.pdb
11-
SensorsComboDriver\sensorscombodriver.cat
12-
SensorsComboDriver\sensorscombodriver.dll
13-
SensorsComboDriver\sensorscombodriver.inf
10+
.\FrameworkSensors\x64\Debug\
11+
FrameworkSensors.pdb
12+
FrameworkSensors\FrameworkSensors.cat
13+
FrameworkSensors\FrameworkSensors.dll
14+
FrameworkSensors\FrameworkSensors.inf
1415
# Use signtool to sign .cat file and package all 4 files
1516
1617
# Install
17-
> sudo pnputil /add-driver SensorsComboDriver.inf /install
18-
18+
> sudo pnputil /add-driver FrameworkSensors.inf /install
1919
```
2020

2121
Check if the driver is installed and loaded:
@@ -38,7 +38,7 @@ Driver Name: oem2.inf
3838
Microsoft PnP Utility
3939
4040
Instance ID: ACPI\FRMWC006\1
41-
Device Description: Sensor Driver - ALS, Accelerometer, Orientation
41+
Device Description: Framework Computer Sensor Driver
4242
Class Name: Sensor
4343
Class GUID: {5175d334-c371-4806-b3ba-71fd53c9258d}
4444
Manufacturer Name: Framework Computer Inc

0 commit comments

Comments
 (0)