diff options
| author | chap <chap@NetBSD.org> | 2006-06-30 13:56:25 +0000 |
|---|---|---|
| committer | chap <chap@NetBSD.org> | 2006-06-30 13:56:25 +0000 |
| commit | 710af63468e89f3fa55c957ab8f90e02c3325c48 (patch) | |
| tree | c3de680f20a5843dd09f65a340e6f11e090ea97d /sys/dev/usb/usbdevs_data.h | |
| parent | 9eade63ded08cb84a9bc2b64763e184f6244789c (diff) | |
Ankh-Morpork, we have a MIDI driver....
Merge from chap-midi branch, after
~month for review
Comments by thorpej@ drochner@ and Alexandre Ratchov
Incorporated: points by thorpej@ drochner@; preliminary support for
a stats-collecting ioctl suggested by martin@ from comments by A.R.
PR kern/32441 kern/32442 kern/32567 kern/32588 kern/32694 kern/33590
kern/33614 and one instance of kern/32651
ok martin@
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 0d23464084a..e40c1edb638 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdevs_data.h,v 1.436 2006/06/15 20:33:33 reinoud Exp $ */ +/* ??? */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -3918,6 +3918,10 @@ const struct usb_product usb_products[] = { "Midisport 2x2", }, { + USB_VENDOR_MIDIMAN, USB_PRODUCT_MIDIMAN_MIDISPORT2X4, + "Midisport 2x4", + }, + { USB_VENDOR_MINDSATWORK, USB_PRODUCT_MINDSATWORK_DW, "Digital Wallet", }, @@ -5478,4 +5482,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 963; +const int usb_nproducts = 964; |
