# 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.524.9.6 -> 1.524.9.7 # drivers/usb/input/aiptek.c 1.6 -> 1.7 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/08/01 ahaas@neosoft.com 1.524.9.7 # [PATCH] designated initializer patch for usr_input_aiptek.c # # Here's a patch for additional designated initializer conversion # in usr/input/aiptek.c. Patch is against 2.5.27. # -------------------------------------------- # diff -Nru a/drivers/usb/input/aiptek.c b/drivers/usb/input/aiptek.c --- a/drivers/usb/input/aiptek.c Fri Aug 2 11:15:43 2002 +++ b/drivers/usb/input/aiptek.c Fri Aug 2 11:15:43 2002 @@ -172,7 +172,7 @@ }; struct usb_device_id aiptek_ids[] = { - {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x20), driver_info:0}, + {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x20), .driver_info = 0}, {} };