MAX_BRIGHTNESS
if (brightness == MAX_BRIGHTNESS)
else if (brightness > MAX_BRIGHTNESS)
brightness = MAX_BRIGHTNESS;
dp->max = MAX_BRIGHTNESS;