Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_Makefile.diff | Cleanup to not loose the user-specified version string and blindly try include modversions.h =================================================================== |
no | ||||
modem_group.diff | Set the default device group to "dialout". =================================================================== |
no | ||||
08_ungrab_winmodem.diff | Helper module to tell the kernel to keep away from unsupported PCI id numbers. | no | http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem-20090716.tar.gz | |||
10_drop_privileges.diff | slmodemd privilege dropping patch. =================================================================== |
no | ||||
11_logfile.diff | Place debug log in /var/log/slmodem.log. Credit to: Damien BRUCKER <damien.brucker@cus-strasbourg.net> |
no | ||||
debug_level.diff | Debug log file is not for end users. Users shall use -l <number>. | no | ||||
12_ulimit_warn.diff | Patch that checks the current limit and makes slmodemd warn & die if the limit is judged to be too low (< 8 MB). =================================================================== |
no | ||||
autoload.diff | Export the right aliases for auto-load on open. | Scott James Remnant <scott@ubuntu.com> | no | |||
support_multiarch.diff | Support multiarch include dirs libc6 moved arch dependent headers to multiarch include directory | (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | no | |||
clean_LFLAGS.diff | Just set LFLAGS to -lasound, also rename it to LDFLAGS | (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | invalid | |||
support_linux3.diff | Support for linux >= 3 series in build system | Ben Hutchings <ben@decadent.org.uk> | no | debian | ||
device_create_changes.diff | Fix device_create call for linux kernel >= 2.6.27 * Also fixed device_create call for linux kernel >= 2.6.25 (two arguments were switched together !!!) * Used proper indentation to make things clear |
(Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | invalid | debian | ||
arch64.diff | Better arch detection logic | (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | invalid | debian | ||
use_CPPFLAGS.diff | Use CPPFLAGS for building slmodemd | (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | no | |||
remove__devinitdata.diff | Remove __devinitdata, as it is no longer needed, and it causes build failures on 3.8.x kernels | Marvin Stodolsky <marvin.stodolsky@gmail.com> | no | |||
fix_perms.diff | Fix permissions in module_param call | (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | no | |||
fix-glibc-2.28-ftbfs.diff | modem_main: Fix build with glibc 2.28 Starting with glibc 2.28, the major() and minor() macros are defined in <sys/sysmacros.h> which is not included by another header. <sys/sysmacros.h> does not exist in older glibc versions, so we shouldn't include it unconditionally. Add a check for availability of the header to the Makefile and define a macro to tell modem_main.c the result. |
Ben Hutchings <ben@decadent.org.uk> | no | debian | ||
fix-linux-5.0-ftbfs.diff | Fix FTBFS with Limux 5.0 =================================================================== |
Seth Forshee <seth.forshee@canonical.com> | no | |||
fix-out-of-bounds-read-on-st7554_table.patch | Fix array overrun when minor is equal to 16 There is an array overrun when minor is equal to the size of array st7554_table in st7554_open. Fix this by making the comparison to be >= rather than >. . Signed-off-by: Colin Ian King <colin.king@canonical.com> =================================================================== |
Signed-off-by: Colin Ian King <colin.king@canonical.com> | no | |||
fix-linux-5.4-ftbfs.diff | Fix FTBFS with kernel 5.4 =================================================================== |
Paolo Pisati <paolo.pisati@canonical.com> | no | |||
fix-linux-6.4-ftbfs.diff | Fix FTBFS with Linux 6.4=================================================================== | (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | no | debian | ||
fix-linux-6.4-semaphore-definition.patch | fix linux 6.4 semaphore definition diff --git a/drivers/st7554.c b/drivers/st7554.c index 9dc09af..fff2f76 100644 |
Paolo Pisati <p.pisati@canonical.com> | no | https://bugs.launchpad.net/ubuntu/+source/sl-modem/+bug/2026714/+attachment/5685138/+files/sl-modem_2.9.11~20110321-18ubuntu1.debdiff | 2023-07-10 |