You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
@@ -50,9 +50,9 @@ jobs:
|
||||
body: |
|
||||
Install packages with `sudo pacman -U <file>`, you can use urls or file paths.
|
||||
You will need to be using `apple-bce-dkms-git` as `apple-bce-git` only works on `linux-mbp`.
|
||||
If you are looking for a debian version of this, see [here](https://github.com/Redecorating/mbp-ubuntu-kernel/releases)
|
||||
If you are looking for a debian version of this, see [here](https://github.com/AdityaGarg8/mbp-16.x-ubuntu-kernel/releases)
|
||||
|
||||
You will need wifi firmware from MacOS, as described [here](https://wiki.t2linux.org/guides/wifi/#on-macos).
|
||||
You will need wifi firmware from MacOS, as described [here](http://wiki.t2linux.org/guides/wifi/#big-sur-firmware)
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
@@ -600,7 +600,7 @@ index 79b498f816fe..62211b590a61 100644
|
||||
+ struct applesmc_device *smc = dev_get_drvdata(dev);
|
||||
+ const char *key = smc->reg.index[to_index(devattr)];
|
||||
|
||||
return snprintf(sysfsbuf, PAGE_SIZE, "%s\n", key);
|
||||
return sysfs_emit(sysfsbuf, "%s\n", key);
|
||||
}
|
||||
@@ -821,12 +885,13 @@ static ssize_t applesmc_show_sensor_label(struct device *dev,
|
||||
static ssize_t applesmc_show_temperature(struct device *dev,
|
||||
|
||||
@@ -240,7 +240,7 @@ md5sums=('9bd74571c148a7753f5a237ba52f8ee5'
|
||||
'080dee4dd14a43c2c131aa907b5a6045'
|
||||
'a0b6081a5f114a0bf6241bd131f3b360'
|
||||
'4e95da49152e777a7451f8ff3034070b'
|
||||
'8662e5611b68d00ce2d413cba4906c4d'
|
||||
'7d09991a37cffaf38f0241b43668333f'
|
||||
'4545735c36000c0615be989948a79aba'
|
||||
'aa562bcf187c5ce9dd9282737dffcaa9'
|
||||
'5f7b6f9b4cc4ac46b3678c95f3ffe4a3'
|
||||
|
||||
Reference in New Issue
Block a user