Chameleon

Chameleon Commit Details

Date:2010-07-26 08:32:07 (13 years 8 months ago)
Author:Evan Lojewski
Commit:258
Parents: 257
Message:Fixed a logic bug, usb fixes are now applied to all usb devices.
Changes:
M/trunk/i386/libsaio/usb.c

File differences

trunk/i386/libsaio/usb.c
8181
8282
8383
84
84
8585
8686
8787
struct pciList* current = usbList;
while(current && current->next)
while(current)
{
switch (pci_config_read8(current->pciDev->dev.addr, PCI_CLASS_PROG))
{

Archive Download the corresponding diff file

Revision: 258