diff options
author | Mateusz Majewski <m.majewski2@samsung.com> | 2022-02-07 07:33:18 +0100 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-02-07 06:41:53 +0000 |
commit | 1a7096c8122e8e70f4d2deeb0b23afcfd76c1a2e (patch) | |
tree | 912f0667cc2346a4cd4991e020bb0591be854a60 | |
parent | 64e4284182ef696481ec27c2d02c57ab9dbd1332 (diff) | |
download | peripheral-io-tizen_6.5.tar.gz peripheral-io-tizen_6.5.tar.bz2 peripheral-io-tizen_6.5.zip |
packaging: hotfix the udev rulestizen_6.5
I have no idea how did this work in first place.
Change-Id: I775ed415f26df23f9542aa532691eba38c1f3b9c
(cherry picked from commit 9cd66279d5e3f088ece7de2226a9cb6b44f892c0)
-rw-r--r-- | packaging/peripheral-io.udev.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/peripheral-io.udev.rules b/packaging/peripheral-io.udev.rules index 61de265..42474b5 100644 --- a/packaging/peripheral-io.udev.rules +++ b/packaging/peripheral-io.udev.rules @@ -2,10 +2,10 @@ SUBSYSTEM=="gpio", KERNEL=="gpiochip[0-9]*", ACTION=="add",\ MODE="0660", OWNER="root", GROUP="priv_peripheralio", SECLABEL{smack}="*" SUBSYSTEM=="gpio", KERNEL=="gpio[0-9]*", ACTION=="add",\ - RUN+="/usr/libexec/peripheral-io/apply-udev-file /sys%p value direction edge" + RUN+="/usr/libexec/peripheral-io/apply-peripheral-io-perms /sys%p value direction edge" SUBSYSTEM=="pwm", KERNEL=="pwm*", ACTION=="change",\ - RUN+="/usr/libexec/peripheral-io/apply-udev-file /sys%p/%E{EXPORT} period duty_cycle polarity enable" + RUN+="/usr/libexec/peripheral-io/apply-peripheral-io-perms /sys%p/%E{EXPORT} period duty_cycle polarity enable" SUBSYSTEM=="i2c-dev", KERNEL=="i2c-*", ACTION=="add", \ MODE="0660", OWNER="root", GROUP="priv_peripheralio", SECLABEL{smack}="*" |