Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37753244
en ru br
ALT Linux repos
S:0.9.18-alt3.qa2
5.0: 0.9.16-alt3
4.1: 0.9.16-alt3
4.0: 0.9.16-alt3
3.0: 0.9.16-alt1

Group :: System/Servers
RPM: irda-utils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: irda-utils-0.9.18-smcinit.diff
Download


--- smcinit/smcinit.c.orig	2006-07-11 08:16:06.000000000 +0200
+++ smcinit/smcinit.c	2008-03-22 05:49:38.000000000 +0100
@@ -292,9 +292,9 @@
 	}
 
 	twobyte = pci_read_word(dev, DID);
-	if ((twobyte != 0x24cc) & (twobyte != 0x248c)) {
+	if ((twobyte != 0x244c) & (twobyte != 0x24cc) & (twobyte != 0x248c)) {
 		fprintf(stderr,
-			"%s IO hub device %x not 82801CAM (0x248c or 0x24cc)\n",
+			"%s IO hub device %x not 82801BAM/82801CAM (0x24cc or 0x244c or 0x248c)\n",
 			PROGNAME, twobyte);
 		return 1;
 	}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin