Chameleon

Chameleon Commit Details

Date:2010-09-26 08:07:45 (13 years 7 months ago)
Author:Evan Lojewski
Commit:556
Parents: 555
Message:USB fixes enabled by default.
Changes:
M/branches/meklort/i386/modules/USBFix/usb.c

File differences

branches/meklort/i386/modules/USBFix/usb.c
6565
6666
6767
68
68
6969
7070
7171
{
int retVal = 1;
bool fix_ehci, fix_uhci, fix_usb, fix_legacy;
fix_ehci = fix_uhci = fix_usb = fix_legacy = false;
fix_ehci = fix_uhci = fix_usb = fix_legacy = true;
if (getBoolForKey(kUSBBusFix, &fix_usb, &bootInfo->bootConfig))
{

Archive Download the corresponding diff file

Revision: 556