You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find anything current as far as packages go for Debian Squeeze (6.0.6 stable on kernel 2.6.32-5-amd64), so couldn't compile hid-query on this system. However, I was able to grab some verbose output from the pcsensor command that may provide the information you're after. It looks like you're interested in responses to 0x01 0x80 0x33 0x01, 0x01 0x82 0x77 0x01, and 0x01 0x86 0xff 0x01.
This one registers as the same 0c45:7401 that you're used to seeing on prior versions, but as a newer V1.4 (TEMPer1V1.4).
The conversation between pcsensor and the device looks like this:
Mar 13 20:44:51 file02 kernel: [1802681.544009] usb 2-2: new low speed USB device using uhci_hcd and address 2
Mar 13 20:44:51 file02 kernel: [1802681.776040] usb 2-2: New USB device found, idVendor=0c45, idProduct=7401
Mar 13 20:44:51 file02 kernel: [1802681.776042] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 13 20:44:51 file02 kernel: [1802681.776045] usb 2-2: Product: TEMPer1V1.4
Mar 13 20:44:51 file02 kernel: [1802681.776046] usb 2-2: Manufacturer: RDing
Mar 13 20:44:51 file02 kernel: [1802681.776156] usb 2-2: configuration #1 chosen from 1 choice
Mar 13 20:44:51 file02 kernel: [1802681.892303] usbcore: registered new interface driver hiddev
Mar 13 20:44:51 file02 kernel: [1802681.907290] input: RDing TEMPer1V1.4 as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input4
Mar 13 20:44:51 file02 kernel: [1802681.907380] generic-usb 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPer1V1.4] on usb-0000:00:1d.0-2/input0
Mar 13 20:44:51 file02 kernel: [1802681.921359] generic-usb 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPer1V1.4] on usb-0000:00:1d.0-2/input1
Mar 13 20:44:51 file02 kernel: [1802681.921396] usbcore: registered new interface driver usbhid
Mar 13 20:44:51 file02 kernel: [1802681.921399] usbhid: v2.6:USB HID core driver
Let me know if you need any additional info and I'll try to help as much as I can.
Thanks for curating and maintaining all this information! Much appreciated.
The text was updated successfully, but these errors were encountered:
I couldn't find anything current as far as packages go for Debian Squeeze (6.0.6 stable on kernel 2.6.32-5-amd64), so couldn't compile hid-query on this system. However, I was able to grab some verbose output from the
pcsensor
command that may provide the information you're after. It looks like you're interested in responses to0x01 0x80 0x33 0x01
,0x01 0x82 0x77 0x01
, and0x01 0x86 0xff 0x01
.This one registers as the same
0c45:7401
that you're used to seeing on prior versions, but as a newer V1.4 (TEMPer1V1.4
).The conversation between
pcsensor
and the device looks like this:In syslog, the device registers thusly:
Let me know if you need any additional info and I'll try to help as much as I can.
Thanks for curating and maintaining all this information! Much appreciated.
The text was updated successfully, but these errors were encountered: