~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/srv/hid/input/port/chardev.c

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
/** List of devices to try connecting to. */
64
64
static const char *in_devs[] = {
65
 
        "char/s3c24ser"
 
65
        "char/s3c24xx_uart"
66
66
};
67
67
 
68
68
static const unsigned int num_devs = sizeof(in_devs) / sizeof(in_devs[0]);