diff options
Diffstat (limited to 'extra/usbview/usbview-1.1-missing-usbfs.patch')
-rw-r--r-- | extra/usbview/usbview-1.1-missing-usbfs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/usbview/usbview-1.1-missing-usbfs.patch b/extra/usbview/usbview-1.1-missing-usbfs.patch deleted file mode 100644 index 7da2f0ca0..000000000 --- a/extra/usbview/usbview-1.1-missing-usbfs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/usbtree.c 2012-10-21 08:21:35.000000000 +0200 -+++ b/usbtree.c 2012-10-21 08:21:12.000000000 +0200 -@@ -397,7 +397,7 @@ - - void initialize_stuff (void) - { -- strcpy (devicesFile, "/proc/bus/usb/devices"); -+ strcpy (devicesFile, "/sys/kernel/debug/usb/devices"); - memset (&previousDevicesFile[0], 0x00, sizeof(previousDevicesFile)); - previousChange = 0; - |