Skip to content

Commit

Permalink
fix: 部分设备“物理ID”和“模块别名”重复显示
Browse files Browse the repository at this point in the history
修复部分设备 “物理ID”和“模块别名”重复显示

Log: 修复部分设备 “物理ID”和“模块别名”重复显示

Bug: https://pms.uniontech.com/bug-view-228921.html
  • Loading branch information
feeengli authored and deepin-bot[bot] committed Nov 16, 2023
1 parent 7baf7d9 commit 84969ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deepin-devicemanager/src/DeviceManager/DeviceAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ void DeviceAudio::loadBaseDeviceInfo()
// 添加基本信息
addBaseDeviceInfo(tr("Name"), m_Name);
addBaseDeviceInfo(tr("Vendor"), m_Vendor);
addBaseDeviceInfo(tr("Module Alias"), m_Modalias);
addBaseDeviceInfo(tr("Physical ID"), m_PhysID);
addBaseDeviceInfo(tr("SysFS_Path"), m_SysPath);
addBaseDeviceInfo(tr("Description"), m_Description);
addBaseDeviceInfo(tr("Revision"), m_Version);
Expand Down
2 changes: 0 additions & 2 deletions deepin-devicemanager/src/DeviceManager/DeviceStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,6 @@ void DeviceStorage::loadBaseDeviceInfo()
void DeviceStorage::loadOtherDeviceInfo()
{
// 添加其他信息,成员变量
addOtherDeviceInfo(tr("Module Alias"), m_Modalias);
addOtherDeviceInfo(tr("Physical ID"), m_PhysID);
addOtherDeviceInfo(tr("Firmware Version"), m_FirmwareVersion);
addOtherDeviceInfo(tr("Speed"), m_Speed);
addOtherDeviceInfo(tr("Description"), m_Description);
Expand Down

0 comments on commit 84969ea

Please sign in to comment.