git.misdn.org: new commit at mISDN (socket)
Git <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
commit 46e11534e03eac789b829843063120162c5ec1e8
Date: Sun Mar 21 19:05:36 2010 +0100
Update .gitignore
commit eaad9a9618127295192a42919d3712e920bfbf69
Author: Karsten Keil <[email protected]>
Date: Sun Mar 21 18:40:54 2010 +0100
Add backporting patches down to kernel version 2.6.19
Now head should be in sync with mainline 2.6.33
Signed-off-by: Karsten Keil <[email protected]>
commit 01dc8257cd69fd108c377d89fd6e78297fafd270
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Thu Mar 18 16:50:10 2010 +0100
Add missing include <linux/sched.h>
This fix compile errors for newer kernel versions.
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
commit 60a1275597d11b7f7eece18542df7746de7cbdd5
Date: Wed Mar 17 23:43:07 2010 +0100
Add patch tool and patches for older kernel versions
- you can now build for different kernel versions
- add patches and series files for kernels back to 2.6.27
commit 9dbfc719c17e398cbe122ba05dfcaab0dd21e39d
Author: Karsten Keil <[email protected]>
Date: Tue Mar 16 19:07:21 2010 +0100
compile for other kernel versions
Signed-off-by: Karsten Keil <[email protected]>
commit c859e27e856db160c80b6e6d920e7661fb19d0f4
Date: Mon Mar 15 14:18:41 2010 +0100
ISDN: Add PCI ID for HFC-2S/4S Beronet Card PCIe
A few subdevice IDs seem to have been dropped when hfc_multi was
included upstream, just compare the list at
http://www.openvox.cn/viewvc/misdn/trunk/hfc_multi.c?revision=75&view=annotate#l175
with the IDs in drivers/isdn/hardware/mISDN/hfcmulti.c
Added PCIe 2 Port card and LED settings (same as PCI)
Do not use <linux/pci_ids.h> /KKe
Signed-off-by: Lars Ellenberg <[email protected]>
commit 3bda9de64ebe1bf7013f803b5d31f5cf0034d904
Date: Sun Feb 21 10:42:32 2010 +0100
Insert Makefile.standalone into Makefile.in
commit c2348d53044428d5fe144f6b5b64c9893fcc2793
Author: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
Date: Sat Feb 20 20:59:23 2010 +0100
Fix modules-install
Signed-off-by: Karsten Keil <keil-shG/GajIFYqbacvFa/[email protected]>
commit e94267d4c230826cc2bdf5b5bcc2d0b807e2bb1a
Author: Jiri Slaby <[email protected]>
Date: Tue Feb 2 12:43:46 2010 +0000
isdn: mISDN, don't compile unused stuff
Remove these compiler warnings:
drivers/isdn/hardware/mISDN/w6692.c:534: warning: `setvolume' defined but not used
drivers/isdn/hardware/mISDN/w6692.c:561: warning: `enable_pots' defined but not used
by moving the functions inside #if 0 ... #endif. And an alternative is
to remove them completely if nobody has plans to use them.
Signed-off-by: Jiri Slaby <[email protected]>
Cc: Karsten Keil <[email protected]>
Signed-off-by: Andrew Morton <akpm-de/[email protected]>
commit a168dc44b5b93a3770da3d1a858ab53f24c0c3f0
Date: Sat Feb 20 20:36:35 2010 +0100
Add install-sh