Changeset 6eb957dc in mainline for uspace/drv/char/xtkbd/main.c


Ignore:
Timestamp:
2014-10-09T03:34:21Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef3da5a
Parents:
fa65df1 (diff), 18cc83c (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.
Message:

Mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/xtkbd/main.c

    rfa65df1 r6eb957dc  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28
    2829/** @addtogroup drvkbd
    2930 * @{
     
    6061/** Initialize global driver structures (NONE).
    6162 *
     63 * Driver debug level is set here.
     64 *
    6265 * @param[in] argc Nmber of arguments in argv vector (ignored).
    6366 * @param[in] argv Cmdline argument vector (ignored).
     67 *
    6468 * @return Error code.
    6569 *
    66  * Driver debug level is set here.
    6770 */
    6871int main(int argc, char *argv[])
     
    7679 *
    7780 * @param[in] device DDF instance of the device to initialize.
     81 *
    7882 * @return Error code.
     83 *
    7984 */
    8085static int xt_kbd_add(ddf_dev_t *device)
     
    102107        return EOK;
    103108}
     109
    104110/**
    105111 * @}
Note: See TracChangeset for help on using the changeset viewer.