projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9ba96
)
hwdb: fix invalid encoding in usb.ids
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 2 Oct 2017 11:19:22 +0000
(13:19 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 2 Oct 2017 11:19:22 +0000
(13:19 +0200)
0xB4 is the code point for "accent acute", but when encoded in utf-8,
is is a multibyte sequence. A single 0xB4 byte is invalid (seems to be
latin1).
hwdb/usb.ids
patch
|
blob
|
history
diff --git
a/hwdb/usb.ids
b/hwdb/usb.ids
index
988b8c8
..
dae1bf3
100644
(file)
--- a/
hwdb/usb.ids
+++ b/
hwdb/usb.ids
@@
-19915,7
+19915,7
@@
HUT 07 Keyboard
031 \ and | (Backslash and Bar)
032 # and ~ (Hash and Tilde, Non-US Keyboard near right shift)
033 ; and : (Semicolon and Colon)
- 034 ´ and " (Accent Acute and Double Quotes)
+ 034
Â
´ and " (Accent Acute and Double Quotes)
035 ` and ~ (Accent Grace and Tilde)
036 , and < (Comma and Less)
037 . and > (Period and Greater)