From 089983bde4c303dca0f8ff916d4e94487f629763 Mon Sep 17 00:00:00 2001 From: vantu5z Date: Mon, 15 Mar 2021 15:31:42 +0300 Subject: [PATCH] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 512f0b2..3cc8908 100644 --- a/readme.md +++ b/readme.md @@ -7,9 +7,9 @@ Originaly patches comes from Takashi Iwai from SUSE for supporting the LED in Sy This [video](https://www.youtube.com/watch?v=fj1Yf4ASag0) show how touchpads looks like. ## Upstream -Kernel sources get from [repo.or.cz](https://repo.or.cz/linux.git) at [linux-5.11.y](https://repo.or.cz/linux.git/shortlog/refs/heads/linux-5.11.y) head. +Kernel sources get from [repo.or.cz](https://repo.or.cz/linux.git) at [linux-rolling-stable](https://repo.or.cz/linux.git/shortlog/refs/heads/linux-rolling-stable) head. ``` -git archive --remote="git://repo.or.cz/linux.git" "linux-5.11.y" drivers/input/mouse | tar -x +git archive --remote="git://repo.or.cz/linux.git" "linux-rolling-stable" drivers/input/mouse | tar -x ``` ## Dependencies