Change-Id: Ic20f2adc803aec1a71f20aa01a0eaa1912732440
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
return notification_turn_on(state);
}
+static int notification_get_number(void)
+{
+ /* Need to implement here */
+ return 1;
+}
+
static int led_open(struct hw_info *info,
const char *id, struct hw_common **common)
{
else if (!strncmp(id, LED_ID_NOTIFICATION, len)) {
notification_init_led();
led_dev->set_state = notification_set_state;
-
+ led_dev->get_number = notification_get_number;
} else {
free(led_dev);
return -ENOTSUP;