mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-19 20:37:26 +03:00
ub: a little script that makes the kernel not touch the 8:10 card slot
This commit is contained in:
parent
3b04bf0037
commit
311ce9db37
10
ub
Executable file
10
ub
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# ub - unbind anything that touches the Ben's 8:10 card slot
|
||||||
|
#
|
||||||
|
|
||||||
|
# MMC/SD/SDIO driver
|
||||||
|
echo jz4740-mmc.0 >/sys/bus/platform/drivers/jz4740-mmc/unbind
|
||||||
|
|
||||||
|
# AT86RF230 driver
|
||||||
|
echo spi2.0 >/sys/bus/spi/drivers/at86rf230/unbind
|
Loading…
x
Reference in New Issue
Block a user