ThomasKaiser 2017-09-10 04:18:51 -07:00
parent 4116e76d48
commit f6ff938948
2 changed files with 15 additions and 2 deletions

View file

@ -4,6 +4,6 @@ Section "InputClass"
MatchDevicePath "/dev/input/event*"
Option "AccelerationProfile" "2"
Option "AdaptiveDeceleration" "1"
#Option "ConstantDeceleration" "2.4" # Pinebook 14"
Option "ConstantDeceleration" "1.2" # Pinebook 11"
Option "ConstantDeceleration" "2.4" # Pinebook 14"
#Option "ConstantDeceleration" "1.2" # Pinebook 11"
EndSection

View file

@ -0,0 +1,13 @@
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index d160bd5..c9f0b9e 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -2272,7 +2272,7 @@ static int mmc_complete_init(struct mmc *mmc)
err = sunxi_switch_to_best_bus(mmc);
if (err) {
MMCINFO("switch to best speed mode fail\n");
- return err;
+ /* return err; */
}
init_part(&mmc->block_dev); /* it will send cmd17 */