Date:2011-04-13 01:01:52 (12 years 11 months ago)
Author:Werner Almesberger
Commit:311ce9db37a27c5508c7568dfe76b2e618aae1d6
Message:ub: a little script that makes the kernel not touch the 8:10 card slot

Files: ub (1 diff)

Change Details

ub
1#!/bin/sh
2#
3# ub - unbind anything that touches the Ben's 8:10 card slot
4#
5
6# MMC/SD/SDIO driver
7echo jz4740-mmc.0 >/sys/bus/platform/drivers/jz4740-mmc/unbind
8
9# AT86RF230 driver
10echo spi2.0 >/sys/bus/spi/drivers/at86rf230/unbind

Archive Download the corresponding diff file

Branches:
master



interactive