Chameleon

Chameleon Commit Details

Date:2010-11-26 18:01:09 (13 years 4 months ago)
Author:Evan Lojewski
Commit:650
Parents: 649
Message:kext patcher update. Still needs to be cleand up (Don't use on gma3150 either)
Changes:
M/branches/meklort/i386/modules/KextPatcher/kext_patcher.c

File differences

branches/meklort/i386/modules/KextPatcher/kext_patcher.c
372372
373373
374374
375
375
376376
377377
378378
......
562562
563563
564564
565
565
566566
567567
568568
569569
570
570
571571
572572
573573
}
else
{
//return patch_gma_kexts(plist, plistbuffer, start);
return patch_gma_kexts(plist, plistbuffer, start);
}
}
/* deflate filled output buffer, meaning the data doesn't compress.
*/
DBG("Buffer FULL: deflated result is %d, avail: %d bytes, out: %d bytes, full: %d\n", zlib_result, compressed_size, zstream.total_out, full_size);
printf("Unable to patch AppleHDA\n"
printf("Unable to patch AppleHDA\n");
}
else if (zlib_result != Z_STREAM_ERROR)
{
printf("ZLIB Deflate Error: %s\n", zstream.msg);
printf("AppleHDA: ZLIB Deflate Error: %s\n", zstream.msg);
getc();
}

Archive Download the corresponding diff file

Revision: 650