Lines Matching defs:phone
38 #define DRIVER_DESC "CM109 phone driver"
40 static char *phone = "kip1000";
41 module_param(phone, charp, S_IRUSR);
42 MODULE_PARM_DESC(phone, "Phone name {kip1000, gtalk, usbph01, atcom}");
151 * The "pickup" and "hangup" keys are symbolised by a green and red phone
174 switch (scancode) { /* phone key: */
267 switch (scancode) { /* phone key: */
893 /* Load the phone keymap */
894 if (!strcasecmp(phone, "kip1000")) {
897 "Keymap for Komunikate KIP1000 phone loaded\n");
898 } else if (!strcasecmp(phone, "gtalk")) {
901 "Keymap for Genius G-talk phone loaded\n");
902 } else if (!strcasecmp(phone, "usbph01")) {
905 "Keymap for Allied-Telesis Corega USBPH01 phone loaded\n");
906 } else if (!strcasecmp(phone, "atcom")) {
909 "Keymap for ATCom AU-100 phone loaded\n");
912 "Unsupported phone: %s\n", phone);