summaryrefslogtreecommitdiff
path: root/packages/ark3116/ark3116-0.4.1/ark3116.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ark3116/ark3116-0.4.1/ark3116.c.patch')
-rw-r--r--packages/ark3116/ark3116-0.4.1/ark3116.c.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/ark3116/ark3116-0.4.1/ark3116.c.patch b/packages/ark3116/ark3116-0.4.1/ark3116.c.patch
deleted file mode 100644
index 6080abefaa..0000000000
--- a/packages/ark3116/ark3116-0.4.1/ark3116.c.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-*** ark3116/ark3116.c.orig 2006-04-29 16:00:34.000000000 +0200
---- ark3116/ark3116.c 2006-04-29 16:00:27.000000000 +0200
-***************
-*** 443,452 ****
---- 443,454 ----
- tty = port->tty;
- if (tty && urb->actual_length) {
- for (i = 0; i < urb->actual_length ; ++i) {
-+ #if 0
- /* if we insert more than TTY_FLIPBUF_SIZE characters, we drop them. */
- if(tty->flip.count >= TTY_FLIPBUF_SIZE) {
- tty_flip_buffer_push(tty);
- }
-+ #endif
- /* this doesn't actually push the data through unless tty->low_latency is set */
- tty_insert_flip_char(tty, data[i], 0);
- }