Rev 4343 | Rev 4345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4343 | Rev 4344 | ||
---|---|---|---|
Line 160... | Line 160... | ||
160 | { |
160 | { |
161 | #ifdef CONFIG_FB |
161 | #ifdef CONFIG_FB |
162 | scr_redraw(); |
162 | scr_redraw(); |
163 | #endif |
163 | #endif |
164 | switch (kbd_type) { |
164 | switch (kbd_type) { |
165 | #ifdef CONFIG_Z8530 |
- | |
166 | case KBD_Z8530: |
- | |
167 | z8530_grab(); |
- | |
168 | break; |
- | |
169 | #endif |
- | |
170 | #ifdef CONFIG_NS16550 |
- | |
171 | case KBD_NS16550: |
- | |
172 | ns16550_grab(); |
- | |
173 | break; |
- | |
174 | #endif |
- | |
175 | #ifdef CONFIG_SGCN |
165 | #ifdef CONFIG_SGCN |
176 | case KBD_SGCN: |
166 | case KBD_SGCN: |
177 | sgcn_grab(); |
167 | sgcn_grab(); |
178 | break; |
168 | break; |
179 | #endif |
169 | #endif |
Line 186... | Line 176... | ||
186 | * |
176 | * |
187 | */ |
177 | */ |
188 | void arch_release_console(void) |
178 | void arch_release_console(void) |
189 | { |
179 | { |
190 | switch (kbd_type) { |
180 | switch (kbd_type) { |
191 | #ifdef CONFIG_Z8530 |
- | |
192 | case KBD_Z8530: |
- | |
193 | z8530_release(); |
- | |
194 | break; |
- | |
195 | #endif |
- | |
196 | #ifdef CONFIG_NS16550 |
- | |
197 | case KBD_NS16550: |
- | |
198 | ns16550_release(); |
- | |
199 | break; |
- | |
200 | #endif |
- | |
201 | #ifdef CONFIG_SGCN |
181 | #ifdef CONFIG_SGCN |
202 | case KBD_SGCN: |
182 | case KBD_SGCN: |
203 | sgcn_release(); |
183 | sgcn_release(); |
204 | break; |
184 | break; |
205 | #endif |
185 | #endif |