Changes in uspace/drv/bus/usb/xhci/hc.c [a36c4aa:8300c72] in mainline
- File:
-
- 1 edited
-
uspace/drv/bus/usb/xhci/hc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
ra36c4aa r8300c72 166 166 speeds[psiv].major = major; 167 167 speeds[psiv].minor = minor; 168 memcpy(speeds[psiv].name, name.str, 4);168 str_ncpy(speeds[psiv].name, 4, name.str, 4); 169 169 speeds[psiv].usb_speed = USB_SPEED_MAX; 170 170
Note:
See TracChangeset
for help on using the changeset viewer.
