Rev 3862 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3862 | Rev 4073 | ||
---|---|---|---|
Line 206... | Line 206... | ||
206 | #ifdef CONFIG_SGCN |
206 | #ifdef CONFIG_SGCN |
207 | case KBD_SGCN: |
207 | case KBD_SGCN: |
208 | sgcn_grab(); |
208 | sgcn_grab(); |
209 | break; |
209 | break; |
210 | #endif |
210 | #endif |
- | 211 | #ifdef SUN4V |
|
- | 212 | case KBD_SUN4V: |
|
- | 213 | niagara_grab(); |
|
- | 214 | break; |
|
- | 215 | #endif |
|
211 | default: |
216 | default: |
212 | break; |
217 | break; |
213 | } |
218 | } |
214 | } |
219 | } |
215 | 220 | ||
Line 232... | Line 237... | ||
232 | #ifdef CONFIG_SGCN |
237 | #ifdef CONFIG_SGCN |
233 | case KBD_SGCN: |
238 | case KBD_SGCN: |
234 | sgcn_release(); |
239 | sgcn_release(); |
235 | break; |
240 | break; |
236 | #endif |
241 | #endif |
- | 242 | #ifdef SUN4V |
|
- | 243 | case KBD_SUN4V: |
|
- | 244 | niagara_release(); |
|
- | 245 | break; |
|
- | 246 | #endif |
|
237 | default: |
247 | default: |
238 | break; |
248 | break; |
239 | } |
249 | } |
240 | } |
250 | } |
241 | 251 |