mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
USB serial device ids for 6.16-rc7
Here are some more device ids for 6.16-rc7. All have been in linux-next with no reported issues. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQHbPq+cpGvN/peuzMLxc3C7H1lCAUCaHYKHAAKCRALxc3C7H1l CFxHAP9HWsiKLcInAoXyfqfl8tPYYhQYzkzjh7+WB/nF4A2T7gD/SYcmPFtjDzYm v0tV+py1PWllICujnR1CYKjk9EMJnQs= =Afhj -----END PGP SIGNATURE----- Merge tag 'usb-serial-6.16-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Johan writes: USB serial device ids for 6.16-rc7 Here are some more device ids for 6.16-rc7. All have been in linux-next with no reported issues. * tag 'usb-serial-6.16-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: option: add Telit Cinterion FE910C04 (ECM) composition USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI
This commit is contained in:
commit
fdfa018c69
|
@ -803,6 +803,8 @@ static const struct usb_device_id id_table_combined[] = {
|
||||||
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
||||||
{ USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID),
|
{ USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID),
|
||||||
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
||||||
|
{ USB_DEVICE(FTDI_NDI_VID, FTDI_NDI_EMGUIDE_GEMINI_PID),
|
||||||
|
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
||||||
{ USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
|
{ USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
|
||||||
{ USB_DEVICE(NOVITUS_VID, NOVITUS_BONO_E_PID) },
|
{ USB_DEVICE(NOVITUS_VID, NOVITUS_BONO_E_PID) },
|
||||||
{ USB_DEVICE(FTDI_VID, RTSYSTEMS_USB_VX8_PID) },
|
{ USB_DEVICE(FTDI_VID, RTSYSTEMS_USB_VX8_PID) },
|
||||||
|
|
|
@ -204,6 +204,9 @@
|
||||||
#define FTDI_NDI_FUTURE_3_PID 0xDA73 /* NDI future device #3 */
|
#define FTDI_NDI_FUTURE_3_PID 0xDA73 /* NDI future device #3 */
|
||||||
#define FTDI_NDI_AURORA_SCU_PID 0xDA74 /* NDI Aurora SCU */
|
#define FTDI_NDI_AURORA_SCU_PID 0xDA74 /* NDI Aurora SCU */
|
||||||
|
|
||||||
|
#define FTDI_NDI_VID 0x23F2
|
||||||
|
#define FTDI_NDI_EMGUIDE_GEMINI_PID 0x0003 /* NDI Emguide Gemini */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ChamSys Limited (www.chamsys.co.uk) USB wing/interface product IDs
|
* ChamSys Limited (www.chamsys.co.uk) USB wing/interface product IDs
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1415,6 +1415,9 @@ static const struct usb_device_id option_ids[] = {
|
||||||
.driver_info = NCTRL(5) },
|
.driver_info = NCTRL(5) },
|
||||||
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d0, 0xff, 0xff, 0x40) },
|
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d0, 0xff, 0xff, 0x40) },
|
||||||
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d0, 0xff, 0xff, 0x60) },
|
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d0, 0xff, 0xff, 0x60) },
|
||||||
|
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10c7, 0xff, 0xff, 0x30), /* Telit FE910C04 (ECM) */
|
||||||
|
.driver_info = NCTRL(4) },
|
||||||
|
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10c7, 0xff, 0xff, 0x40) },
|
||||||
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d1, 0xff, 0xff, 0x30), /* Telit FN990B (MBIM) */
|
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d1, 0xff, 0xff, 0x30), /* Telit FN990B (MBIM) */
|
||||||
.driver_info = NCTRL(6) },
|
.driver_info = NCTRL(6) },
|
||||||
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d1, 0xff, 0xff, 0x40) },
|
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x10d1, 0xff, 0xff, 0x40) },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user