Skip to content

Commit ee9f85a

Browse files
committed
Added clamping setting for Apple Cinema Display 23"
1 parent 3f258cb commit ee9f85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acdcontrol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# prod id, name, (min brightness, max brightness) or None if unknown
2020
(0x9215, 'Apple Studio Display 15"', None),
2121
(0x9217, 'Apple Studio Display 17"', None),
22-
(0x9218, 'Apple Cinema Display 23"', None),
22+
(0x9218, 'Apple Cinema Display 23"', (0, 255)),
2323
(0x9219, 'Apple Cinema Display 20"', None),
2424
(0x921e, 'Apple Cinema Display 24"', None),
2525
(0x9226, 'Apple Cinema HD Display 27"', None),

0 commit comments

Comments
 (0)