Changes in uspace/drv/bus/usb/xhci/hc.c [8300c72:a36c4aa] 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
r8300c72 ra36c4aa 166 166 speeds[psiv].major = major; 167 167 speeds[psiv].minor = minor; 168 str_ncpy(speeds[psiv].name, 4, name.str, 4);168 memcpy(speeds[psiv].name, name.str, 4); 169 169 speeds[psiv].usb_speed = USB_SPEED_MAX; 170 170
Note:
See TracChangeset
for help on using the changeset viewer.
