Working switch2led demonstration on tic55x
[firmerware] / src / target / smc_dsp20x.h
1 /*
2  * http://devel.0cpm.org/ -- Open source SIP telephony firmware.
3  *
4  * Device-specific includes for Linksys SPA962
5  */
6
7
8 /* The maximum number of supported handset */
9 #define HAVE_HANDSETS 1
10
11 /* Keyboard settings */
12 #undef DETECTS_DTMF
13 #define HAVE_KBD_STARHASH       1
14 #define HAVE_KBD_ABCD           0
15 #define HAVE_KBD_FLASH          0
16 #define HAVE_KBD_LINES          0
17 #define HAVE_KBD_SOFT_FUNCTION  0
18 #define HAVE_KBD_GENERIC        0
19 #define HAVE_KBD_VOICEMAIL      1
20 #define HAVE_KBD_MENU           1
21 #define HAVE_KBD_OK             0
22 #define HAVE_KBD_ENTER          1
23 #define HAVE_KBD_UPDOWN         1
24 #define HAVE_KBD_LEFTRIGHT      1
25 #define HAVE_KBD_MUTE           0
26 #define HAVE_KBD_CONFERENCE     1
27 #define HAVE_KBD_HOLD           1
28 #define HAVE_KBD_TRANSFER       1
29 #define HAVE_KBD_PHONEBOOK      0
30 #define HAVE_KBD_VOLUPDOWN      1
31 #define HAVE_KBD_HEADSET                0
32 #define HAVE_KBD_SPEAKER                1
33 #define HAVE_KBD_HANDSET                0
34 #define HAVE_KBD_MISSEDCALLS    0
35 #define HAVE_KBD_REDIAL         1
36
37 /* Light settings */
38 #define HAVE_LED_MESSAGE                1
39 #define HAVE_LED_LINEKEYS       0
40 #define HAVE_LED_GENERIC                0
41 #define HAVE_LED_MUTE           0
42 #define HAVE_LED_HANDSET                0
43 #define HAVE_LED_HEADSET                0
44 #define HAVE_LED_SPEAKERPHONE   0
45 #define HAVE_LED_BACKLIGHT      1
46
47 /* Display settings */
48
49 /* Sound settings */
50 #define HAVE_HANDSET            1
51 #define HAVE_HEADSET            0
52 #define HAVE_SPEAKER_MIKE       1
53
54 /* Line settings */
55
56 /* Account settings */
57
58 /* Media settings */
59 #define HAVE_MEDIA_VOICE                1
60 #define HAVE_MEDIA_VIDEO                0
61 #define HAVE_MEDIA_URI          0
62 #define HAVE_MEDIA_IMAGE                0
63
64