File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Development
3333^^^^^^^^^^^
3434
3535Enhancements:
36- - Add ``FF_* `` and ``FF_STATUS `` codes to ``ecodes `` (thanks bgilbert).
36+ - Add ``FF_* `` and ``FF_STATUS `` codes to ``ecodes `` (thanks @ bgilbert).
3737
3838 - Reverse event code mappings (``ecodes.{KEY,FF,REL,ABS} `` and
3939 etc.) will now map to a list of codes, whenever a value
@@ -44,8 +44,11 @@ Enhancements:
4444 >>> ecodes.KEY[30]
4545 ... 'KEY_A'
4646
47+ - Set the state of a LED through ``device.set_led() `` (thanks
48+ @accek). ``device.fd `` is opened in ``O_RDWR `` mode from now on.
49+
4750Fixes:
48- - Fix segfault in ``device_read_many() `` (thanks bgilbert).
51+ - Fix segfault in ``device_read_many() `` (thanks @ bgilbert).
4952
50530.3.3 (May 29, 2013)
5154^^^^^^^^^^^^^^^^^^^^
6063^^^^^^^^^^^^^^^^^^^^
6164
6265Fixes:
63- - Fix vendor id and product id order in ``DeviceInfo `` (thanks kived).
66+ - Fix vendor id and product id order in ``DeviceInfo `` (thanks @ kived).
6467
65680.3.1 (Nov 23, 2012)
6669^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments