diff options
| author | a1xd <[email protected]> | 2021-01-30 01:23:34 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-01-30 01:23:34 -0500 |
| commit | f64c40346dab580220101b0aacb4a6ff5484d86a (patch) | |
| tree | e6103ccb3a0a4adde6cab99a6293a63dbc90738e /grapher/grapher.csproj | |
| parent | bump version (diff) | |
| download | rawaccel-f64c40346dab580220101b0aacb4a6ff5484d86a.tar.xz rawaccel-f64c40346dab580220101b0aacb4a6ff5484d86a.zip | |
fix device id not working with g305
this uses w32 apis for enumerating dev info instead of ManagementObjectSearcher, which upper-cases dev ids, differing from kernel/cfgmgr32
this also breaks showing dev name alongside id, as the name seems inaccessible from cfgmgr32 given an interface supplied by rawinput
not a big deal considering the names are too generic to be useful anyway
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 8673325..1160ba8 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -59,7 +59,6 @@ </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> - <Reference Include="System.Management" /> <Reference Include="System.Windows.Forms.DataVisualization" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> |