- Timestamp:
- Jun 5, 2012 2:01:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp
r37624 r41578 874 874 if (!bus) 875 875 return VINF_SUCCESS; 876 unsigned device = RTLinuxSysFsReadIntFile(10, "%s/devnum", pcszNode); 876 int device = RTLinuxSysFsReadIntFile(10, "%s/devnum", pcszNode); 877 if (device < 0) 878 return VINF_SUCCESS; 877 879 dev_t devnum = usbMakeDevNum(bus, device); 878 880 if (!devnum)
Note:
See TracChangeset
for help on using the changeset viewer.