Mailinglist Archive: opensuse-commit (770 mails)
| < Previous | Next > |
commit hwinfo
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Jun 2008 16:14:35 +0200
- Message-id: <20080603141435.A44E267816D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hwinfo
checked in at Tue Jun 3 16:14:35 CEST 2008.
--------
--- hwinfo/hwinfo.changes 2008-05-26 17:40:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/hwinfo/hwinfo.changes 2008-06-02
12:33:24.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 12:33:17 CEST 2008 - snwint@xxxxxxx
+
+- fix macbook keyboard detection (bnc #374101)
+
+-------------------------------------------------------------------
Old:
----
hwinfo-14.18.tar.bz2
New:
----
hwinfo-14.19.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.m25683/_old 2008-06-03 16:13:48.000000000 +0200
+++ /var/tmp/diff_new_pack.m25683/_new 2008-06-03 16:13:48.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package hwinfo (Version 14.18)
+# spec file for package hwinfo (Version 14.19)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,9 +21,9 @@
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Hardware Library
-Version: 14.18
+Version: 14.19
Release: 1
-Source: hwinfo-14.18.tar.bz2
+Source: hwinfo-14.19.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -95,6 +95,8 @@
%doc doc/libhd/html
%changelog
+* Mon Jun 02 2008 snwint@xxxxxxx
+- fix macbook keyboard detection (bnc #374101)
* Mon May 26 2008 snwint@xxxxxxx
- ppc: report usb controller properly (bnc #368234)
* Mon May 19 2008 snwint@xxxxxxx
++++++ hwinfo-14.18.tar.bz2 -> hwinfo-14.19.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-14.18/Changelog new/hwinfo-14.19/Changelog
--- old/hwinfo-14.18/Changelog 2008-05-26 17:40:16.000000000 +0200
+++ new/hwinfo-14.19/Changelog 2008-05-30 17:03:57.000000000 +0200
@@ -1,3 +1,6 @@
+29/5/2008: v14.19
+ - fix macbook keyboard detection (bnc #374101)
+
26/5/2008: v14.18
- ppc: report usb controller properly (bnc #368234)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-14.18/src/hd/usb.c new/hwinfo-14.19/src/hd/usb.c
--- old/hwinfo-14.18/src/hd/usb.c 2008-05-06 14:28:08.000000000 +0200
+++ new/hwinfo-14.19/src/hd/usb.c 2008-05-30 17:03:35.000000000 +0200
@@ -386,8 +386,12 @@
case 3:
if(sub == 1 && prot == 1) {
- hd->base_class.id = bc_keyboard;
- hd->sub_class.id = sc_keyboard_kbd;
+ if(!(
+ (usb->vendor == 0x05ac && usb->device == 0x1000) /* MacBook, bnc
#374101 */
+ )) {
+ hd->base_class.id = bc_keyboard;
+ hd->sub_class.id = sc_keyboard_kbd;
+ }
break;
}
if(sub == 1 && prot == 2) {
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-14.18/VERSION new/hwinfo-14.19/VERSION
--- old/hwinfo-14.18/VERSION 2008-05-26 11:47:43.000000000 +0200
+++ new/hwinfo-14.19/VERSION 2008-05-29 12:12:35.000000000 +0200
@@ -1 +1 @@
-14.18
+14.19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |