Changeset 902

Show
Ignore:
Timestamp:
03/04/08 14:47:41 (16 years ago)
Author:
jwoithe
Message:

Add a comment to highlight the order sensitivity of DevicesProperty? entries. This should prevent issues like that fixed in rev901 from occuring again when new devices are added.

Files:

Legend:

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

    r901 r902  
    5050namespace Motu { 
    5151 
    52 // to define the supported devices 
     52// Define the supported devices.  Device ordering is arbitary here. 
    5353static VendorModelEntry supportedDeviceList[] = 
    5454{ 
     
    200200}; 
    201201 
     202/* The order of DevicesProperty entries must match the numeric order of the 
     203 * MOTU model enumeration (EMotuModel). 
     204 */ 
    202205const DevicePropertyEntry DevicesProperty[] = { 
    203206//  { Ports_map,       sizeof( Ports_map ),        MaxSR },