mirror of
https://github.com/systemd/systemd
synced 2026-03-20 03:54:45 +01:00
Compare commits
2 Commits
d7f223d738
...
aca8ecc398
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aca8ecc398 | ||
|
|
3e65261afa |
6
TODO
6
TODO
@ -83,6 +83,12 @@ Janitorial Clean-ups:
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
* New udev block device symlink names:
|
||||||
|
/dev/disk/by-parttypelabel/<pttype>/<ptlabel>. Use case: if pt label is used
|
||||||
|
as partition image version string, this is a safe way to reference a specific
|
||||||
|
version of a specific partition type, in particular where related partitions
|
||||||
|
are processed (e.g. verity + rootfs both named "LennartOS_0.7").
|
||||||
|
|
||||||
* in sd-id128: also parse UUIDs in RFC4122 URN syntax (i.e. chop off urn:uuid: prefix)
|
* in sd-id128: also parse UUIDs in RFC4122 URN syntax (i.e. chop off urn:uuid: prefix)
|
||||||
|
|
||||||
* DynamicUser= + StateDirectory= → use uid mapping mounts, too, in order to
|
* DynamicUser= + StateDirectory= → use uid mapping mounts, too, in order to
|
||||||
|
|||||||
@ -591,6 +591,17 @@ evdev:input:b0003v6161p4D15*
|
|||||||
EVDEV_ABS_00=::152
|
EVDEV_ABS_00=::152
|
||||||
EVDEV_ABS_01=::244
|
EVDEV_ABS_01=::244
|
||||||
|
|
||||||
|
###########################################################
|
||||||
|
# Pine64
|
||||||
|
###########################################################
|
||||||
|
|
||||||
|
# Pinebook Pro
|
||||||
|
evdev:input:b0003v258Ap001E*
|
||||||
|
EVDEV_ABS_00=::15
|
||||||
|
EVDEV_ABS_01=::15
|
||||||
|
EVDEV_ABS_35=::15
|
||||||
|
EVDEV_ABS_36=::15
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
# Razer
|
# Razer
|
||||||
#########################################
|
#########################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user