Skip to content

Commit e75186f

Browse files
committed
update readme
1 parent 94e139e commit e75186f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.rst

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

3535
Enhancements:
36-
- Add ability to set/get auto-repeat settings ``EVIOC{SG}REP``.
36+
- Add ability to set/get auto-repeat settings with ``EVIOC{SG}REP``.
3737

38-
- Add ``InputDevice.version`` - the value of ``EVIOCGVERSION``.
38+
- Add ``device.version`` - the value of ``EVIOCGVERSION``.
3939

40-
- Add ``device.read_loop()``
40+
- Add ``device.read_loop()``.
4141

42-
- Add ``device.grab()`` and ``device.ungrab()`` - exposes ``EVIOCGRAB``
42+
- Add ``device.grab()`` and ``device.ungrab()`` - exposes ``EVIOCGRAB``.
4343

44-
- Replace the ``DeviceInfo`` class with a namedtuple.
44+
- Add ``device.leds`` - exposes ``EVIOCGLED``.
45+
46+
- Replace ``DeviceInfo`` class with a namedtuple.
4547

4648
Fixes:
4749
- ``device.read_one()`` was dropping events.
4850

49-
- Rename ``AbsData`` to ``AbsInfo`` (due to ``struct input_absinfo``).
51+
- Rename ``AbsData`` to ``AbsInfo`` (as in ``struct input_absinfo``).
5052

5153

5254
0.2.0 (Aug 22, 2012)

0 commit comments

Comments
 (0)