Module Name: src Committed By: reinoud Date: Mon Jan 13 08:22:07 UTC 2014
Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.653 -r1.654 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.654 -r1.655 src/sys/dev/usb/usbdevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/usbdevs.h diff -u src/sys/dev/usb/usbdevs.h:1.653 src/sys/dev/usb/usbdevs.h:1.654 --- src/sys/dev/usb/usbdevs.h:1.653 Wed Dec 25 13:53:20 2013 +++ src/sys/dev/usb/usbdevs.h Mon Jan 13 08:22:07 2014 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.653 2013/12/25 13:53:20 nonaka Exp $ */ +/* $NetBSD: usbdevs.h,v 1.654 2014/01/13 08:22:07 reinoud Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.661 2013/12/25 13:52:37 nonaka Exp + * NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp */ /* @@ -546,6 +546,7 @@ #define USB_VENDOR_MPMAN 0x1cae /* MPMan */ #define USB_VENDOR_4GSYSTEMS 0x1c9e /* 4G Systems */ #define USB_VENDOR_PEGATRON 0x1d4d /* Pegatron */ +#define USB_VENDOR_FUTUREBITS 0x1d50 /* Future Bits */ #define USB_VENDOR_AIRTIES 0x1eda /* AirTies */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ #define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */ @@ -2445,6 +2446,9 @@ #define USB_PRODUCT_PEGATRON_RT3070_3 0x0010 /* RT3070 */ #define USB_PRODUCT_PEGATRON_RT3072 0x0011 /* RT3072 */ +/* Future Bits products */ +#define USB_PRODUCT_FUTUREBITS_4PI 0x6019 /* 4Pi reprap */ + /* Pen Driver */ #define USB_PRODUCT_PEN_USBDISKPRO 0x0120 /* USB Disk Pro */ #define USB_PRODUCT_PEN_USBREADER 0x0240 /* USB 6 in 1 Card Reader/Writer */ Index: src/sys/dev/usb/usbdevs_data.h diff -u src/sys/dev/usb/usbdevs_data.h:1.654 src/sys/dev/usb/usbdevs_data.h:1.655 --- src/sys/dev/usb/usbdevs_data.h:1.654 Wed Dec 25 13:53:20 2013 +++ src/sys/dev/usb/usbdevs_data.h Mon Jan 13 08:22:07 2014 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.654 2013/12/25 13:53:20 nonaka Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.655 2014/01/13 08:22:07 reinoud Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.661 2013/12/25 13:52:37 nonaka Exp + * NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp */ /* @@ -1963,6 +1963,10 @@ const struct usb_vendor usb_vendors[] = "Pegatron", }, { + USB_VENDOR_FUTUREBITS, + "Future Bits", + }, + { USB_VENDOR_AIRTIES, "AirTies", }, @@ -2143,7 +2147,7 @@ const struct usb_vendor usb_vendors[] = "GNU Radio USRP", }, }; -const int usb_nvendors = 526; +const int usb_nvendors = 527; const struct usb_product usb_products[] = { { @@ -7495,6 +7499,10 @@ const struct usb_product usb_products[] "RT3072", }, { + USB_VENDOR_FUTUREBITS, USB_PRODUCT_FUTUREBITS_4PI, + "4Pi reprap", + }, + { USB_VENDOR_PEN, USB_PRODUCT_PEN_USBDISKPRO, "USB Disk Pro", }, @@ -10087,4 +10095,4 @@ const struct usb_product usb_products[] "Prestige", }, }; -const int usb_nproducts = 1985; +const int usb_nproducts = 1986;