diff options
Diffstat (limited to 'orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch')
-rw-r--r-- | orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch b/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch index e69de29bb2..c3d89d096b 100644 --- a/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch +++ b/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- orinoco-0.15rc1/spectrum_cs.c~spectrum-firmware 2004-04-19 07:08:24.000000000 +0200 ++++ orinoco-0.15rc1/spectrum_cs.c 2004-05-28 01:20:05.000000000 +0200 +@@ -57,7 +57,7 @@ + * hotplug firmware directory (typically /usr/lib/hotplug/firmware) and + * make sure that you have hotplug installed and enabled in the kernel. + */ +-/* #define SPECTRUM_FW_INCLUDED 1 */ ++#define SPECTRUM_FW_INCLUDED 1 + + #ifdef SPECTRUM_FW_INCLUDED + /* Header with the firmware */ |