<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.parport">
    <title>gmane.linux.parport</title>
    <link>http://blog.gmane.org/gmane.linux.parport</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1760"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1759"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1758"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1753"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1751"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1749"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1748"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1747"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1727"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1726"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1725"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1720"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1717"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1714"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1713"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1706"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1705"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.parport/1703"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1760">
    <title>Parport woes</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1760</link>
    <description>&lt;pre&gt;Hello people.

I have this homebrew parallel PIC programmer which I've been using for years.
With the advent of parport-less PC, I transferred the programmer to an older
PC. When I tried to run the program, I found that the programmer acted
erratically.

I wrote a small program in C, which just ioperm's the ports, writes a 
counter to the parport a number of timpes, and releases the port,
and noticed that there were glitches where the bits were set to 0. So I
modified the test program to just write 1's, at a rate of 1000/second.

On the oscilloscope I could then see that the port was regularly (about twice
per second, though not precise) cleared to 0.

I tried: rmmod'ing lp, ppdev, parport, parport_pc (in difference combinations
and one by one). I stopped cupsd. I went into the BIOS and set the parport
to basic SPP operation.

Does anyone have suggestions? Who could be clearing the parport output?
Is there any way to detect which program accesses the port?

John
&lt;/pre&gt;</description>
    <dc:creator>John Coppens</dc:creator>
    <dc:date>2013-02-14T17:46:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1759">
    <title>не запускается parport</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1759</link>
    <description>&lt;pre&gt;


&lt;/pre&gt;</description>
    <dc:creator>Виктор Веретенников</dc:creator>
    <dc:date>2012-11-15T11:11:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1758">
    <title>[PATCH/RFC] ppdev: Adds support for async I/O withDMA and ECP</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1758</link>
    <description>&lt;pre&gt;Hello,
This patch adds AIO+ECP+DMA capability to the userspace ppdev device.
For an example on how this may be used, see:
https://github.com/klammerj/dspar/blob/master/dump/main.c

Patch is against linux 3.7.0-rc1 from kernel.org

Was once used for this piece of hardware:
https://github.com/klammerj/dspar

Had to edit the code to match current kernel sources, but had no 
opportunity to test it, as new kernel f*s up the screen here (it does 
compile).

Old code can be found here:
http://members.aon.at/~aklamme4/parport/index.html

The plip2.c does not work very well, and is not included in patch.

regards,
JK

diff -uprN prev/drivers/char/ppdev.c new/drivers/char/ppdev.c
--- prev/drivers/char/ppdev.c2012-10-14 23:41:04.000000000 +0200
+++ new/drivers/char/ppdev.c2012-10-16 16:03:18.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -104,6 +104,300 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static inline void pp_enable_irq (struct
 port-&amp;gt;ops-&amp;gt;enable_irq (port);
 }
 
