You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(5) |
Feb
|
Mar
(12) |
Apr
(21) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
(11) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: jfenal <ird...@li...> - 2005-01-22 08:06:47
|
CVS commit by jfenal: Add a cvs tag to version M +1 -1 smcinit/VERSION 1.5 --- smcinit/VERSION #1.4:1.5 @@ -1 +1 @@ -0.5 +0.5cvs |
|
From: jfenal <ird...@li...> - 2005-01-22 08:05:37
|
CVS commit by jfenal: Added the ability to disable the UART from the specified device, in order to replace a call to setserial. M +2 -1 smcinit/configure.ac 1.3 M +9 -4 smcinit/smcinit.8 1.6 M +85 -2 smcinit/smcinit.c 1.3 |
|
From: jfenal <ird...@li...> - 2005-01-20 00:29:48
|
CVS commit by jfenal:
Add a word about autogen.sh if checking out from CVS.
M +15 -3 smcinit/INSTALL 1.5
--- smcinit/INSTALL #1.4:1.5
@@ -22,11 +22,23 @@
-----------------
- Then run:
-
+ If you got the dist tarball, such as smcinit-0.5.tar.gz, untar it:
+
+ tar xvfj smcinit-0.5.tar.gz
+ cd smcinit-0.5
+
+ then:
+
./configure
make
make install (as root user)
-
+
+ If you brave just checked out from the irda CVS, one more step is needed first:
+
+ ./autogen.sh
+ ./configure
+ make
+ make install (as root user)
+
Notes
|
|
From: jfenal <ird...@li...> - 2005-01-20 00:23:04
|
CVS commit by jfenal: Learned how to generate files from files.in Removed release part from VERSION which is really a pure RPM stuff. M +1 -1 smcinit/VERSION 1.4 M +14 -11 smcinit/configure 1.3 M +2 -2 smcinit/configure.ac 1.2 M +1 -1 smcinit/smcinitredhat.spec.in 1.3 M +1 -1 smcinit/smcinitsuse.spec.in 1.4 |
|
From: jfenal <ird...@li...> - 2005-01-20 00:06:35
|
CVS commit by jfenal: config.h.in is back because it is generated by autogen.sh. Standard user should not have to run autogen/autoheader but straight configure. M +1 -0 smcinit/autogen.sh 1.2 M +64 -5 smcinit/config.h.in 1.3 --- smcinit/autogen.sh #1.1:1.2 @@ -3,4 +3,5 @@ Version=$(< VERSION) aclocal +autoheader autoconf automake -a -c |
|
From: jfenal <ird...@li...> - 2005-01-20 00:02:10
|
CVS commit by jfenal: Bump version + nkotb M +3 -0 smcinit/AUTHORS 1.5 M +1 -1 smcinit/VERSION 1.3 --- smcinit/VERSION #1.2:1.3 @@ -1 +1 @@ -0.4-1 +0.5-1 --- smcinit/AUTHORS #1.4:1.5 @@ -23,2 +23,5 @@ Linux distros integration +Jme Fenal <jf...@fr...> + + - autoconf/automake, code cleanup, auto-discovery of entry point |
|
From: jfenal <ird...@li...> - 2005-01-20 00:01:30
|
CVS commit by jfenal:
Removal of Makefile since generated by Makefile.{am,in}
R smcinit/Makefile 1.6
|
|
From: jfenal <ird...@li...> - 2005-01-19 23:56:19
|
CVS commit by jfenal: - bug fixes in arguments handling (some args would not even be considered) - autodiscovery of SMSC chip base address (0x2e or 0x4e) M +360 -279 smcinit/smcinit.c 1.2 |
|
From: jfenal <ird...@li...> - 2005-01-19 23:54:34
|
CVS commit by jfenal: More autoconf stuff + TODO Removal of config.h.in which should be generated by autoheader. A smcinit/TODO 1.1 M +5336 -9 smcinit/configure 1.2 M +3 -3 smcinit/smcinit.lsm.in 1.4 R smcinit/config.h.in 1.1.1.1 |
|
From: jfenal <ird...@li...> - 2005-01-19 23:44:30
|
CVS commit by jfenal: New boot time script & conf for RH/Mdk distros. Tested only on Mdk10.1 A smcinit/boot.smcinit.rhmdk 1.1 M +5 -0 smcinit/smcinit.sysconfig 1.4 --- smcinit/smcinit.sysconfig #1.3:1.4 @@ -6,2 +6,7 @@ # otherwise leave it empty SMCCONFIG="" +SMC_TTY=ttyS2 +SMC_SIRIOPORT=0x3e8 +SMC_FIRIOPORT=0x130 +SMC_FIRIRQ=7 +SMC_FIRDMA=3 |
|
From: jfenal <ird...@li...> - 2005-01-19 23:43:00
|
CVS commit by jfenal: First checkin of the autoconf stuff. A smcinit/Makefile.am 1.1 A smcinit/autogen.sh 1.1 A smcinit/configure.ac 1.1 |
|
From: claudiuc <ird...@li...> - 2004-04-27 20:50:41
|
CVS commit by claudiuc:
Added Thomas in the loginfo
M +2 -2 CVSROOT/loginfo.pl 1.2
--- CVSROOT/loginfo.pl #1.1:1.2
@@ -324,5 +324,5 @@
if( $silentcommit ) {
if ($author eq 'www' || $module =~ '^scripts' || $module =~ '^CVSROOT') {
- $recipient = "claudiuc\@kde.org";
+ $recipient = "dc2rpt\@gmx.de";
$from = "CVS silently by ";
$scriptysilent = 1;
@@ -370,5 +370,5 @@
my $blame = "$author <irda-cvs\@lists.sourceforge.net>";
if ($author eq 'www') {
- $blame = "Claudiu Costin <claudiuc\@i18n.kde.org>";
+ $blame = "Thomas - DC2RPT <dc2rpt\@gmx.de>";
} else {
open(INFO, "/usr/bin/cvs -fn co -p common/accounts 2>/dev/null |");
|
|
From: claudiuc <ird...@li...> - 2004-04-27 20:15:51
|
CVS commit by claudiuc: Updated with info from Victor Meghesan CCMAIL: dc...@gm... M +16 -3 www/wml/smcinit/index.wml 1.6 --- www/wml/smcinit/index.wml #1.5:1.6 @@ -129,4 +129,7 @@ </td></tr></table> +<p><b>Legend:</b><br> + * = Compiled-in values; in this case, you don't need parameters + <p><b>Jose Manuel Marino Marino</b> hacked the old tosh5100-smcinit.c by Rob Miller and made the <b>tosh2450-smcinit.c</b>. This enable Toshiba Satellite 2450 too @@ -136,7 +139,17 @@ <p><b>Victor Meghesan</b> hacked a bit the <b>tosh5100-smcinit.c</b>, changed -PCI and bus ID for Intel PCI-ISA bridge on HP ???? laptop, device ID as seen on -<b>dmesg</b> command output and <i>voila</i>, the -Linux-IrDA work even on Hewlett Packard portables! +PCI and bus ID for Intel PCI-ISA bridge on HP-Compaq "nc6000" (series PP2090) laptop, +device ID as seen on <b>dmesg</b> command output and <i>voila</i>, the +Linux-IrDA work even on Hewlett Packard portables! The SMSC resources which +may be used with <b>smcinit</b> from 0.4-1 release are: +<pre> +SIR I/O = 0x3E8 +FIR I/O = 0x130 +FIR IRQ = 7 +FIR DMA = 3 +</pre> +The PCI-ISA Brigde is <b>82801LPC</b> with bus ID <tt>00:1f.0</tt> +and device+vendor ID <tt>8086:24CC</tt>. The <b>LPC47N227</b> SMSC super I/O chip have +<tt>device_id=0x5A</tt> (most important for hack) and <tt>base_address=0x4e</tt>. <a name="download"></a><h2>Download</h2> |
|
From: claudiuc <ird...@li...> - 2004-04-24 20:48:43
|
CVS commit by claudiuc: Updated documentation for smcinit 0.4-1 release M +188 -81 www/wml/smcinit/index.wml 1.5 |
|
From: claudiuc <ird...@li...> - 2004-04-24 20:37:28
|
CVS commit by claudiuc: Wrong release date. Corrected! M +1 -1 smcinit/ChangeLog 1.8 --- smcinit/ChangeLog #1.7:1.8 @@ -1,3 +1,3 @@ -2003-07-10 claudiuc 0.4-1 release +2003-04-20 claudiuc 0.4-1 release 2004-04-20 claudiuc |
|
From: claudiuc <ird...@li...> - 2004-04-20 21:31:49
|
CVS commit by claudiuc: Updated the ignore file M +1 -0 smcinit/.cvsignore 1.3 --- smcinit/.cvsignore #1.2:1.3 @@ -10,2 +10,3 @@ config.h smcinit +tosh2450-smcinit |
|
From: claudiuc <ird...@li...> - 2004-04-20 21:28:29
|
CVS commit by claudiuc: Removed the executable file from CVS R smcinit/smcinit 1.3 |
|
From: claudiuc <ird...@li...> - 2004-04-20 21:24:59
|
CVS commit by claudiuc:
* Added tosh2450-smcinit.c from Josanuel Mariari This is the 0.4-1 release
A smcinit/tosh2450-smcinit.c 1.1 [no copyright]
M +6 -1 smcinit/AUTHORS 1.4
M +10 -2 smcinit/ChangeLog 1.7
M +14 -5 smcinit/Makefile 1.6
M +1 -1 smcinit/smcinit 1.3
--- smcinit/AUTHORS #1.3:1.4
@@ -9,7 +9,11 @@
-Rob Miller <ro...@ja...>
+Rob Miller <jmarino at vodafone dot es>
- tosh5100-smcinit.c
+
+Josanuel Mar...@cs...>
+
+ - tosh2450-smcinit.c
@@ -18,2 +22,3 @@
- manual pages, various cleanups, RPM package and
Linux distros integration
+
--- smcinit/ChangeLog #1.6:1.7
@@ -1,2 +1,9 @@
+2003-07-10 claudiuc 0.4-1 release
+
+2004-04-20 claudiuc
+ * add: added tosh2450-smcinit.c from Josanuel Mariari It make Toshiba Satellite 2450-101 to work on IrDA. Probably
+ will be integrated in the general smcinit utility.
+
2004-04-13 claudiuc
* doc: Written man page for Thomas new smcinit, but still I need
@@ -9,5 +16,5 @@
used not only with Toshiba laptops, but at least with any
LPC 47Nxxx SMSC-based chipset
-
+
2003-07-10 claudiuc
* doc: added README.Tom from Thomas Pinz
@@ -29,5 +36,5 @@
* prog: added GPL notice in tosh5100-smcinit.c as Rob Miller pointed
* redhat: RH 9.0 support (init script + spec file)
-
+
2003-07-02 claudiuc
* build: SuSE spec improved to generated compatible SuSE RPM
@@ -35,4 +42,5 @@
options;
* doc: separated manual pages and some improvements
+
2003-07-01 claudiuc
* cosmetic: renamed toshsat1800-irdasetup to tosh1800-smcinit
--- smcinit/Makefile #1.5:1.6
@@ -32,4 +32,5 @@
LIBS1 =
LIBS2 =
+LIBS3 =
LINK = gcc
LFLAGS =
@@ -44,11 +45,14 @@
SOURCES1 = tosh1800-smcinit.c
SOURCES2 = smcinit.c
-SOURCES = $(SOURCES1) $(SOURCES2)
+SOURCES3 = tosh2450-smcinit.c
+SOURCES = $(SOURCES1) $(SOURCES2) $(SOURCES3)
OBJECTS1 = $(SOURCES1:%.c=%.o)
OBJECTS2 = $(SOURCES2:%.c=%.o)
-OBJECTS = $(OBJECTS1) $(OBJECTS2)
+OBJECTS3 = $(SOURCES3:%.c=%.o)
+OBJECTS = $(OBJECTS1) $(OBJECTS2) $(OBJECTS3)
TARGETS1 = tosh1800-smcinit
TARGETS2 = smcinit
-TARGETS = $(TARGETS1) $(TARGETS2)
+TARGETS3 = tosh2450-smcinit
+TARGETS = $(TARGETS1) $(TARGETS2) $(TARGETS3)
@@ -69,4 +73,5 @@
$(INSTALL_PROGRAM) $(TARGETS1) $(INSTALL_ROOT)$(PREFIX)/sbin/$(TARGETS1)
$(INSTALL_PROGRAM) $(TARGETS2) $(INSTALL_ROOT)$(PREFIX)/sbin/$(TARGETS2)
+ $(INSTALL_PROGRAM) $(TARGETS3) $(INSTALL_ROOT)$(PREFIX)/sbin/$(TARGETS3)
@@ -79,4 +84,5 @@
rm -f $(INSTALL_ROOT)$(PREFIX)/sbin/$(TARGETS1)
rm -f $(INSTALL_ROOT)$(PREFIX)/sbin/$(TARGETS2)
+ rm -f $(INSTALL_ROOT)$(PREFIX)/sbin/$(TARGETS3)
clean:
@@ -89,5 +95,5 @@
./configure
-$(SOURCES1) $(SOURCES2): config.h
+$(SOURCES1) $(SOURCES2) $(SOURCES3): config.h
$(TARGETS1): $(OBJECTS1)
@@ -97,2 +103,5 @@
$(LINK) $(LFLAGS) -o $(TARGETS2) $(OBJECTS2) $(LIBS2) $(LIBS)
+$(TARGETS3): $(OBJECTS3)
+ $(LINK) $(LFLAGS) -o $(TARGETS3) $(OBJECTS3) $(LIBS3) $(LIBS)
+
|
|
From: claudiuc <ird...@li...> - 2004-04-18 11:07:00
|
CVS commit by claudiuc: * Added README which describe site maintenance * Translated Romanian strings from gimp-irda.pl * Added my sync-ftpirda for whom may help A www/README 1.1 A www/sync-ftpirda 1.1 M +18 -20 www/gimp-irda.pl 1.3 |
|
From: claudiuc <ird...@li...> - 2004-04-13 21:51:11
|
CVS commit by claudiuc: * Renamed the smcinit * Reorderd man pages * Initial man page for Thomas P. new smcinit CCMAIL: dc...@gm... A smcinit/smcinit.7 1.1 A smcinit/smcinit.c 1.1 [GPL (v2+)] M +2 -0 smcinit/.cvsignore 1.2 M +6 -8 smcinit/AUTHORS 1.3 M +12 -1 smcinit/ChangeLog 1.6 M +5 -5 smcinit/Makefile 1.5 M +22 -22 smcinit/README 1.4 M +69 -95 smcinit/smcinit 1.2 M +32 -6 smcinit/smcinit.8 1.5 R smcinit/tosh-smcinit.c 1.4 R smcinit/tosh5100-smcinit.8 1.2 |
|
From: claudiuc <ird...@li...> - 2004-04-01 20:34:30
|
CVS commit by claudiuc: The 0.9.17-pre3 release from Jean A irda-utils/tekram/Makefile 1.8 |
|
From: claudiuc <ird...@li...> - 2004-04-01 20:34:30
|
CVS commit by claudiuc: The 0.9.17-pre3 release from Jean A irda-utils/irnetd/Makefile 1.4 |
|
From: claudiuc <ird...@li...> - 2004-04-01 20:34:30
|
CVS commit by claudiuc: The 0.9.17-pre3 release from Jean A irda-utils/irsockets/Makefile 1.8 |
|
From: claudiuc <ird...@li...> - 2004-04-01 20:34:30
|
CVS commit by claudiuc: The 0.9.17-pre3 release from Jean A irda-utils/irdadump/src/irlap.c 1.1 [GPL (v2+)] M +2 -1 irda-utils/irdadump/src/Makefile.am 1.3 M +7 -7 irda-utils/irdadump/src/Makefile.in 1.5 M +181 -15 irda-utils/irdadump/src/capture.c 1.2 M +14 -4 irda-utils/irdadump/src/capture.h 1.2 M +104 -820 irda-utils/irdadump/src/irdadump.c 1.8 M +10 -0 irda-utils/irdadump/src/irdadump.h 1.5 |
|
From: claudiuc <ird...@li...> - 2004-04-01 20:34:30
|
CVS commit by claudiuc: The 0.9.17-pre3 release from Jean A irda-utils/irdaping/Makefile 1.8 |