map_led 754 drivers/hid/hid-input.c case 0x01: map_led (LED_NUML); break; /* "Num Lock" */ map_led 755 drivers/hid/hid-input.c case 0x02: map_led (LED_CAPSL); break; /* "Caps Lock" */ map_led 756 drivers/hid/hid-input.c case 0x03: map_led (LED_SCROLLL); break; /* "Scroll Lock" */ map_led 757 drivers/hid/hid-input.c case 0x04: map_led (LED_COMPOSE); break; /* "Compose" */ map_led 758 drivers/hid/hid-input.c case 0x05: map_led (LED_KANA); break; /* "Kana" */ map_led 759 drivers/hid/hid-input.c case 0x27: map_led (LED_SLEEP); break; /* "Stand-By" */ map_led 760 drivers/hid/hid-input.c case 0x4c: map_led (LED_SUSPEND); break; /* "System Suspend" */ map_led 761 drivers/hid/hid-input.c case 0x09: map_led (LED_MUTE); break; /* "Mute" */ map_led 762 drivers/hid/hid-input.c case 0x4b: map_led (LED_MISC); break; /* "Generic Indicator" */ map_led 763 drivers/hid/hid-input.c case 0x19: map_led (LED_MAIL); break; /* "Message Waiting" */ map_led 764 drivers/hid/hid-input.c case 0x4d: map_led (LED_CHARGING); break; /* "External Power Connected" */ map_led 1120 drivers/hid/hid-input.c map_led(LED_MISC);