diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-03-24 07:46:53 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-03-24 07:46:53 +0000 |
commit | 65f1192fbefca31752ebe6e2e06a46563c9cfea0 (patch) | |
tree | 31b13c6c65ce1ed9ea025506d375867bcbedbe44 /sys/dev/usb/usbdevs.h | |
parent | b1c85cae2ee181414dd4cad21b403edc584d81e9 (diff) | |
download | FreeBSD-src-65f1192fbefca31752ebe6e2e06a46563c9cfea0.zip FreeBSD-src-65f1192fbefca31752ebe6e2e06a46563c9cfea0.tar.gz |
Added a number of device names: Konica, Microsoft, Macally
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 2439806..64182a8 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -65,6 +65,7 @@ #define USB_VENDOR_ACER 0x04a5 /* Acer Peripherals */ #define USB_VENDOR_CYPRESS 0x04b4 /* Cypress Semiconductor */ #define USB_VENDOR_3COM 0x04c1 /* 3Com */ +#define USB_VENDOR_KONICA 0x04c8 /* Konica Corporation */ #define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */ #define USB_VENDOR_JAZZ 0x04fa /* Jazz */ #define USB_VENDOR_ATEN 0x0557 /* ATen */ @@ -75,6 +76,7 @@ #define USB_VENDOR_LOGITECH 0x05ac /* Logitech */ #define USB_VENDOR_EIZONANAO 0x05e7 /* EIZO Nanao */ #define USB_VENDOR_CHIC 0x05fe /* Chic Technology */ +#define USB_VENDOR_MACALLY 0x0618 /* Macally */ #define USB_VENDOR_ADS 0x06e1 /* ADS Technologies */ #define USB_VENDOR_PLX 0x10b5 /* PLX */ #define USB_VENDOR_ENTREGA 0x1645 /* Entrega */ @@ -104,6 +106,7 @@ /* Microsoft products */ #define USB_PRODUCT_MICROSOFT_INTELLIMOUSE 0x0009 /* IntelliMouse */ +#define USB_PRODUCT_MICROSOFT_KEYBOARD 0x0009 /* Keyboard */ /* Kensington products */ #define USB_PRODUCT_KENSINGTON_MOUSEINABOX 0x4d02 /* Mouse-in-a-Box */ @@ -131,6 +134,9 @@ /* 3Com products */ #define USB_PRODUCT_3COM_USR56K 0x3021 /* U.S.Robotics 56000 Voice USB Modem */ +/* Konica Corporation Products */ +#define USB_PRODUCT_KONICA_CAMERA 0x0720 /* Digital Color Camera */ + /* Shuttle Technology products */ #define USB_PRODUCT_SHUTTLE_EUSB 0x0001 /* E-USB Bridge */ @@ -160,6 +166,9 @@ /* Chic Technology products */ #define USB_PRODUCT_CHIC_MOUSE1 0x0001 /* mouse */ +/* Macally products */ +#define USB_PRODUCT_MACALLY_MOUSE1 0x0101 /* mouse */ + /* ADS products */ #define USB_PRODUCT_ADS_ENET 0x0008 /* Ethernet adapter */ |