2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#ifdef HAVE_XORG_CONFIG_H
|
|
|
|
#include <xorg-config.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "BT.h"
|
|
|
|
|
|
|
|
typedef struct {
|
2012-06-10 07:21:05 -06:00
|
|
|
const char *DeviceName;
|
2006-11-26 11:13:41 -07:00
|
|
|
} xf86BTramdacInfo;
|
|
|
|
|
|
|
|
extern xf86BTramdacInfo BTramdacDeviceInfo[];
|
|
|
|
|
|
|
|
#ifdef INIT_BT_RAMDAC_INFO
|
|
|
|
xf86BTramdacInfo BTramdacDeviceInfo[] = {
|
2012-06-10 07:21:05 -06:00
|
|
|
{"AT&T 20C504"},
|
|
|
|
{"AT&T 20C505"},
|
|
|
|
{"BT485/484"}
|
2006-11-26 11:13:41 -07:00
|
|
|
};
|
|
|
|
#endif
|