Changeset 373 for trunk/libfreebob

Show
Ignore:
Timestamp:
01/09/07 15:54:40 (17 years ago)
Author:
jwoithe
Message:

Make detection of RME and MOTU devices work again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libfreebob/src/motu/motu_avdevice.cpp

    r336 r373  
    150150static VendorModelEntry supportedDeviceList[] = 
    151151{ 
    152     {0x000000, 0x000001f2},  // Motu device, model entry not used 
     152    {0x0001f2, 0x00000000},  // Motu device, model entry not used 
    153153 
    154154}; 
     
    194194                } 
    195195        } 
     196 
    196197        if (m_motu_model != MOTUFW_MODEL_NONE) { 
    197198                debugOutput( DEBUG_LEVEL_VERBOSE, "found MOTU %s\n", 
  • trunk/libfreebob/src/rme/rme_avdevice.cpp

    r336 r373  
    151151static VendorModelEntry supportedDeviceList[] = 
    152152{ 
    153     {0x0001, 0x00000a35},  // RME Fireface-800 
     153    {0x00000a35, 0x0001},  // RME Fireface-800 
    154154 
    155155};