mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
Minor PineBook fixes
Wrt eMMC see https://forum.armbian.com/index.php?/topic/5089-pinebook-install-to-emmc/&tab=comments#comment-39000
This commit is contained in:
parent
4116e76d48
commit
f6ff938948
2 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
Loading…
Add table
Reference in a new issue