Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patches for Linux 4.15 #2

Open
wants to merge 22 commits into
base: wip
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
189d700
Update Makefile
ahrasis Dec 30, 2017
fee12c7
Many Fixes :)
linoma Dec 29, 2018
21d8fbd
Many Fixes :)
linoma Dec 29, 2018
4be28ad
Fixed many Conexant UART Port bugs/added
linoma Dec 30, 2018
48ce303
Many fixes for files, memory and uart layer,
linoma Jan 20, 2019
0613be0
Many fixes and improvements
linoma Jan 21, 2019
c9da781
Many bugs fixed and IOCTL support for SIGNAL in User Space
linoma Jan 27, 2019
7040f61
Fixes some bugs in ioctl and osdcp functions
linoma Jan 28, 2019
35208c8
Fixed some bugs, added FIFO for signals in user space
linoma Jan 29, 2019
6058e5a
Fixing includes & identifiers for newer kernels
bence98 May 22, 2019
a4cc7e2
Updating to new thread API
bence98 May 22, 2019
0f9938e
Updated Dockerfile to use Ubuntu 18.04
bence98 May 22, 2019
8ddf648
Define `clts()` if missing, bugfixes
bence98 May 22, 2019
2940975
Merge pull request #1 from ahrasis/patch-1
bence98 May 22, 2019
8936884
ignore intermediary files
jonty-comp May 27, 2019
18b2711
use uname -m rather than uname -i
jonty-comp May 27, 2019
639ca0d
fix references to deprecated do_gettimeofday
jonty-comp May 27, 2019
c4b0e58
disable hda codec until i can figure out how to fix it
jonty-comp May 27, 2019
8617968
comment out various undefined symbols that don't seem to lead anywhere
jonty-comp May 27, 2019
37c21ab
Merge pull request #2 from jonty-comp/master
bence98 Jun 8, 2019
a688c13
Fixing Pull Req #2
bence98 Jun 9, 2019
11e364f
Merge remote-tracking branch 'linoma/master' into wip
bence98 Jun 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.mod
*.mod.c
*.o
*.o.d

/*.tar.gz
/build
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM ubuntu:trusty
FROM ubuntu:bionic

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -qq update
RUN apt-get -qqy upgrade

RUN apt-get -qqy install python-software-properties build-essential
RUN apt-get -qqy install linux-headers-generic
RUN apt-get -qqy install software-properties-common build-essential cpio linux-headers-generic

RUN ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h
COPY . /work
Expand Down
Empty file modified diag/diag.c
100644 → 100755
Empty file.
Empty file modified diag/modemexpert.c
100644 → 100755
Empty file.
Empty file modified diag/modemexpert.h
100644 → 100755
Empty file.
Loading