Changeset 373
- Timestamp:
- 01/09/07 15:54:40 (17 years ago)
- Files:
-
- trunk/libfreebob/src/motu/motu_avdevice.cpp (modified) (2 diffs)
- trunk/libfreebob/src/rme/rme_avdevice.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libfreebob/src/motu/motu_avdevice.cpp
r336 r373 150 150 static VendorModelEntry supportedDeviceList[] = 151 151 { 152 {0x000 000, 0x000001f2}, // Motu device, model entry not used152 {0x0001f2, 0x00000000}, // Motu device, model entry not used 153 153 154 154 }; … … 194 194 } 195 195 } 196 196 197 if (m_motu_model != MOTUFW_MODEL_NONE) { 197 198 debugOutput( DEBUG_LEVEL_VERBOSE, "found MOTU %s\n", trunk/libfreebob/src/rme/rme_avdevice.cpp
r336 r373 151 151 static VendorModelEntry supportedDeviceList[] = 152 152 { 153 {0x000 1, 0x00000a35}, // RME Fireface-800153 {0x00000a35, 0x0001}, // RME Fireface-800 154 154 155 155 };