|
@@ -210,7 +210,7 @@ struct ezusb_packet {
|
|
|
} __packed;
|
|
|
|
|
|
/* Table of devices that work or may work with this driver */
|
|
|
-static struct usb_device_id ezusb_table[] = {
|
|
|
+static const struct usb_device_id ezusb_table[] = {
|
|
|
{USB_DEVICE(USB_COMPAQ_VENDOR_ID, USB_COMPAQ_WL215_ID)},
|
|
|
{USB_DEVICE(USB_COMPAQ_VENDOR_ID, USB_HP_WL215_ID)},
|
|
|
{USB_DEVICE(USB_COMPAQ_VENDOR_ID, USB_COMPAQ_W200_ID)},
|