+struct pp_ki
+{
+int len_real;
+void * buffer;
+struct kiocb *cb;
+const struct iovec *iov;
+struct parport&lt;/pre&gt;</description>
    <dc:creator>Johann Klammer</dc:creator>
    <dc:date>2012-10-18T05:31:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1753">
    <title>IRQ storm from Express card parallel port</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1753</link>
    <description>&lt;pre&gt;Hi,

I've been looking at using a Express card to parallel port adapter to
connect an external device to a PC without on-board parallel port. I got
an adapter from Delock [1] which seems to work fine at first glance.
Unfortunately, the IRQ handling seems to have problems. Whenever I
trigger the first IRQ (I've just shortened pin 10 and ground), I receive
an infinite number of IRQ from the parallel port which only stop after
unloading the kernel modules. The testing code [2] works fine on another
machine with on-board parallel port. I am using the standard Ubuntu
12.04 LTS kernel (3.2.0-25). I am wondering whether anybody else has
observed such a strange behaviour before? It might be also related to
Guan Xin's post "[BUG] IRQ storm from linux/drivers/char/ppdev.c".

Thanks
Andre

[1] http://www.delock.de/produkte/F_263_Parallel_66220/merkmale.html
[2] https://github.com/andrepuschmann/lptirq
&lt;/pre&gt;</description>
    <dc:creator>Andre Puschmann</dc:creator>
    <dc:date>2012-06-25T08:08:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1751">
    <title>calling request_resource</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1751</link>
    <description>&lt;pre&gt;I’m sorry this is a little off topic but I’m pretty desperate. I need to find out where I can get help fixing a bug in a kernel module for a serial device. The bug is in the driver for a speech synthesizer. I’ve already emailed the original developer and he is not interested in continuing to work on the driver.  I’m blind and I need my hardware speech synthesizer to work. 

I’ve traced the bug to code that calls the function request_resource. The code for the request_region function says its copyright Linus Torvalds so I’m guessing its part of the linux core functions. Below is a code snippet that is like the code that is failing. An error code of –16 is always returned.  According to the comments in the driver module, this code is supposed to “steal” the serial port.   But it gets the -16 error code and errors out.  

int error;
struct resource myres;
myres.name = "ltlk";
myres.start = 0x3F8;
    myres.end = 0x3FF;
    myres.flags = IORESOURCE_BUSY;
    error = request_resource (&amp;amp;ioport_re&lt;/pre&gt;</description>
    <dc:creator>John Heim</dc:creator>
    <dc:date>2012-02-25T23:40:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1749">
    <title>Documentation/parport.txt imprements</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1749</link>
    <description>&lt;pre&gt;Hi,
  I am trying to get my HP OfficeJet R45 printer+scanner working under
Linux via Express Card 34mm from Axago based on MosChip 9901/9912.
Hmm, well lspci says NetMos while it looks it is MosChip instead (compare
with drivers at http://vbs.ddns.com.br:8000/drives/Drives/DRIVER LPT1/ ).

11:00.0 Serial controller: NetMos Technology Device 9912
11:00.1 Serial controller: NetMos Technology Device 9912
11:00.2 Parallel controller: NetMos Technology Device 9912

11:00.0 Serial controller: NetMos Technology Device 9912 (prog-if 02 [16550])
        Subsystem: Device a000:1000
        Physical Slot: 7
        Flags: fast devsel, IRQ 19
        I/O ports at c000 [size=8]
        Memory at f6c00000 (32-bit, non-prefetchable) [size=4K]
        Memory at f6c01000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
        Capabilities: [78] Power Management version 3
        Capabilities: [80] Express Legacy Endpoint, MSI 00
        Capabilities: [100] Virtual Chann&lt;/pre&gt;</description>
    <dc:creator>Martin Mokrejs</dc:creator>
    <dc:date>2012-02-09T13:08:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1748">
    <title>How to get exclusive access to parports?</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1748</link>
    <description>&lt;pre&gt;Hello list,

I'm trying to get access to the parallel port of a machine to do some signalling for data acquisition.

The machine runs with Xubuntu 10.04 and has one parallel port which gets listed as parport0.

Since the whole thing is somewhat time-critical, I'd like to prevent other processes from accessing the port, and try to achieve this with the following code snippet:

int port = args(1).int_value(); //Passed from outside, usually 0.
int status, capabilities;

//This usually succeeds, so non-exclusive is never tried.
status = ieee1284_open( ports.portv [ port ], F1284_EXCL, &amp;amp;capabilities );
if ( status != E1284_OK ) {
warning ( "Could not open the port in exclusive mode, trying non-exlusive mode" );

status = ieee1284_open( ports.portv [ port ], 0, &amp;amp;capabilities );
}

//This usually never happens.
if ( status != E1284_OK )
error ( "Could not open the port in non-exclusive mode!" );

else if ( !capabilities &amp;amp; CAP1284_RAW )
error ( "Cannot get raw access for parallel port!" );

//This fails regular&lt;/pre&gt;</description>
    <dc:creator>Dr.Alexander</dc:creator>
    <dc:date>2011-12-09T09:09:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1747">
    <title>Don't catch any/valid IRQ on PCI Parport devices</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1747</link>
    <description>&lt;pre&gt;Hello,
For me there is a long time problem in getting a valid or working IRQ on
PCI LPT Cards for my project.
I have a selfmade so called LPR2DMX - Interface, which is supported from
the DMX4Linux Driver. This driver is no longer developed since Kernel
2.5.x. I made a few chances to get working this Driver as a modul for
Kernel 2.6.38.7 and all works fine for some LPT-ISA Cards. But it don't
works for any PCI-Card I have. It seems there is a problem to get an
IRQ-Line, unfortanetly i get no errors.

What Information do you need to help me by this Problem.

Chris
&lt;/pre&gt;</description>
    <dc:creator>Christian</dc:creator>
    <dc:date>2011-11-13T11:55:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1727">
    <title>Using libieee1284 with Ubuntu</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1727</link>
    <description>&lt;pre&gt;Hello,

I'm trying to do some signalling via the parallel port on a Xubuntu  
10.04 machine. I lashed up a small test from the libieee1284 man  
pages, but there are some problems remaining:

1. The program will only run as root, or else ieee1284_open will  
return E1284_INIT right away.

2. Only the lower four bits are available for output. Trying to write  
something larger than 31 to the port results in the warning "use  
ieee1284_data_dir to change data line direction!", but  
ieee1284_data_dir with either 0 or 255 as an argument didn't seem to  
change anything.

What else could I try?

Kind regards,

Alex
&lt;/pre&gt;</description>
    <dc:creator>Dr. Alexander Klein</dc:creator>
    <dc:date>2011-08-10T12:18:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1726">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1726</link>
    <description>&lt;pre&gt;http://historygems.com/googlesearch.php
       _______________________________________________
Linux-parport mailing list
Linux-parport&amp;lt; at &amp;gt;lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-parport
&lt;/pre&gt;</description>
    <dc:creator>snidely stinkfinger</dc:creator>
    <dc:date>2011-08-02T02:40:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1725">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1725</link>
    <description>&lt;pre&gt;http://tampabaylipos.com/googlesearch.php
       _______________________________________________
Linux-parport mailing list
Linux-parport&amp;lt; at &amp;gt;lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-parport
&lt;/pre&gt;</description>
    <dc:creator>snidely stinkfinger</dc:creator>
    <dc:date>2011-08-02T01:23:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1724">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1724</link>
    <description>&lt;pre&gt;http://fruitcake-superbeing.com/googlesearch.php
       _______________________________________________
Linux-parport mailing list
Linux-parport&amp;lt; at &amp;gt;lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-parport
&lt;/pre&gt;</description>
    <dc:creator>snidely stinkfinger</dc:creator>
    <dc:date>2011-08-02T00:00:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1723">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1723</link>
    <description>&lt;pre&gt;http://chrisnisha.com/googlesearch.php
       _______________________________________________
Linux-parport mailing list
Linux-parport&amp;lt; at &amp;gt;lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-parport
&lt;/pre&gt;</description>
    <dc:creator>snidely stinkfinger</dc:creator>
    <dc:date>2011-08-01T21:46:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1720">
    <title>Read Device ID of a parallel device</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1720</link>
    <description>&lt;pre&gt;Hi,

I am currently implementing ieee1284 compatibility &amp;amp; nibble mode at device
side.
My device is connected to DB25 of host.

Currently my driver at device side, supports compatibility mode and nibble
mode, and
working fine with data transfers in both directions.

I struck-up where am trying to issue a Device ID request to the host.
Basically, I would like to read the Device ID of my printer (which is of
thermal printer).

I have used the below application code to issue a Device ID request on host
side:

=========================
mode = IEEE1284_MODE_NIBBLE | IEEE1284_DEVICEID;
if (ioctl(dat.fd, PPNEGOT, &amp;amp;mode)) {
    perror("PPNEGOT (1)");
    close(dat.fd);
    return 1;
}

#define MAX_DEVICEID_LEN  1024
len = MAX_DEVICEID_LEN;
ret = read(dat.fd, dat.buf, len);
if (ret &amp;lt; 0) {
    perror("read");
    close(dat.fd);
    return 1;
}

============================
Here the ioctl (PPNEGOT) is failing  by saying "No such device or address".

I am wondering that it is passing when I try to read the data from host&lt;/pre&gt;</description>
    <dc:creator>Nagesh A</dc:creator>
    <dc:date>2011-07-28T09:11:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1717">
    <title>The Intel parport bug</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1717</link>
    <description>&lt;pre&gt;Package: linux-image-2.6
Severity: normal
Tags: patch

Hi,

there's a bug in the parport module that have been reported (in another 
places) some time ago [1]. Also, this bug was reported at Redhat [2], but 
nobody follow the report and it was closed.

As Adam baked said [1] :

&amp;lt;quote&amp;gt;
A long time ago (~ 10 years), Intel produced a chipset that 
included broken EPP support. The Linux parport driver was written to detect 
such a chipset and disable EPP support on it. Unfortunately the test that was 
written gives false positives for many current chipsets and no-one seems to 
know exactly what the problem hardware was, let alone have a sample of it to 
see if a better test can be written. After such a long time it is probably 
appropriate to just remove the test (on average it does more harm than good) 
however you are correct in asserting the driver is unmaintained so no-one is 
bothering to fix it.
&amp;lt;/quote&amp;gt;

I have applied the patch to the standard debian kernel and it compiles and 
runs perfectly. Applied t&lt;/pre&gt;</description>
    <dc:creator>Leopold Palomo-Avellaneda</dc:creator>
    <dc:date>2011-06-15T12:56:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1714">
    <title>[PATCH 1/2] serial: 8250_pci: add .probe member tostruct pci_serial_quirk</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1714</link>
    <description>&lt;pre&gt;This function, if present, is called early on by the 8250_pci probe; it
can be used to reject devices meant for parport_serial.  (The .init
function cannot be used for this purpose, as it is also called by
parport_serial.)

Signed-off-by: Frédéric Brière &amp;lt;fbriere&amp;lt; at &amp;gt;fbriere.net&amp;gt;
Cc: Greg Kroah-Hartman &amp;lt;gregkh&amp;lt; at &amp;gt;suse.de&amp;gt;
Cc: Alan Cox &amp;lt;alan&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
Cc: linux-serial&amp;lt; at &amp;gt;vger.kernel.org
Cc: linux-parport&amp;lt; at &amp;gt;lists.infradead.org
---
 drivers/tty/serial/8250_pci.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drivers/tty/serial/8250_pci.c b/drivers/tty/serial/8250_pci.c
index 4b4968a..e6fb67b 100644
--- a/drivers/tty/serial/8250_pci.c
+++ b/drivers/tty/serial/8250_pci.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -39,6 +39,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct pci_serial_quirk {
 u32device;
 u32subvendor;
 u32subdevice;
+int(*probe)(struct pci_dev *dev);
 int(*init)(struct pci_dev *dev);
 int(*setup)(struct serial_private *,
  const struct pciserial_board *,
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2581,11 +2582,19 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; EXPORT_SYMBOL_GPL(pciserial_resume_ports);
 static&lt;/pre&gt;</description>
    <dc:creator>Frédéric Brière</dc:creator>
    <dc:date>2011-05-29T19:08:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1713">
    <title>[BUG] IRQ storm from linux/drivers/char/ppdev.c</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1713</link>
    <description>&lt;pre&gt;Hi All,

When I was using a PCI parallel card, I suffered from IRQ storms with avrdude.

https://savannah.nongnu.org/bugs/?30753

It seems that in "ppdev.c" the IRQ is always enabled everywhere.
I am not familiar with this driver. But the attached nasty patch
solved my problem. Could anyone check it?

Xin


--- ppdev.c.1st2010-08-01 18:11:14.000000000 -0400
+++ ppdev.c2010-08-12 11:48:35.742688887 -0400
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -90,17 +90,21 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define PP_EXCL       (1&amp;lt;&amp;lt;1)

 /* Other constants */
-#define PP_INTERRUPT_TIMEOUT (10 * HZ) /* 10s */
 #define PP_BUFFER_SIZE 1024
 #define PARDEVICE_MAX 8

 /* ROUND_UP macro from fs/select.c */
 #define ROUND_UP(x,y) (((x)+(y)-1)/(y))

-static inline void pp_enable_irq (struct pp_struct *pp)
+static inline void pp_verify_irq (struct pp_struct *pp)
 {
 struct parport *port = pp-&amp;gt;pdev-&amp;gt;port;
-port-&amp;gt;ops-&amp;gt;enable_irq (port);
+
+if (pp-&amp;gt;state.mode == IEEE1284_MODE_COMPAT) {
+port-&amp;gt;ops-&amp;gt;disable_irq (port);
+} else {
+port-&amp;gt;ops-&amp;gt;enable_irq (port);
+}
 }

 static ssize_t pp_read (str&lt;/pre&gt;</description>
    <dc:creator>Guan Xin</dc:creator>
    <dc:date>2010-08-12T16:56:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1706">
    <title>Interrupt calling problem in linux</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1706</link>
    <description>&lt;pre&gt;_______________________________________________
Linux-parport mailing list
Linux-parport&amp;lt; at &amp;gt;lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-parport
&lt;/pre&gt;</description>
    <dc:creator>AatiF Farooq</dc:creator>
    <dc:date>2010-06-24T04:59:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1705">
    <title>USB - parallel port converter with individual bitcontrol</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1705</link>
    <description>&lt;pre&gt;Hi,

I need help to control home-brew equipment via an USB - parallel port
converter. Any ideas or recommendations are welcome.

In detail: We have a bunch of remote controlled telescopes with
control electronics that we have developed ourselves. Most of the
functionality -- stepper motor driving, ramping, end position sensor
handling -- is implemented in the control computers via parallel port,
and we use every bit available. Also we extensively use hardware
interrupts to react to input bit changes real-time. We would, however,
like to get rid of PCI parallel port cards as it is not clear whether
we can still get spare parts (such cards, computers with PCI ports,
parallel port surcharge isolators etc) in five years from now. Using
USB adapters seems like a good idea.

The main problem is that one cannot find out what chip a certain USB
parallel port converter product uses without buying it. I bought three
of them, one has MosChip 9710:7705, that does not seem to be supported
at all; the other two have 067b:&lt;/pre&gt;</description>
    <dc:creator>Bence Béky</dc:creator>
    <dc:date>2010-06-23T23:19:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1703">
    <title>Arm parallel port configuration</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1703</link>
    <description>&lt;pre&gt;_______________________________________________
Linux-parport mailing list
Linux-parport&amp;lt; at &amp;gt;lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-parport
&lt;/pre&gt;</description>
    <dc:creator>sneha prakash</dc:creator>
    <dc:date>2010-05-17T06:08:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.parport/1701">
    <title>mimic a printer for capturing to file</title>
    <link>http://comments.gmane.org/gmane.linux.parport/1701</link>
    <description>&lt;pre&gt;Hello,

 sorry for my english, german is my native language.

Have a strange problem when reading from the parallel port in a
poll()-ioctl(fd, PPRDATA, &amp;amp;data)-loop:

- It seems the driver does a buffered read in 4 Kb blocks.
- When i read from the port the first byte is hold back and send at the
end of the current 4k-block.
- When the transfer ends, the first byte ist placed at the last write
position.

Does anybody know this behaviour? Any hint?

I am using Ubuntu 9.10 (2.6.31-21-generic) and Debian 4.

Thanks a lot!

Uwe.
&lt;/pre&gt;</description>
    <dc:creator>Uwe Sander</dc:creator>
    <dc:date>2010-04-30T12:33:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.parport">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.parport</link>
  </textinput>
</rdf:RDF>
