diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-01-03 22:54:04 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-01-03 22:54:04 +0000 |
commit | 879e56612fca4d490c4d48deae247c5bacb757c2 (patch) | |
tree | e4b20ce9e6108660443d265bfa06b2de7ebff907 | |
parent | 7351a09b1a41f9b0d5e097d7461a0c194aa02df3 (diff) |
regen
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 27f2724f072..9c124e093d3 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.131 2004/12/08 02:33:42 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.132 2005/01/03 22:54:03 reyk Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.127 2004/12/08 02:31:43 jsg Exp + * OpenBSD: usbdevs,v 1.128 2005/01/03 22:53:25 reyk Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -354,6 +354,7 @@ #define USB_VENDOR_GREENHOUSE 0x0a6b /* GREENHOUSE */ #define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */ #define USB_VENDOR_NEODIO 0x0aec /* Neodio */ +#define USB_VENDOR_VODAFONE 0x0af0 /* Vodafone */ #define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */ #define USB_VENDOR_SIIG2 0x0b39 /* SIIG */ #define USB_VENDOR_TEKRAM 0x0b3b /* Tekram Technology */ @@ -1693,6 +1694,9 @@ /* Vivitar products */ #define USB_PRODUCT_VIVITAR_DSC350 0x0003 /* DSC350 */ +/* Vodafone products */ +#define USB_PRODUCT_VODAFONE_MOBILE_3G 0x5000 /* Mobile Connect 3G */ + /* Wacom products */ #define USB_PRODUCT_WACOM_CT0405U 0x0000 /* CT-0405-U Tablet */ #define USB_PRODUCT_WACOM_GRAPHIRE 0x0010 /* Graphire */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 1b0319ee7f5..5205a3c9da4 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.131 2004/12/08 02:33:42 jsg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.132 2005/01/03 22:54:03 reyk Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.127 2004/12/08 02:31:43 jsg Exp + * OpenBSD: usbdevs,v 1.128 2005/01/03 22:53:25 reyk Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -4793,6 +4793,12 @@ const struct usb_knowndev usb_knowndevs[] = { "DSC350", }, { + USB_VENDOR_VODAFONE, USB_PRODUCT_VODAFONE_MOBILE_3G, + 0, + "Vodafone", + "Mobile Connect 3G", + }, + { USB_VENDOR_WACOM, USB_PRODUCT_WACOM_CT0405U, 0, "WACOM", @@ -6641,6 +6647,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_VODAFONE, 0, + USB_KNOWNDEV_NOPROD, + "Vodafone", + NULL, + }, + { USB_VENDOR_TODOS, 0, USB_KNOWNDEV_NOPROD, "Todos Data System", |