Rev 3549 | Rev 3665 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3549 | Rev 3618 | ||
---|---|---|---|
Line 199... | Line 199... | ||
199 | #ifdef CONFIG_NS16550 |
199 | #ifdef CONFIG_NS16550 |
200 | case KBD_NS16550: |
200 | case KBD_NS16550: |
201 | ns16550_release(); |
201 | ns16550_release(); |
202 | break; |
202 | break; |
203 | #endif |
203 | #endif |
- | 204 | #ifdef CONFIG_SGCN |
|
- | 205 | case KBD_SGCN: |
|
- | 206 | sgcn_release(); |
|
- | 207 | break; |
|
- | 208 | #endif |
|
204 | default: |
209 | default: |
205 | break; |
210 | break; |
206 | } |
211 | } |
207 | } |
212 | } |
208 | 213 |