Commit e5069f51 authored by Art Haas's avatar Art Haas Committed by Trond Myklebust

[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.
parent 8a24c0b9
......@@ -172,7 +172,7 @@ struct aiptek_features aiptek_features[] = {
};
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},
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment