patch-2.4.21 linux-2.4.21/drivers/hil/hil_kbd.c
Next file: linux-2.4.21/drivers/hil/hil_ptr.c
Previous file: linux-2.4.21/drivers/gsc/lasi.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
2003-06-13 07:51:33.000000000 -0700
- Orig file:
linux-2.4.20/drivers/hil/hil_kbd.c
- Orig date:
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/drivers/hil/hil_kbd.c linux-2.4.21/drivers/hil/hil_kbd.c
@@ -431,9 +431,9 @@
struct serio_dev hil_kbd_serio_dev = {
- connect: hil_kbd_connect,
- disconnect: hil_kbd_disconnect,
- interrupt: hil_kbd_interrupt
+ .connect = hil_kbd_connect,
+ .disconnect = hil_kbd_disconnect,
+ .interrupt = hil_kbd_interrupt
};
static int __init hil_kbd_init(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)