Mailinglist Archive: opensuse-commit (1194 mails)

< Previous Next >
commit appleir
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 12 Mar 2008 12:31:18 +0100
  • Message-id: <20080312113118.D2F8B678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package appleir
checked in at Wed Mar 12 12:31:18 CET 2008.

--------
--- arch/i386/appleir/appleir.changes 2007-06-01 11:29:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/appleir/appleir.changes 2008-03-11
19:14:01.509698000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 11 19:08:14 CET 2008 - ro@xxxxxxx
+
+- hack to build with 2.6.25
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ appleir.spec ++++++
--- /var/tmp/diff_new_pack.hv8206/_old 2008-03-12 12:30:45.000000000 +0100
+++ /var/tmp/diff_new_pack.hv8206/_new 2008-03-12 12:30:45.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package appleir (Version 1.1)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,24 +11,26 @@
# norootforbuild
# nodebuginfo

+
Name: appleir
BuildRequires: kernel-source kernel-syms module-init-tools
Summary: Kernel modules for USB Apple IR
Version: 1.1
-Release: 1
+Release: 83
Group: System/Kernel
-License: GNU General Public License (GPL)
+License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-URL: http://www.madingley.org/macmini/
-Autoreqprov: on
+Url: http://www.madingley.org/macmini/
+AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
Source2: preamble
Patch: appleir-1.1.dif
ExclusiveArch: %ix86 x86_64
%suse_kernel_module_package -p %_sourcedir/preamble kdump um
+
%package -n appleir-KMP
Group: System/Kernel
-License: GNU General Public License (GPL)
+License: GPL v2 or later
Summary: Kernel modules for USB Apple IR

%description
@@ -36,7 +38,6 @@



-
%description -n appleir-KMP
Kernel modules for USB Apple infrared receiver as found in MacBookPro

@@ -74,10 +75,12 @@
%doc README

%changelog
-* Fri Jun 01 2007 - ro@xxxxxxx
+* Tue Mar 11 2008 ro@xxxxxxx
+- hack to build with 2.6.25
+* Fri Jun 01 2007 ro@xxxxxxx
- added README and patch to avoid compiler warning
-* Fri Jun 01 2007 - ro@xxxxxxx
+* Fri Jun 01 2007 ro@xxxxxxx
- imported Makefile from Sami Vento
-* Fri Jun 01 2007 - ro@xxxxxxx
+* Fri Jun 01 2007 ro@xxxxxxx
- created package based on kernel patch from
http://www.madingley.org/macmini/

++++++ appleir-1.1.dif ++++++
--- /var/tmp/diff_new_pack.hv8206/_old 2008-03-12 12:30:45.000000000 +0100
+++ /var/tmp/diff_new_pack.hv8206/_new 2008-03-12 12:30:45.000000000 +0100
@@ -1,16 +1,5 @@
---- appleir.c
-+++ appleir.c 2007/06/01 09:22:50
-@@ -191,7 +191,7 @@
- }
-
- static void
--appleir_urb (struct urb *urb, struct pt_regs *regs)
-+appleir_urb (struct urb *urb)
- {
- struct appleir *appleir = urb->context;
- int retval;
--- README
-+++ README 2007/06/01 09:27:58
++++ README
@@ -0,0 +1,11 @@
+keycodes 176 XF86AudioRaiseVolume (top)
+ 174 XF86AudioLowerVolume (bottom)
@@ -23,3 +12,23 @@
+ 158 XF86Sleep (menu)
+ (or use something appropriate like XF86Menu)
+
+--- appleir.c
++++ appleir.c
+@@ -191,7 +191,7 @@
+ }
+
+ static void
+-appleir_urb (struct urb *urb, struct pt_regs *regs)
++appleir_urb (struct urb *urb)
+ {
+ struct appleir *appleir = urb->context;
+ int retval;
+@@ -282,7 +282,7 @@
+ input_dev->name = "Apple Mac mini infrared remote control driver";
+ input_dev->phys = appleir->phys;
+ usb_to_input_id (dev, &input_dev->id);
+- input_dev->cdev.dev = &intf->dev;
++ input_dev->dev.parent = &intf->dev;
+ input_dev->private = appleir;
+
+ input_dev->evbit[0] = BIT (EV_KEY) | BIT (EV_REP);



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages