summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-03-24 09:27:58 +0000
committermaxim <maxim@FreeBSD.org>2007-03-24 09:27:58 +0000
commit267fc9425b1dd4568b0d97ae52da1ece16835bee (patch)
tree8ab1457ffbef90c3bf5fbbd8fa66a8c5d2e19710 /sys/dev
parent7175ae4af1fa36487f235b2927de355b581a38f6 (diff)
downloadFreeBSD-src-267fc9425b1dd4568b0d97ae52da1ece16835bee.zip
FreeBSD-src-267fc9425b1dd4568b0d97ae52da1ece16835bee.tar.gz
o A quirk for Sagem USB-Serial controller.
PR: usb/109613 Submitted by: Mayr Gerald MFC after: 1 month
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uplcom.c2
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c
index c6d5198..df568b9 100644
--- a/sys/dev/usb/uplcom.c
+++ b/sys/dev/usb/uplcom.c
@@ -256,6 +256,8 @@ static const struct uplcom_product {
/* ELECOM UC-SGT */
{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT, -1, TYPE_PL2303 },
{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT0, -1, TYPE_PL2303 },
+ /* Sagem USB-Serial Controller */
+ { USB_VENDOR_SAGEM, USB_PRODUCT_SAGEM_USBSERIAL, -1, TYPE_PL2303X },
/* Sony Ericsson USB Cable */
{ USB_VENDOR_SONYERICSSON, USB_PRODUCT_SONYERICSSON_DCU10,
-1,TYPE_PL2303 },
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 677e862..dea68bd 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -363,6 +363,7 @@ vendor LOGITEC 0x0789 Logitec
vendor BRIMAX 0x078e Brimax
vendor AXIS 0x0792 Axis
vendor ABL 0x0794 ABL
+vendor SAGEM 0x079b Sagem
vendor SUNCOMM 0x079c Sun Communications
vendor ALFADATA 0x079d Alfadata
vendor NATIONALTECH 0x07a2 National Technical
OpenPOWER on IntegriCloud