Commit b19c6f0
authored
Pr0807 (#166)
* fix: Fix fail to get info from some USB device
Some USB device information acquisition failures may occur; these should be ignored.
Failure example:
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.6.0-amd64-desktop] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: aigo
Product: U268
Revision: 2.00
Compliance: SPC-2
User Capacity: 62,914,560,000 bytes [62.9 GB]
Logical block size: 512 bytes
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
Log: Fix fail to get info from some USB device
Bug: https://pms.uniontech.com/bug-view-303363.html
* fix: Fix disk interface display abnormality
The value of m_size is incorrectly stored in m_interface.
Log: Fix disk interface display abnormality
Bug: https://pms.uniontech.com/bug-view-327617.html
* chore: Update version to 6.0.12
As title.
Log: Update version to 6.0.121 parent 0fa88fd commit b19c6f0
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | 688 | | |
693 | 689 | | |
694 | 690 | | |
| |||
0 commit comments