Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/lcd4linux/files: lcd4linux-0.10.1_rc2-usbdebug.patch
Date: Mon, 30 Dec 2013 11:10:52
Message-Id: 20131230111049.022B62004B@flycatcher.gentoo.org
1 pacho 13/12/30 11:10:48
2
3 Added: lcd4linux-0.10.1_rc2-usbdebug.patch
4 Log:
5 Drop usb_debug calls, bug #469156 by Juergen Rose and patch by Gerhard Hintermayer
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-usbdebug.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-usbdebug.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/lcd4linux/files/lcd4linux-0.10.1_rc2-usbdebug.patch?rev=1.1&content-type=text/plain
14
15 Index: lcd4linux-0.10.1_rc2-usbdebug.patch
16 ===================================================================
17 diff -crB lcd4linux-0.10.1-RC2-orig/drv_BWCT.c lcd4linux-0.10.1-RC2/drv_BWCT.c
18 *** lcd4linux-0.10.1-RC2-orig/drv_BWCT.c 2007-02-25 13:39:09.000000000 +0100
19 --- lcd4linux-0.10.1-RC2/drv_BWCT.c 2013-11-10 21:32:06.119047221 +0100
20 ***************
21 *** 72,78 ****
22 static usb_dev_handle *lcd;
23 static int interface;
24
25 - extern int usb_debug;
26 extern int got_signal;
27
28
29 --- 72,77 ----
30 ***************
31 *** 89,96 ****
32
33 info("%s: scanning USB for BWCT LCD...", Name);
34
35 - usb_debug = 0;
36 -
37 usb_init();
38 usb_find_busses();
39 usb_find_devices();
40 --- 88,93 ----
41 diff -crB lcd4linux-0.10.1-RC2-orig/drv_LCD2USB.c lcd4linux-0.10.1-RC2/drv_LCD2USB.c
42 *** lcd4linux-0.10.1-RC2-orig/drv_LCD2USB.c 2007-02-25 13:39:10.000000000 +0100
43 --- lcd4linux-0.10.1-RC2/drv_LCD2USB.c 2013-11-10 21:32:15.686677498 +0100
44 ***************
45 *** 98,104 ****
46 static usb_dev_handle *lcd;
47 static int controllers = 0;
48
49 - extern int usb_debug;
50 extern int got_signal;
51
52 /****************************************/
53 --- 98,103 ----
54 ***************
55 *** 120,127 ****
56 if (device_id != NULL)
57 info("%s: scanning for device id: %s", Name, device_id);
58
59 - usb_debug = 0;
60 -
61 usb_init();
62 usb_find_busses();
63 usb_find_devices();
64 --- 119,124 ----
65 diff -crB lcd4linux-0.10.1-RC2-orig/drv_picoLCD.c lcd4linux-0.10.1-RC2/drv_picoLCD.c
66 *** lcd4linux-0.10.1-RC2-orig/drv_picoLCD.c 2007-02-25 13:39:10.000000000 +0100
67 --- lcd4linux-0.10.1-RC2/drv_picoLCD.c 2013-11-10 21:32:30.102120440 +0100
68 ***************
69 *** 75,81 ****
70 static char *BufPtr;
71
72 static usb_dev_handle *lcd;
73 - extern int usb_debug;
74
75
76
77 --- 75,80 ----
78 ***************
79 *** 97,104 ****
80
81 info("%s: scanning for picoLCD...", Name);
82
83 - usb_debug = 0;
84 -
85 usb_init();
86 usb_find_busses();
87 usb_find_devices();
88 --- 96,101 ----
89 diff -crB lcd4linux-0.10.1-RC2-orig/drv_Trefon.c lcd4linux-0.10.1-RC2/drv_Trefon.c
90 *** lcd4linux-0.10.1-RC2-orig/drv_Trefon.c 2007-02-25 13:39:10.000000000 +0100
91 --- lcd4linux-0.10.1-RC2/drv_Trefon.c 2013-11-10 21:32:46.441489039 +0100
92 ***************
93 *** 72,78 ****
94 static usb_dev_handle *lcd;
95 static int interface;
96
97 - extern int usb_debug;
98
99
100 /****************************************/
101 --- 72,77 ----
102 ***************
103 *** 88,95 ****
104
105 info("%s: scanning USB for TREFON LCD...", Name);
106
107 - usb_debug = 0;
108 -
109 usb_init();
110 usb_find_busses();
111 usb_find_devices();
112 --- 87,92 ----
113 diff -crB lcd4linux-0.10.1-RC2-orig/drv_USBLCD.c lcd4linux-0.10.1-RC2/drv_USBLCD.c
114 *** lcd4linux-0.10.1-RC2-orig/drv_USBLCD.c 2007-02-25 13:39:10.000000000 +0100
115 --- lcd4linux-0.10.1-RC2/drv_USBLCD.c 2013-11-10 21:33:01.508906792 +0100
116 ***************
117 *** 86,93 ****
118 static usb_dev_handle *lcd;
119 static int interface;
120
121 - extern int usb_debug;
122 -
123 #endif
124
125
126 --- 86,91 ----
127 ***************
128 *** 107,114 ****
129
130 info("%s: scanning for USBLCD...", Name);
131
132 - usb_debug = 0;
133 -
134 usb_init();
135 usb_find_busses();
136 usb_find_devices();
137 --- 105,110 ----