Rev 4313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4313 | Rev 4329 | ||
---|---|---|---|
Line 277... | Line 277... | ||
277 | /** |
277 | /** |
278 | * Grabs the input for kernel. |
278 | * Grabs the input for kernel. |
279 | */ |
279 | */ |
280 | void sgcn_grab(void) |
280 | void sgcn_grab(void) |
281 | { |
281 | { |
282 | kbd_disabled = true; |
282 | kbd_disabled = false; |
283 | } |
283 | } |
284 | 284 | ||
285 | /** |
285 | /** |
286 | * Releases the input so that userspace can use it. |
286 | * Releases the input so that userspace can use it. |
287 | */ |
287 | */ |