# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.476 -> 1.477 # drivers/usb/misc/emi26.c 1.4 -> 1.5 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/07/26 ahaas@neosoft.com 1.477 # [PATCH] designated initializer patch for drivers_usb_misc_emi26.c # # Here's a patch for additional designated initializers in # drivers/usb/misc/emi26.c. Patch is against 2.5.27. # -------------------------------------------- # diff -Nru a/drivers/usb/misc/emi26.c b/drivers/usb/misc/emi26.c --- a/drivers/usb/misc/emi26.c Fri Jul 26 13:48:24 2002 +++ b/drivers/usb/misc/emi26.c Fri Jul 26 13:48:24 2002 @@ -212,10 +212,10 @@ } struct usb_driver emi26_driver = { -name: "emi26 - firmware loader", -probe: emi26_probe, -disconnect: emi26_disconnect, -id_table: NULL, +.name = "emi26 - firmware loader", +.probe = emi26_probe, +.disconnect = emi26_disconnect, +.id_table = NULL, }; static int __init emi26_init (void)