Accepting request 87063 from system:install:head

- 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/request/show/87063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=107
This commit is contained in:
Lars Vogdt 2011-10-08 09:42:25 +00:00 committed by Git OBS Bridge
commit f314106569
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e134ce2e84db9774abfbb5fcc05c76a1305305a895bab9567496302698992184
size 639582

3
hwinfo-19.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40d69a7fc80bfa280481e15a4a3a969ea719d650246d605729006dd5d900b551
size 640722

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

View File

@ -33,9 +33,9 @@ Obsoletes: libhd
PreReq: /sbin/ldconfig
AutoReqProv: on
Summary: Hardware Library
Version: 18.5
Version: 19.0
Release: 1
Source: hwinfo-18.5.tar.bz2
Source: hwinfo-19.0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description