- 3fa71d3, [feat](saradc):Add pm api. - cfc34b, [fix](pwm):Change pwm setting don't need to disable pwm. Change-Id: If0f2ef94f163fd534ddcd8a07444081e7bc0fb5a
10 lines
161 B
Bash
Executable File
10 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
module="jpu"
|
|
device="jpu"
|
|
|
|
# invoke rmmod with all arguments we got
|
|
rmmod /lib/modules/$module $* || exit 1
|
|
|
|
# Remove stale nodes
|
|
rm -f /dev/${device}
|