Compare commits
No commits in common. "68f98816cb04d80a538eb00ec68c3debebc75e5f" and "5b1733cdae97a5a56fb6973bcdf799662e851de1" have entirely different histories.
68f98816cb
...
5b1733cdae
|
@ -229,12 +229,6 @@ sensor:modalias:acpi:BOSC0200*:dmi:*:svnCube:pnI15-TC:*
|
|||
sensor:modalias:acpi:*KIOX000A*:dmi:*svn*CytrixTechnology:*pn*Complex11t*
|
||||
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
|
||||
|
||||
#########################################
|
||||
# Dell
|
||||
#########################################
|
||||
sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:pnVostro5581:*
|
||||
ACCEL_LOCATION=base
|
||||
|
||||
#########################################
|
||||
# DEXP
|
||||
#########################################
|
||||
|
|
|
@ -1258,7 +1258,6 @@ int get_timezones(char ***ret) {
|
|||
}
|
||||
|
||||
strv_sort(zones);
|
||||
strv_uniq(zones);
|
||||
|
||||
} else if (errno != ENOENT)
|
||||
return -errno;
|
||||
|
@ -1278,10 +1277,6 @@ bool timezone_is_valid(const char *name, int log_level) {
|
|||
if (isempty(name))
|
||||
return false;
|
||||
|
||||
/* Always accept "UTC" as valid timezone, since it's the fallback, even if user has no timezones installed. */
|
||||
if (streq(name, "UTC"))
|
||||
return true;
|
||||
|
||||
if (name[0] == '/')
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue