[arch-commits] Commit in intel-537/trunk (4 files)

Tobias Powalowski tpowa at archlinux.org
Fri Sep 11 21:10:22 UTC 2009


    Date: Friday, September 11, 2009 @ 17:10:22
  Author: tpowa
Revision: 51801

upgpkg: intel-537 2.60.80.0-63
    bump to new major kernel release

Added:
  intel-537/trunk/kernel-2.6.31.patch
Modified:
  intel-537/trunk/PKGBUILD
  intel-537/trunk/intel-537.install
Deleted:
  intel-537/trunk/2.6.30.patch

---------------------+
 2.6.30.patch        |   10 ----------
 PKGBUILD            |   18 +++++++++---------
 intel-537.install   |    4 ++--
 kernel-2.6.31.patch |   20 ++++++++++++++++++++
 4 files changed, 31 insertions(+), 21 deletions(-)

Deleted: 2.6.30.patch
===================================================================
--- 2.6.30.patch	2009-09-11 21:06:00 UTC (rev 51800)
+++ 2.6.30.patch	2009-09-11 21:10:22 UTC (rev 51801)
@@ -1,10 +0,0 @@
---- coredrv/coredrv.c~	2009-06-11 20:02:24.000000000 +0000
-+++ coredrv/coredrv.c	2009-06-11 20:02:24.000000000 +0000
-@@ -782,7 +782,6 @@
-    if(hamproc == NULL) return -ENOMEM;
-    hamproc->read_proc = hamproc_read;
-    hamproc->write_proc = hamproc_write;
--   hamproc->owner = THIS_MODULE;
-    return 0;
- }
- void detach_hamproc(void)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-11 21:06:00 UTC (rev 51800)
+++ PKGBUILD	2009-09-11 21:10:22 UTC (rev 51801)
@@ -1,23 +1,23 @@
 # $Id$
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
-_kernver=2.6.30-ARCH;
+_kernver=2.6.31-ARCH;
 
 pkgname=intel-537
 pkgver=2.60.80.0
-pkgrel=62
+pkgrel=63
 pkgdesc="Intel Modem Drivers for 537 chipsets. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('custom:"INTEL537"')
 url="http://linmodems.technion.ac.il/packages/Intel/"
-depends=('intel-537-utils' 'kernel26>=2.6.30' 'kernel26<2.6.31')
-source=(http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-5337EP_secure-2.60.80.0_2009_02_08.tar.bz2
-	2.6.30.patch)
+depends=('intel-537-utils' 'kernel26>=2.6.31' 'kernel26<2.6.32')
+source=(http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-536EP-537EP_2009_07_04.tar.bz2
+        kernel-2.6.31.patch)
 install=intel-537.install
 
 build() {
-  cd $srcdir/intel-537EP_secure-2.60.80.0
-  patch -Np0 -i ../2.6.30.patch || return 1
+  cd $srcdir/intel-536-537
+  patch -Np0 -i ../kernel-2.6.31.patch || return 1
   # fix makefile
   sed -i -e "s/\`uname -r\`/${_kernver}/g" makefile
   sed -i -e "s/\`uname -r\`/${_kernver}/g" config_check
@@ -26,5 +26,5 @@
   install -D -m 644 Intel537.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/net/intel537.ko || return 1
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/intel-537.install
 }
-md5sums=('b5d2a258cddd28ede811bfaac41cec9b'
-         '475f999386f79638971382d2ed063e7a')
+md5sums=('dfea7456fd1b7a6cbf18cdd8ff69e1e7'
+         '0de9e6359610264a63754b39846aa178')

Modified: intel-537.install
===================================================================
--- intel-537.install	2009-09-11 21:06:00 UTC (rev 51800)
+++ intel-537.install	2009-09-11 21:10:22 UTC (rev 51801)
@@ -8,7 +8,7 @@
 
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.30-ARCH
+  KERNEL_VERSION=2.6.31-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 echo
 echo
@@ -30,7 +30,7 @@
   rm /etc/hamregistry.bin
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.30-ARCH
+  KERNEL_VERSION=2.6.31-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 

Added: kernel-2.6.31.patch
===================================================================
--- kernel-2.6.31.patch	                        (rev 0)
+++ kernel-2.6.31.patch	2009-09-11 21:10:22 UTC (rev 51801)
@@ -0,0 +1,20 @@
+--- coredrv/softserial.c~	2009-09-11 20:57:32.000000000 +0000
++++ coredrv/softserial.c	2009-09-11 20:57:32.000000000 +0000
+@@ -362,7 +362,7 @@
+    {
+       if( (ptty->flags & (1 << TTY_DO_WRITE_WAKEUP)) &&
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26)
+-          (ptty->ldisc.ops->write_wakeup != NULL))
++          (ptty->ldisc->ops->write_wakeup != NULL))
+ #else
+           (ptty->ldisc.write_wakeup != NULL))
+ #endif
+@@ -371,7 +371,7 @@
+ 	 printk("ss_bg_eh:ldisc wakeup\n");
+ #endif
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,26)
+-         (ptty->ldisc.ops->write_wakeup)(ptty);
++         (ptty->ldisc->ops->write_wakeup)(ptty);
+ #else
+          (ptty->ldisc.write_wakeup)(ptty);
+ #endif




More information about the arch-commits mailing list