Rev 3790 | Rev 3900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3790 | Rev 3844 | ||
---|---|---|---|
Line 252... | Line 252... | ||
252 | #else |
252 | #else |
253 | #ifdef CONFIG_NS16550 |
253 | #ifdef CONFIG_NS16550 |
254 | ns16550_grab(); |
254 | ns16550_grab(); |
255 | #else |
255 | #else |
256 | i8042_grab(); |
256 | i8042_grab(); |
257 | #endif |
257 | #endif |
258 | #endif |
258 | #endif |
259 | } |
259 | } |
260 | 260 | ||
261 | /** Return console to userspace |
261 | /** Return console to userspace |
262 | * |
262 | * |
263 | */ |
263 | */ |