Index: nozomi-060209/nozomi.c =================================================================== --- nozomi-060209.orig/nozomi.c 2007-06-04 13:22:47.268669352 +0200 +++ nozomi-060209/nozomi.c 2007-06-04 13:22:47.338658712 +0200 @@ -2093,11 +2093,15 @@ td->magic = TTY_DRIVER_MAGIC; td->driver_name = NOZOMI_NAME_TTY; +#ifndef CONFIG_DEVFS_FS td->name = "noz"; +#else + td->name = "noz%d"; +#endif td->major = NTTY_TTY_MAJOR, td->type = TTY_DRIVER_TYPE_SERIAL, td->subtype = SERIAL_TYPE_NORMAL, - td->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_NO_DEVFS, + td->flags = TTY_DRIVER_REAL_RAW, td->init_termios = tty_std_termios; td->init_termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL; /openwrt/upstream/'>openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches-4.1/115-add-pcie-aux-clk-dts.patch
blob: a99857e314e331e131028d907a6e0c0830060c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80