From e37f6ca70a13a805aff1a2e132e7e0e456d8ba7c Mon Sep 17 00:00:00 2001 From: mux Date: Sat, 31 Dec 2005 04:41:17 +0000 Subject: Add a new vendor ID for Personal Cummunication Systems. They make a nice USB HID device that allows to plug two PS2 controllers. This specific device doesn't work yet but will as soon as we support devices with multiple report IDs. MFC after: 3 days --- sys/dev/usb/usbdevs | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 20a87ff..1759068 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -384,6 +384,7 @@ vendor ARASAN 0x07da Arasan vendor ALLIEDCABLE 0x07e6 Allied Cable vendor STSN 0x07ef STSN vendor ZOOM 0x0803 Zoom +vendor PCS 0x0810 Personal Communication Systems vendor BROADLOGIC 0x0827 BroadLogic vendor HANDSPRING 0x082d Handspring vendor PALM 0x0830 Palm -- cgit v1.1