phone              40 drivers/input/misc/cm109.c static char *phone = "kip1000";
phone              41 drivers/input/misc/cm109.c module_param(phone, charp, S_IRUSR);
phone              42 drivers/input/misc/cm109.c MODULE_PARM_DESC(phone, "Phone name {kip1000, gtalk, usbph01, atcom}");
phone             895 drivers/input/misc/cm109.c 	if (!strcasecmp(phone, "kip1000")) {
phone             899 drivers/input/misc/cm109.c 	} else if (!strcasecmp(phone, "gtalk")) {
phone             903 drivers/input/misc/cm109.c 	} else if (!strcasecmp(phone, "usbph01")) {
phone             907 drivers/input/misc/cm109.c 	} else if (!strcasecmp(phone, "atcom")) {
phone             913 drivers/input/misc/cm109.c 			"Unsupported phone: %s\n", phone);