Changeset 3f0ef89d in mainline


Ignore:
Timestamp:
2011-02-23T18:10:43Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
071b5f8
Parents:
d3880aa
Message:

Remove fallback match id for USB devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/recognise.c

    rd3880aa r3f0ef89d  
    310310        }
    311311
    312         /*
    313          * As a fallback, provide the simplest match id possible.
    314          */
    315         ADD_MATCHID_OR_RETURN(matches, 1, "usb&fallback");
    316 
    317312        return EOK;
    318313}
Note: See TracChangeset for help on using the changeset viewer.