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.
|
|
|
Fix USB bus path; /proc/bus/usb is deprecated.
|
|
|
|
|
|
|
|
--- a/pcap-usb-linux.c
|
|
|
|
+++ b/pcap-usb-linux.c
|
|
|
|
@@ -73,7 +73,7 @@
|
|
|
|
#define USB_TEXT_DIR_OLD "/sys/kernel/debug/usbmon"
|
|
|
|
#define USB_TEXT_DIR "/sys/kernel/debug/usb/usbmon"
|
|
|
|
#define SYS_USB_BUS_DIR "/sys/bus/usb/devices"
|
|
|
|
-#define PROC_USB_BUS_DIR "/proc/bus/usb"
|
|
|
|
+#define PROC_USB_BUS_DIR "/dev/bus/usb"
|
|
|
|
#define USB_LINE_LEN 4096
|
|
|
|
|
|
|
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|