]> git.pld-linux.org Git - packages/usbutils.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Feb 2005 01:11:26 +0000 (01:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    usbutils-ignore-HCC.patch -> 1.2

usbutils-ignore-HCC.patch [deleted file]

diff --git a/usbutils-ignore-HCC.patch b/usbutils-ignore-HCC.patch
deleted file mode 100644 (file)
index 426c696..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- usbutils-0.11/names.c.orig Mon Jun 17 11:13:47 2002
-+++ usbutils-0.11/names.c      Wed Mar 31 15:29:49 2004
-@@ -687,6 +687,8 @@
-                         continue;
-                 }                     
-+              if (buf[0] == 'H' && buf[1] == 'C' && buf[2] == 'C' && buf[3] == ' ')
-+                      continue; /* ignore HID country codes for now */
-               fprintf(stderr, "Unknown line at line %u\n", linectr);
-       }
- }
This page took 0.053689 seconds and 4 git commands to generate.