File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,22 @@ Development
33
33
^^^^^^^^^^^
34
34
35
35
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 ``.
37
37
38
- - Add ``InputDevice .version `` - the value of ``EVIOCGVERSION ``.
38
+ - Add ``device .version `` - the value of ``EVIOCGVERSION ``.
39
39
40
- - Add ``device.read_loop() ``
40
+ - Add ``device.read_loop() ``.
41
41
42
- - Add ``device.grab() `` and ``device.ungrab() `` - exposes ``EVIOCGRAB ``
42
+ - Add ``device.grab() `` and ``device.ungrab() `` - exposes ``EVIOCGRAB ``.
43
43
44
- - Replace the ``DeviceInfo `` class with a namedtuple.
44
+ - Add ``device.leds `` - exposes ``EVIOCGLED ``.
45
+
46
+ - Replace ``DeviceInfo `` class with a namedtuple.
45
47
46
48
Fixes:
47
49
- ``device.read_one() `` was dropping events.
48
50
49
- - Rename ``AbsData `` to ``AbsInfo `` (due to ``struct input_absinfo ``).
51
+ - Rename ``AbsData `` to ``AbsInfo `` (as in ``struct input_absinfo ``).
50
52
51
53
52
54
0.2.0 (Aug 22, 2012)
You can’t perform that action at this time.
0 commit comments