You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/usbview/files/usbview-1.1-missing-usbfs.p...

14 lines
426 B

http://bugs.gentoo.org/433096
https://projects.archlinux.org/svntogit/packages.git/plain/trunk/usbview-1.1-missing-usbfs.patch?h=packages/usbview
--- usbtree.c
+++ usbtree.c
@@ -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;