SHA256
1
0
forked from pool/hwinfo

- fix network detection if several interfaces are attached to a single pci function (bnc #693090)

- fixed typo
- USB joystick fixes
- replace USB details by joystick details
- set unix_dev_name2 to /dev/input/jsX
- added Gameport bus, detect gameport joysticks
- cleanup - removed unused variables
- added NULL checks
- joystick: detect and report number of axes and buttons
- added support for detecting USB joysticks
- updated .gitignore
- added .gitignore files
- show disk capacity in GB

OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=42
This commit is contained in:
2011-10-07 13:20:51 +00:00
committed by Git OBS Bridge
parent 0680be7d3c
commit 477f1a2225
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 7 15:13:16 CEST 2011 - snwint@suse.de
- fix network detection if several interfaces are attached to a single pci function (bnc #693090)
- fixed typo
- USB joystick fixes
- replace USB details by joystick details
- set unix_dev_name2 to /dev/input/jsX
- added Gameport bus, detect gameport joysticks
- cleanup - removed unused variables
- added NULL checks
- joystick: detect and report number of axes and buttons
- added support for detecting USB joysticks
- updated .gitignore
- added .gitignore files
- show disk capacity in GB
-------------------------------------------------------------------
Fri Mar 11 11:43:28 CET 2011 - snwint@suse.de