aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drv_generic_parport.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drv_generic_parport.c b/drv_generic_parport.c
index 091c1ed..9d5c07a 100644
--- a/drv_generic_parport.c
+++ b/drv_generic_parport.c
@@ -1,4 +1,4 @@
-/* $Id: drv_generic_parport.c,v 1.17 2005/06/13 03:38:25 reinelt Exp $
+/* $Id: drv_generic_parport.c,v 1.18 2005/06/13 03:43:46 reinelt Exp $
*
* generic driver helper for serial and parport access
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_generic_parport.c,v $
+ * Revision 1.18 2005/06/13 03:43:46 reinelt
+ * undo PPEXCL activation...
+ *
* Revision 1.17 2005/06/13 03:38:25 reinelt
* try PPEXCL again, but ignore result
*
@@ -205,6 +208,7 @@ int drv_generic_parport_open(const char *section, const char *driver)
return -1;
}
+#if 0
/* PPEXCL fails if someone else uses the port (e.g. lp.ko) */
if (ioctl(PPfd, PPEXCL)) {
info("%s: ioctl(%s, PPEXCL) failed: %s", PPdev, Driver, strerror(errno));
@@ -212,6 +216,7 @@ int drv_generic_parport_open(const char *section, const char *driver)
} else {
info("%s: got exclusive access to %s.", Driver, PPdev);
}
+#endif
if (ioctl(PPfd, PPCLAIM)) {
error("%s: ioctl(%s, PPCLAIM) failed: %d %s", Driver, PPdev, errno, strerror(errno));
dtv-scan-tables.git/commit/dvb-t/au-Canberra-Black-Mt?id=9221817e2e403db91647ef7673a0c35a97d87174&follow=1'>updateOlliver Schinagl1-9/+9 Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> 2014-11-30dtv-scan-tables: fix the DNA muxes in Finland to DVB-T2Olli Salonen34-102/+102 All of the DNA muxes in Finland are DVB-T2, not DVB-T. Signed-off-by: Olli Salonen <olli.salonen@iki.fi> 2014-11-30dtv-scan-tables: add mux H to stations transmitting it in FinlandOlli Salonen6-30/+60 The new mux H is being broadcasted by Digita from 6 stations in Finland. Signed-off-by: Olli Salonen <olli.salonen@iki.fi> 2014-11-10Delete DVBv3 comments from DVBv5 scan filesJonathan McCrohan494-496/+0 Probably should have happened as part of 06e54ff. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>