allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / input / serio / i8042-x86ia64io.h
blob4fca1e7f26781e1ce874f98f0cf5941a483c0ae3
1 #ifndef _I8042_X86IA64IO_H
2 #define _I8042_X86IA64IO_H
4 /*
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 as published by
7 * the Free Software Foundation.
8 */
11 * Names.
14 #define I8042_KBD_PHYS_DESC "isa0060/serio0"
15 #define I8042_AUX_PHYS_DESC "isa0060/serio1"
16 #define I8042_MUX_PHYS_DESC "isa0060/serio%d"
19 * IRQs.
22 #if defined(__ia64__)
23 # define I8042_MAP_IRQ(x) isa_irq_to_vector((x))
24 #else
25 # define I8042_MAP_IRQ(x) (x)
26 #endif
28 #define I8042_KBD_IRQ i8042_kbd_irq
29 #define I8042_AUX_IRQ i8042_aux_irq
31 static int i8042_kbd_irq;
32 static int i8042_aux_irq;
35 * Register numbers.
38 #define I8042_COMMAND_REG i8042_command_reg
39 #define I8042_STATUS_REG i8042_command_reg
40 #define I8042_DATA_REG i8042_data_reg
42 static int i8042_command_reg = 0x64;
43 static int i8042_data_reg = 0x60;
46 static inline int i8042_read_data(void)
48 return inb(I8042_DATA_REG);
51 static inline int i8042_read_status(void)
53 return inb(I8042_STATUS_REG);
56 static inline void i8042_write_data(int val)
58 outb(val, I8042_DATA_REG);
61 static inline void i8042_write_command(int val)
63 outb(val, I8042_COMMAND_REG);
66 #if defined(__i386__)
68 #include <linux/dmi.h>
70 static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
72 /* AUX LOOP command does not raise AUX IRQ */
73 .ident = "ASUS P65UP5",
74 .matches = {
75 DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
76 DMI_MATCH(DMI_BOARD_NAME, "P/I-P65UP5"),
77 DMI_MATCH(DMI_BOARD_VERSION, "REV 2.X"),
81 .ident = "Compaq Proliant 8500",
82 .matches = {
83 DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
84 DMI_MATCH(DMI_PRODUCT_NAME , "ProLiant"),
85 DMI_MATCH(DMI_PRODUCT_VERSION, "8500"),
89 .ident = "Compaq Proliant DL760",
90 .matches = {
91 DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
92 DMI_MATCH(DMI_PRODUCT_NAME , "ProLiant"),
93 DMI_MATCH(DMI_PRODUCT_VERSION, "DL760"),
97 .ident = "OQO Model 01",
98 .matches = {
99 DMI_MATCH(DMI_SYS_VENDOR, "OQO"),
100 DMI_MATCH(DMI_PRODUCT_NAME, "ZEPTO"),
101 DMI_MATCH(DMI_PRODUCT_VERSION, "00"),
105 /* AUX LOOP does not work properly */
106 .ident = "ULI EV4873",
107 .matches = {
108 DMI_MATCH(DMI_SYS_VENDOR, "ULI"),
109 DMI_MATCH(DMI_PRODUCT_NAME, "EV4873"),
110 DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
117 * Some Fujitsu notebooks are having trouble with touchpads if
118 * active multiplexing mode is activated. Luckily they don't have
119 * external PS/2 ports so we can safely disable it.
120 * ... apparently some Toshibas don't like MUX mode either and
121 * die horrible death on reboot.
123 static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
125 .ident = "Fujitsu Lifebook P7010/P7010D",
126 .matches = {
127 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
128 DMI_MATCH(DMI_PRODUCT_NAME, "P7010"),
132 .ident = "Fujitsu Lifebook P7010",
133 .matches = {
134 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
135 DMI_MATCH(DMI_PRODUCT_NAME, "0000000000"),
139 .ident = "Fujitsu Lifebook P5020D",
140 .matches = {
141 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
142 DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook P Series"),
146 .ident = "Fujitsu Lifebook S2000",
147 .matches = {
148 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
149 DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook S Series"),
153 .ident = "Fujitsu Lifebook S6230",
154 .matches = {
155 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
156 DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook S6230"),
160 .ident = "Fujitsu T70H",
161 .matches = {
162 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
163 DMI_MATCH(DMI_PRODUCT_NAME, "FMVLT70H"),
167 .ident = "Fujitsu-Siemens Lifebook T3010",
168 .matches = {
169 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
170 DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK T3010"),
174 .ident = "Fujitsu-Siemens Lifebook E4010",
175 .matches = {
176 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
177 DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E4010"),
182 * No data is coming from the touchscreen unless KBC
183 * is in legacy mode.
185 .ident = "Panasonic CF-29",
186 .matches = {
187 DMI_MATCH(DMI_SYS_VENDOR, "Matsushita"),
188 DMI_MATCH(DMI_PRODUCT_NAME, "CF-29"),
193 * Errors on MUX ports are reported without raising AUXDATA
194 * causing "spurious NAK" messages.
196 .ident = "HP Pavilion DV4017EA",
197 .matches = {
198 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
199 DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion dv4000 (EA032EA#ABF)"),
204 * Like DV4017EA does not raise AUXERR for errors on MUX ports.
206 .ident = "HP Pavilion ZT1000",
207 .matches = {
208 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
209 DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion Notebook PC"),
210 DMI_MATCH(DMI_PRODUCT_VERSION, "HP Pavilion Notebook ZT1000"),
214 .ident = "Toshiba P10",
215 .matches = {
216 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
217 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
221 .ident = "Toshiba Equium A110",
222 .matches = {
223 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
224 DMI_MATCH(DMI_PRODUCT_NAME, "EQUIUM A110"),
228 .ident = "Alienware Sentia",
229 .matches = {
230 DMI_MATCH(DMI_SYS_VENDOR, "ALIENWARE"),
231 DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"),
235 .ident = "Sharp Actius MM20",
236 .matches = {
237 DMI_MATCH(DMI_SYS_VENDOR, "SHARP"),
238 DMI_MATCH(DMI_PRODUCT_NAME, "PC-MM20 Series"),
242 .ident = "Sony Vaio FS-115b",
243 .matches = {
244 DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
245 DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"),
249 .ident = "Amoi M636/A737",
250 .matches = {
251 DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),
252 DMI_MATCH(DMI_PRODUCT_NAME, "M636/A737 platform"),
260 #endif
263 #ifdef CONFIG_PNP
264 #include <linux/pnp.h>
266 static int i8042_pnp_kbd_registered;
267 static unsigned int i8042_pnp_kbd_devices;
268 static int i8042_pnp_aux_registered;
269 static unsigned int i8042_pnp_aux_devices;
271 static int i8042_pnp_command_reg;
272 static int i8042_pnp_data_reg;
273 static int i8042_pnp_kbd_irq;
274 static int i8042_pnp_aux_irq;
276 static char i8042_pnp_kbd_name[32];
277 static char i8042_pnp_aux_name[32];
279 static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *did)
281 if (pnp_port_valid(dev, 0) && pnp_port_len(dev, 0) == 1)
282 i8042_pnp_data_reg = pnp_port_start(dev,0);
284 if (pnp_port_valid(dev, 1) && pnp_port_len(dev, 1) == 1)
285 i8042_pnp_command_reg = pnp_port_start(dev, 1);
287 if (pnp_irq_valid(dev,0))
288 i8042_pnp_kbd_irq = pnp_irq(dev, 0);
290 strncpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name));
291 if (strlen(pnp_dev_name(dev))) {
292 strncat(i8042_pnp_kbd_name, ":", sizeof(i8042_pnp_kbd_name));
293 strncat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name));
296 i8042_pnp_kbd_devices++;
297 return 0;
300 static int i8042_pnp_aux_probe(struct pnp_dev *dev, const struct pnp_device_id *did)
302 if (pnp_port_valid(dev, 0) && pnp_port_len(dev, 0) == 1)
303 i8042_pnp_data_reg = pnp_port_start(dev,0);
305 if (pnp_port_valid(dev, 1) && pnp_port_len(dev, 1) == 1)
306 i8042_pnp_command_reg = pnp_port_start(dev, 1);
308 if (pnp_irq_valid(dev, 0))
309 i8042_pnp_aux_irq = pnp_irq(dev, 0);
311 strncpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name));
312 if (strlen(pnp_dev_name(dev))) {
313 strncat(i8042_pnp_aux_name, ":", sizeof(i8042_pnp_aux_name));
314 strncat(i8042_pnp_aux_name, pnp_dev_name(dev), sizeof(i8042_pnp_aux_name));
317 i8042_pnp_aux_devices++;
318 return 0;
321 static struct pnp_device_id pnp_kbd_devids[] = {
322 { .id = "PNP0303", .driver_data = 0 },
323 { .id = "PNP030b", .driver_data = 0 },
324 { .id = "", },
327 static struct pnp_driver i8042_pnp_kbd_driver = {
328 .name = "i8042 kbd",
329 .id_table = pnp_kbd_devids,
330 .probe = i8042_pnp_kbd_probe,
333 static struct pnp_device_id pnp_aux_devids[] = {
334 { .id = "FJC6000", .driver_data = 0 },
335 { .id = "FJC6001", .driver_data = 0 },
336 { .id = "PNP0f03", .driver_data = 0 },
337 { .id = "PNP0f0b", .driver_data = 0 },
338 { .id = "PNP0f0e", .driver_data = 0 },
339 { .id = "PNP0f12", .driver_data = 0 },
340 { .id = "PNP0f13", .driver_data = 0 },
341 { .id = "PNP0f19", .driver_data = 0 },
342 { .id = "PNP0f1c", .driver_data = 0 },
343 { .id = "SYN0801", .driver_data = 0 },
344 { .id = "", },
347 static struct pnp_driver i8042_pnp_aux_driver = {
348 .name = "i8042 aux",
349 .id_table = pnp_aux_devids,
350 .probe = i8042_pnp_aux_probe,
353 static void i8042_pnp_exit(void)
355 if (i8042_pnp_kbd_registered) {
356 i8042_pnp_kbd_registered = 0;
357 pnp_unregister_driver(&i8042_pnp_kbd_driver);
360 if (i8042_pnp_aux_registered) {
361 i8042_pnp_aux_registered = 0;
362 pnp_unregister_driver(&i8042_pnp_aux_driver);
366 static int __init i8042_pnp_init(void)
368 char kbd_irq_str[4] = { 0 }, aux_irq_str[4] = { 0 };
369 int err;
371 if (i8042_nopnp) {
372 printk(KERN_INFO "i8042: PNP detection disabled\n");
373 return 0;
376 err = pnp_register_driver(&i8042_pnp_kbd_driver);
377 if (!err)
378 i8042_pnp_kbd_registered = 1;
380 err = pnp_register_driver(&i8042_pnp_aux_driver);
381 if (!err)
382 i8042_pnp_aux_registered = 1;
384 if (!i8042_pnp_kbd_devices && !i8042_pnp_aux_devices) {
385 i8042_pnp_exit();
386 #if defined(__ia64__)
387 return -ENODEV;
388 #else
389 printk(KERN_INFO "PNP: No PS/2 controller found. Probing ports directly.\n");
390 return 0;
391 #endif
394 if (i8042_pnp_kbd_devices)
395 snprintf(kbd_irq_str, sizeof(kbd_irq_str),
396 "%d", i8042_pnp_kbd_irq);
397 if (i8042_pnp_aux_devices)
398 snprintf(aux_irq_str, sizeof(aux_irq_str),
399 "%d", i8042_pnp_aux_irq);
401 printk(KERN_INFO "PNP: PS/2 Controller [%s%s%s] at %#x,%#x irq %s%s%s\n",
402 i8042_pnp_kbd_name, (i8042_pnp_kbd_devices && i8042_pnp_aux_devices) ? "," : "",
403 i8042_pnp_aux_name,
404 i8042_pnp_data_reg, i8042_pnp_command_reg,
405 kbd_irq_str, (i8042_pnp_kbd_devices && i8042_pnp_aux_devices) ? "," : "",
406 aux_irq_str);
408 #if defined(__ia64__)
409 if (!i8042_pnp_kbd_devices)
410 i8042_nokbd = 1;
411 if (!i8042_pnp_aux_devices)
412 i8042_noaux = 1;
413 #endif
415 if (((i8042_pnp_data_reg & ~0xf) == (i8042_data_reg & ~0xf) &&
416 i8042_pnp_data_reg != i8042_data_reg) || !i8042_pnp_data_reg) {
417 printk(KERN_WARNING "PNP: PS/2 controller has invalid data port %#x; using default %#x\n",
418 i8042_pnp_data_reg, i8042_data_reg);
419 i8042_pnp_data_reg = i8042_data_reg;
422 if (((i8042_pnp_command_reg & ~0xf) == (i8042_command_reg & ~0xf) &&
423 i8042_pnp_command_reg != i8042_command_reg) || !i8042_pnp_command_reg) {
424 printk(KERN_WARNING "PNP: PS/2 controller has invalid command port %#x; using default %#x\n",
425 i8042_pnp_command_reg, i8042_command_reg);
426 i8042_pnp_command_reg = i8042_command_reg;
429 if (!i8042_nokbd && !i8042_pnp_kbd_irq) {
430 printk(KERN_WARNING "PNP: PS/2 controller doesn't have KBD irq; using default %d\n", i8042_kbd_irq);
431 i8042_pnp_kbd_irq = i8042_kbd_irq;
434 if (!i8042_noaux && !i8042_pnp_aux_irq) {
435 printk(KERN_WARNING "PNP: PS/2 controller doesn't have AUX irq; using default %d\n", i8042_aux_irq);
436 i8042_pnp_aux_irq = i8042_aux_irq;
439 i8042_data_reg = i8042_pnp_data_reg;
440 i8042_command_reg = i8042_pnp_command_reg;
441 i8042_kbd_irq = i8042_pnp_kbd_irq;
442 i8042_aux_irq = i8042_pnp_aux_irq;
444 return 0;
447 #else
448 static inline int i8042_pnp_init(void) { return 0; }
449 static inline void i8042_pnp_exit(void) { }
450 #endif
452 static int __init i8042_platform_init(void)
454 int retval;
457 * On ix86 platforms touching the i8042 data register region can do really
458 * bad things. Because of this the region is always reserved on ix86 boxes.
460 * if (!request_region(I8042_DATA_REG, 16, "i8042"))
461 * return -EBUSY;
464 i8042_kbd_irq = I8042_MAP_IRQ(1);
465 i8042_aux_irq = I8042_MAP_IRQ(12);
467 retval = i8042_pnp_init();
468 if (retval)
469 return retval;
471 #if defined(__ia64__)
472 i8042_reset = 1;
473 #endif
475 #if defined(__i386__)
476 if (dmi_check_system(i8042_dmi_noloop_table))
477 i8042_noloop = 1;
479 if (dmi_check_system(i8042_dmi_nomux_table))
480 i8042_nomux = 1;
481 #endif
483 return retval;
486 static inline void i8042_platform_exit(void)
488 i8042_pnp_exit();
491 #endif /* _I8042_X86IA64IO_H */