search for: imsc

Displaying 2 results from an estimated 2 matches for "imsc".

Did you mean: imac
2013 Aug 27
1
[PATCH] drivers/char: pl011: Enable receive timeout interrupt
...en/drivers/char/pl011.c index 0e1eb64..e4bd702 100644 --- a/xen/drivers/char/pl011.c +++ b/xen/drivers/char/pl011.c @@ -140,7 +140,7 @@ static void __init pl011_init_postirq(struct serial_port *port) pl011_write(uart, ICR, OEI|BEI|PEI|FEI); /* Unmask interrupts */ - pl011_write(uart, IMSC, OEI|BEI|PEI|FEI|TXI|RXI); + pl011_write(uart, IMSC, RTI|OEI|BEI|PEI|FEI|TXI|RXI); } static void pl011_suspend(struct serial_port *port) -- 1.7.10.4
2002 Feb 21
8
newbie
hi all am new to this list my problem is i connect to a windoze printer and execute a print job using print but the printed matter is horrible... i get only a single line in the printout... what should i do.. sorry if this question is silly