mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-10-31 16:55:24 +00:00
Compare commits
5 Commits
4efe62365c
...
b1c0c661dc
Author | SHA1 | Date | |
---|---|---|---|
|
b1c0c661dc | ||
|
6b5630bc37 | ||
|
f640decf5d | ||
|
104e31a320 | ||
|
6d2f7286f3 |
@ -62,11 +62,11 @@ confirm that this is the correct driver for your adapter.
|
||||
### Compatible Kernels
|
||||
|
||||
- Kernels: 4.19 - 5.11 (Realtek)
|
||||
- Kernels: 5.12 - 6.4 (community support)
|
||||
- Kernels: 5.12 - 6.5 (community support)
|
||||
|
||||
### Tested Compilers
|
||||
|
||||
- gcc 9, 10, 11 and 12
|
||||
- gcc 10, 11 and 12
|
||||
|
||||
### Tested Linux Distributions
|
||||
|
||||
@ -87,7 +87,7 @@ be provided via PR or message in Issues.
|
||||
|
||||
- [openSUSE](https://www.opensuse.org/) Tumbleweed (rolling) (kernel 5.15)
|
||||
|
||||
- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-02-21) (ARM 32 bit and 64 bit) (kernel 5.15)
|
||||
- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-05-03) (ARM 32 bit and 64 bit) (kernel 6.1.38)
|
||||
|
||||
- [Raspberry Pi Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10)
|
||||
|
||||
@ -606,7 +606,6 @@ as good as it.
|
||||
|
||||
To-Do:
|
||||
|
||||
- Detect and alert users when Airplane Mode is on.
|
||||
- Test for installation in VM's.
|
||||
- Reduce the size of the README while keeping the needed information.
|
||||
- Optimize scripts.
|
||||
|
@ -3531,6 +3531,5 @@ int hwaddr_aton_i(const char *txt, u8 *addr)
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user