Changes between Version 36 and Version 37 of Internal/InventoryV3
- Timestamp:
- Dec 8, 2010, 10:20:46 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryV3
v36 v37 5 5 Versions: 6 6 7 * gather.rb:2. 088 * writer.rb:1.02 9 * logcopy:0.04 7 * gather.rb:2.11 8 * writer.rb:1.02 (will be deprecated) 9 * logcopy:0.04 (will be deprecated) 10 10 * inventoryv2.rb:0.05 11 11 … … 353 353 354 354 The lshw webpage is http://ezix.org/project/wiki/HardwareLiSter This page has the device class listings and other documentaion. 355 356 === 12/8/2010 === 357 358 Fixed a few bugs involving how the array slices were processed. I ran into a problem where the device count would get messed up if lshw returned non-unique values. I solved it be reversing the array before slicing (documented in the code).