Changeset 366

Show
Ignore:
Timestamp:
01/03/07 15:01:20 (17 years ago)
Author:
wagi
Message:

remove 'proof-of-concept' hack definitions (unsed)

Files:

Legend:

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

    r365 r366  
    3636#include <unistd.h> 
    3737 
    38 // Unit directory SpecifierID/Version identifying a true Bebob AVC device 
    39 #define BEBOB_AVCDEVICE_UNIT_SPECIFIER   0x0000a02d 
    40 #define BEBOB_AVCDEVICE_UNIT_VERSION     0x10001 
    41  
    42 // The vendor ID for MOTU devices 
    43 #define MOTU_VENDOR_ID                   0x000001f2 
    44  
    45 // The vendor ID for RME devices 
    46 #define RME_VENDOR_ID                    0x00000a35 
    47  
    4838using namespace std; 
    4939