5949a2e0ea
Add support for the following drivers: ASTUSB, DPF, EFN, FutabaVFD, FW8888, mda166a, SamsungSPF (broken), TeakLCM Refresh patches and drop 120-remove_parport_outb.patch which was fixed upstream. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@31648 3c298f89-4303-0410-b956-a3cf2f4a3e73
23 lines
441 B
Diff
23 lines
441 B
Diff
--- a/drv_T6963.c
|
|
+++ b/drv_T6963.c
|
|
@@ -114,7 +114,9 @@ static void drv_T6_status1(void)
|
|
/* wait for STA0=1 and STA1=1 */
|
|
n = 0;
|
|
do {
|
|
+#if 0
|
|
rep_nop();
|
|
+#endif
|
|
if (++n > 1000) {
|
|
debug("hang in status1");
|
|
bug = 1;
|
|
@@ -150,7 +152,9 @@ static void drv_T6_status2(void)
|
|
/* wait for STA3=1 */
|
|
n = 0;
|
|
do {
|
|
+#if 0
|
|
rep_nop();
|
|
+#endif
|
|
if (++n > 1000) {
|
|
debug("hang in status2");
|
|
bug = 1;
|