-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
CHANGELOG
74 lines (51 loc) · 1.79 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
keysniffer v1.8
2020-10-12
- project renamed
- maintenance release
-------------------------------------------------------------------------------
keysniffer v1.7
2018-03-06
What's in?
- Completely commented code for kernel newbies
- Defensive (and redundant) code removal
-------------------------------------------------------------------------------
keysniffer v1.6
2017-12-12
What's in?
- DKMS support
- Prepend Left (`L`) or Right (`R`) for Ctrl, Shift and Alt keys
- Replace `_ENTER_` with `\n`
- Append newline to keycodes (for param codes=1/2)
- Add targets install, load, unload, uninstall to Makefile
-------------------------------------------------------------------------------
keysniffer v1.5
2017-03-28
Modifications
- Add module param `codes` to support hex and decimal keycodes in output
-------------------------------------------------------------------------------
keysniffer v1.4
2016-10-03
Modifications
- Coding style and readability improvements
-------------------------------------------------------------------------------
keysniffer v1.2
2015-10-30
Modifications
- Added version information to module
- Better module description
- Changed the source file name to project name
- Fixed license issues, make GPL v2 (thanks @gregkh)
- Added output example to README.txt
-------------------------------------------------------------------------------
keysniffer v1.1
2015-10-12
Modifications
- Using a 16KB buffer to log keys in debugfs
- Using stricter permissions for debugfs log file (readable only by root)
-------------------------------------------------------------------------------
keysniffer v1.0
2015-10-11
Modifications
- Implement US keyboard grab support
- Share the keypress log via debugfs
-------------------------------------------------------------------------------