]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/leds.h
leds: core: Add two new LED_BLINK_ flags
[karo-tx-linux.git] / include / linux / leds.h
index fa359c79c825e666789ec1ce65392b6ff184d93c..7b67450234a90b8c6da9e828bfbdd46fd3ddd1d3 100644 (file)
@@ -44,10 +44,12 @@ struct led_classdev {
 #define LED_BLINK_ONESHOT      (1 << 17)
 #define LED_BLINK_ONESHOT_STOP (1 << 18)
 #define LED_BLINK_INVERT       (1 << 19)
-#define LED_SYSFS_DISABLE      (1 << 20)
-#define SET_BRIGHTNESS_ASYNC   (1 << 21)
-#define SET_BRIGHTNESS_SYNC    (1 << 22)
-#define LED_DEV_CAP_FLASH      (1 << 23)
+#define LED_BLINK_BRIGHTNESS_CHANGE (1 << 20)
+#define LED_BLINK_DISABLE      (1 << 21)
+#define LED_SYSFS_DISABLE      (1 << 22)
+#define SET_BRIGHTNESS_ASYNC   (1 << 23)
+#define SET_BRIGHTNESS_SYNC    (1 << 24)
+#define LED_DEV_CAP_FLASH      (1 << 25)
 
        /* Set LED brightness level */
        /* Must not sleep, use a workqueue if needed */