Sorry, for having missed the man page in the previous patch.

I've updated the patch.


-- 
http://daniel.hahler.de/
diff -u usbview-1.0/usbtree.c usbview-1.0/usbtree.c
--- usbview-1.0/usbtree.c
+++ usbview-1.0/usbtree.c
@@ -398,7 +398,7 @@
 
 void initialize_stuff (void)
 {
-	strcpy (devicesFile, "/proc/bus/usb/devices");
+	strcpy (devicesFile, "/dev/bus/usb/devices");
 	memset (&previousDevicesFile[0], 0x00, sizeof(previousDevicesFile));
 	previousChange = 0;
 
diff -u usbview-1.0/debian/changelog usbview-1.0/debian/changelog
--- usbview-1.0/debian/changelog
+++ usbview-1.0/debian/changelog
@@ -1,3 +1,10 @@
+usbview (1.0-11ubuntu1) gutsy; urgency=low
+
+  * usbtree.c: inline patch to use /proc/bus/usb/devices instead
+    of /proc/bus/usb/devices (LP: #156085)
+
+ -- dAniel hAhler <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 01:18:43 +0100
+
 usbview (1.0-11) unstable; urgency=low
 
   * Inhibit aclocal and autoheader too.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to