Changeset 1548

Show
Ignore:
Timestamp:
04/27/09 16:19:13 (14 years ago)
Author:
jwoithe
Message:

RME: add a brief comment to the configuration file explaining how the modelid field is used for RME device discovery.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/configuration

    r1543 r1548  
    291291{ 
    292292    vendorid = 0x000a35; 
     293    # Note: RME detection code compares the modelid field against the 
     294    # device's unit version since RME seem to use the configrom modelid 
     295    # for other things not necessarily related to device differentiation. 
    293296    modelid = 0x0001; 
    294297    vendorname = "RME"; 
     
    298301{ 
    299302    vendorid = 0x000a35; 
     303    # Note: RME detection code compares the modelid field against the 
     304    # device's unit version since RME seem to use the configrom modelid 
     305    # for other things not necessarily related to device differentiation. 
    300306    modelid = 0x0002; 
    301307    vendorname = "RME";