diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2010-04-03 10:53:36 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2010-04-03 10:53:36 +0000 |
commit | ce81bcc688242c6e6e29805b017a2d54f1a7e3e5 (patch) | |
tree | 7d7b9e572404e9a6c3637b4265ed864ea13702f0 /sys/dev/usb/usbdevs.h | |
parent | 22cb15f4b9cbb397d6db7d8a57fdfd0d29323647 (diff) |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index ea411147aa5..9fcb330fda7 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.493 2010/03/27 10:39:06 otto Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.494 2010/04/03 10:53:34 mpf Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.483 2010/03/27 10:37:26 otto Exp + * OpenBSD: usbdevs,v 1.484 2010/04/03 10:52:22 mpf Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -75,6 +75,7 @@ #define USB_VENDOR_MELCO 0x0411 /* Melco */ #define USB_VENDOR_LEADTEK 0x0413 /* Leadtek */ #define USB_VENDOR_CREATIVE 0x041e /* Creative Labs */ +#define USB_VENDOR_NOKIA2 0x0421 /* Nokia */ #define USB_VENDOR_ADI 0x0422 /* ADI Systems */ #define USB_VENDOR_CATC 0x0423 /* Computer Access Technology */ #define USB_VENDOR_SMC2 0x0424 /* Standard Microsystems */ @@ -2709,6 +2710,8 @@ /* Nokia products */ #define USB_PRODUCT_NOKIA_CA42 0x1234 /* CA-42 Serial */ +#define USB_PRODUCT_NOKIA2_CS15UMASS 0x0610 /* Internet Stick CS-15 (umass mode) */ +#define USB_PRODUCT_NOKIA2_CS15 0x0612 /* Internet Stick CS-15 */ /* Noritake itron corp products */ #define USB_PRODUCT_NORITAKE_COMEMO 0x11c0 /* Noritake COMEMO */ |