regen. (how is it possible to have conflicts in the repo in a generated file?)
This commit is contained in:
parent
d7acf79ee6
commit
f982353b74
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.513 2008/10/22 10:27:28 haad Exp $ */
|
||||
/* ??? */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.517 2008/10/21 12:20:44 jun Exp
|
||||
* NetBSD: usbdevs,v 1.518 2008/10/22 10:23:51 haad Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.514 2008/10/22 10:33:20 haad Exp $ */
|
||||
/* ??? */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.517 2008/10/21 12:20:44 jun Exp
|
||||
* NetBSD: usbdevs,v 1.518 2008/10/22 10:23:51 haad Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1719,7 +1719,6 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"Linksys",
|
||||
},
|
||||
{
|
||||
<<<<<<< usbdevs_data.h
|
||||
USB_VENDOR_WINCHIPHEAD2,
|
||||
"QinHeng Electronics",
|
||||
},
|
||||
|
@ -1728,12 +1727,6 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"Qualcomm, Incorporated",
|
||||
},
|
||||
{
|
||||
=======
|
||||
USB_VENDOR_QUALCOMMINC,
|
||||
"Qualcomm, Incorporated",
|
||||
},
|
||||
{
|
||||
>>>>>>> 1.513
|
||||
USB_VENDOR_DLINK,
|
||||
"D-Link",
|
||||
},
|
||||
|
@ -1862,11 +1855,7 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"GNU Radio USRP",
|
||||
},
|
||||
};
|
||||
<<<<<<< usbdevs_data.h
|
||||
const int usb_nvendors = 454;
|
||||
=======
|
||||
const int usb_nvendors = 453;
|
||||
>>>>>>> 1.513
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
|
@ -6826,8 +6815,4 @@ const struct usb_product usb_products[] = {
|
|||
"Prestige",
|
||||
},
|
||||
};
|
||||
<<<<<<< usbdevs_data.h
|
||||
const int usb_nproducts = 1239;
|
||||
=======
|
||||
const int usb_nproducts = 1238;
|
||||
>>>>>>> 1.513
|
||||
|
|
Loading…
Reference in New Issue