Skip to content

Commit 84d50e7

Browse files
committed
update readme
1 parent b6264a7 commit 84d50e7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Development
3333
^^^^^^^^^^^
3434

3535
Enhancements:
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+
4750
Fixes:
48-
- Fix segfault in ``device_read_many()`` (thanks bgilbert).
51+
- Fix segfault in ``device_read_many()`` (thanks @bgilbert).
4952

5053
0.3.3 (May 29, 2013)
5154
^^^^^^^^^^^^^^^^^^^^
@@ -60,7 +63,7 @@ Fixes:
6063
^^^^^^^^^^^^^^^^^^^^
6164

6265
Fixes:
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

6568
0.3.1 (Nov 23, 2012)
6669
^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)