mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add support SUNTAC U-Cable TypeD2 (DS96L)
PR: kern/47547 Submitted by: Kazu TAKAMUNE <takamune@mail.com>
This commit is contained in:
parent
f8d7256a27
commit
a109b1c786
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110660
@ -1049,6 +1049,7 @@ product STMICRO COMMUNICATOR 0x7554 USB Communicator
|
||||
product STSN STSN0001 0x0001 Internet Access Device
|
||||
|
||||
/* SUN Corporation products */
|
||||
product SUNTAC DS96L 0x0003 SUNTAC U-Cable type D2
|
||||
product SUNTAC PS64P1 0x0005 SUNTAC U-Cable type P1
|
||||
product SUNTAC VS10U 0x0009 SUNTAC Slipper U
|
||||
|
||||
|
@ -208,6 +208,8 @@ struct ucom_callback uvscom_callback = {
|
||||
};
|
||||
|
||||
static const struct usb_devno uvscom_devs [] = {
|
||||
/* SUNTAC U-Cable type D2 */
|
||||
{ USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_DS96L },
|
||||
/* SUNTAC U-Cable type P1 */
|
||||
{ USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1 },
|
||||
/* SUNTAC Slipper U */
|
||||
|
Loading…
Reference in New Issue
Block a user