|
From: <ow...@us...> - 2008-01-23 08:39:18
|
Revision: 1021
http://ipcop.svn.sourceforge.net/ipcop/?rev=1021&view=rev
Author: owes
Date: 2008-01-23 00:39:24 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
This should help finding correct modules if they have been renamed in some kernel version.
Examples megaraid, ncr53c8xx etc.
Modified Paths:
--------------
ipcop/trunk/src/installer/hardware.c
Modified: ipcop/trunk/src/installer/hardware.c
===================================================================
--- ipcop/trunk/src/installer/hardware.c 2008-01-22 21:46:06 UTC (rev 1020)
+++ ipcop/trunk/src/installer/hardware.c 2008-01-23 08:39:24 UTC (rev 1021)
@@ -355,7 +355,7 @@
if ( (busclass = discover_device_get_busclass(devices)) == NULL )
continue;
- module = discover_device_get_data(devices, "linux/module/name", NULL, status);
+ module = discover_device_get_data(devices, "linux/module/name", KERNEL_VERSION, status);
description = discover_device_get_model_name(devices);
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|