Changeset 8565a42 in mainline for uspace/lib/usbdev/src
- Timestamp:
- 2018-03-02T20:34:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- Location:
- uspace/lib/usbdev/src
- Files:
-
- 2 edited
-
pipes.c (modified) (1 diff)
-
recognise.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipes.c
r3061bc1 r8565a42 160 160 if ((setup == NULL) || (setup_size != 8)) 161 161 return EINVAL; 162 162 163 163 memcpy(&t->req.setup, setup, 8); 164 164 return EOK; -
uspace/lib/usbdev/src/recognise.c
r3061bc1 r8565a42 235 235 (int) device_descriptor->product_id, 236 236 BCD_ARGS(device_descriptor->device_version)); 237 237 238 238 /* Next, without release number. */ 239 239 ADD_MATCHID_OR_RETURN(matches, 90, … … 246 246 ADD_MATCHID_OR_RETURN(matches, 50, "usb&class=%s", 247 247 usb_str_class(device_descriptor->device_class)); 248 248 249 249 /* As a last resort, try fallback driver. */ 250 250 ADD_MATCHID_OR_RETURN(matches, 10, "usb&fallback");
Note:
See TracChangeset
for help on using the changeset viewer.
