Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Logitech Netplay Keyboard USB Descriptors #5329

Closed
seta-san opened this issue Jan 12, 2022 · 7 comments
Closed

[Feature Request]: Logitech Netplay Keyboard USB Descriptors #5329

seta-san opened this issue Jan 12, 2022 · 7 comments

Comments

@seta-san
Copy link
Contributor

Description

Information for device NetPlay Keyboard (VID=0x046D PID=0xC30B):


Connection Information:

Device current bus speed: LowSpeed
Device supports USB 1.1 specification
Device supports USB 2.0 specification
Device address: 0x001C
Current configuration value: 0x01
Number of open pipes: 1


Device Descriptor:

0x12 bLength
0x01 bDescriptorType
0x0110 bcdUSB
0x00 bDeviceClass
0x00 bDeviceSubClass
0x00 bDeviceProtocol
0x08 bMaxPacketSize0 (8 bytes)
0x046D idVendor
0xC30B idProduct
0x0133 bcdDevice
0x01 iManufacturer "Logitech"
0x02 iProduct "NetPlay Keyboard"
0x00 iSerialNumber
0x01 bNumConfigurations
Hex dump:
0x12 0x01 0x10 0x01 0x00 0x00 0x00 0x08 0x6D 0x04
0x0B 0xC3 0x33 0x01 0x01 0x02 0x00 0x01


Configuration Descriptor:

0x09 bLength
0x02 bDescriptorType
0x0022 wTotalLength (34 bytes)
0x01 bNumInterfaces
0x01 bConfigurationValue
0x00 iConfiguration
0xA0 bmAttributes (Bus-powered Device, Remote-Wakeup)
0x32 bMaxPower (100 mA)
Hex dump:
0x09 0x02 0x22 0x00 0x01 0x01 0x00 0xA0 0x32

Interface Descriptor:

0x09 bLength
0x04 bDescriptorType
0x00 bInterfaceNumber
0x00 bAlternateSetting
0x01 bNumEndPoints
0x03 bInterfaceClass (Human Interface Device Class)
0x01 bInterfaceSubClass
0x01 bInterfaceProtocol
0x00 iInterface
Hex dump:
0x09 0x04 0x00 0x00 0x01 0x03 0x01 0x01 0x00

HID Descriptor:

0x09 bLength
0x21 bDescriptorType
0x0110 bcdHID
0x00 bCountryCode
0x01 bNumDescriptors
0x22 bDescriptorType (Report descriptor)
0x0041 bDescriptorLength
Hex dump:
0x09 0x21 0x10 0x01 0x00 0x01 0x22 0x41 0x00

Endpoint Descriptor:

0x07 bLength
0x05 bDescriptorType
0x81 bEndpointAddress (IN endpoint 1)
0x03 bmAttributes (Transfer: Interrupt / Synch: None / Usage: Data)
0x0008 wMaxPacketSize (1 x 8 bytes)
0x18 bInterval (24 frames)
Hex dump:
0x07 0x05 0x81 0x03 0x08 0x00 0x18

Microsoft OS Descriptor is not available. Error code: 0x0000001F


String Descriptor Table

Index LANGID String
0x00 0x0000 0x0409
Hex dump:
0x04 0x03 0x09 0x04

0x01 0x0409 "Logitech"
Hex dump:
0x12 0x03 0x4C 0x00 0x6F 0x00 0x67 0x00 0x69 0x00
0x74 0x00 0x65 0x00 0x63 0x00 0x68 0x00

0x02 0x0409 "NetPlay Keyboard"
Hex dump:
0x22 0x03 0x4E 0x00 0x65 0x00 0x74 0x00 0x50 0x00
0x6C 0x00 0x61 0x00 0x79 0x00 0x20 0x00 0x4B 0x00
0x65 0x00 0x79 0x00 0x62 0x00 0x6F 0x00 0x61 0x00
0x72 0x00 0x64 0x00


Whole Device Descriptor as hex dump:
0x12, 0x01, 0x10, 0x01, 0x00, 0x00, 0x00, 0x08, 0x6D, 0x04,
0x0B, 0xC3, 0x33, 0x01, 0x01, 0x02, 0x00, 0x01

Whole Configuration Descriptor as hex dump:
0x09, 0x02, 0x22, 0x00, 0x01, 0x01, 0x00, 0xA0, 0x32, 0x09,
0x04, 0x00, 0x00, 0x01, 0x03, 0x01, 0x01, 0x00, 0x09, 0x21,
0x10, 0x01, 0x00, 0x01, 0x22, 0x41, 0x00, 0x07, 0x05, 0x81,
0x03, 0x08, 0x00, 0x18


Connection path for device:
USB xHCI Compliant Host Controller
Root Hub
NetPlay Keyboard (VID=0x046D PID=0xC30B) Port: 9

Running on: Windows 10 or greater (Build Version 22526)

Brought to you by TDD v2.17.0, Feb 23 2021, 14:04:02

Reason

needed for
#4763

Examples

none

@seta-san seta-san changed the title [Feature Request]: Logitech Netplay Keyboard [Feature Request]: Logitech Netplay Keyboard USB Descriptors Jan 12, 2022
@seta-san
Copy link
Contributor Author

s-l1600 (6)
s-l1600 (3)
s-l1600 (4)
s-l1600 (5)

@RedDevilus
Copy link
Contributor

image
Seems they can slot in a weird controller.

@seta-san
Copy link
Contributor Author

Yes. But the controller is just a pad device.

@RedDevilus
Copy link
Contributor

image

@RedDevilus RedDevilus added the USB label Jan 12, 2022
@seta-san
Copy link
Contributor Author

Yeah. It is really just a common pad and keyboard device locked into a novel physical configuration

@seta-san
Copy link
Contributor Author

i'm okay with this being closed too with a won't fix. the USB device is nothing but a standard keyboard. we already emulate keyboards. it's just here for completeness and documentation.

@seta-san seta-san closed this as not planned Won't fix, can't repro, duplicate, stale May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants