diff options
| author | kiyohara <kiyohara@NetBSD.org> | 2013-05-27 16:38:35 +0000 |
|---|---|---|
| committer | kiyohara <kiyohara@NetBSD.org> | 2013-05-27 16:38:35 +0000 |
| commit | 9c3f91e72030383fe6e29d5b0cf5044463c7c2cc (patch) | |
| tree | 314827b123e3d8745a9bd4faca3b7a4b29f1a354 /sys/dev/usb/usbdevs_data.h | |
| parent | 5bcd62b82a5c6d8eaa3b517761640345f0a6afbb (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 8aae4ba6bf6..c9d62bc1c61 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.642 2013/05/11 07:07:38 kiyohara Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.643 2013/05/27 16:38:35 kiyohara Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.649 2013/05/11 07:03:52 kiyohara Exp + * NetBSD: usbdevs,v 1.650 2013/05/27 16:32:58 kiyohara Exp */ /* @@ -1011,6 +1011,10 @@ const struct usb_vendor usb_vendors[] = { "AboCom Systems", }, { + USB_VENDOR_KINGSUN, + "KingSun", + }, + { USB_VENDOR_KEISOKUGIKEN, "Keisokugiken", }, @@ -2131,7 +2135,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 523; +const int usb_nvendors = 524; const struct usb_product usb_products[] = { { @@ -5891,6 +5895,10 @@ const struct usb_product usb_products[] = { "DT 100 G2", }, { + USB_VENDOR_KINGSUN, USB_PRODUCT_KINGSUN_IRDA, + "KingSun/DonShine IrDA", + }, + { USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220, "Digital Science DC220", }, @@ -9971,4 +9979,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1959; +const int usb_nproducts = 1960; |
