ub: a little script that makes the kernel not touch the 8:10 card slot

This commit is contained in:
Werner Almesberger 2011-04-12 20:01:52 -03:00
parent 3b04bf0037
commit 311ce9db37
1 changed files with 10 additions and 0 deletions

10
ub Executable file
View 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