Changeset cb59f787 in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2010-11-21T09:22:41Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f8c1f7
Parents:
32eceb4f
Message:

Rename USB interface to USBHC

USB devices themselves could have their own interface for some
general querying. This name thus seems more apropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/dev_iface.c

    r32eceb4f rcb59f787  
    3939#include "remote_res.h"
    4040#include "remote_char.h"
    41 #include "remote_usb.h"
     41#include "remote_usbhc.h"
    4242
    4343static iface_dipatch_table_t remote_ifaces = {
     
    4545                &remote_res_iface,
    4646                &remote_char_iface,
    47                 &remote_usb_iface
     47                &remote_usbhc_iface
    4848        }
    4949};
Note: See TracChangeset for help on using the changeset viewer.