TEMPered
TEMPered copied to clipboard
TEMPer1V1.4 addition to wiki page
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:
01 01 a5 c2 b1 7f 00 00
01 80 33 01 00 00 00 00
80 02 19 b0 65 72 31 46
01 82 77 01 00 00 00 00
82 01 00 b0 65 72 31 46
01 86 ff 01 00 00 00 00
54 45 4d 50 65 72 31 46
31 2e 34 50 65 72 31 46
01 80 33 01 00 00 00 00
80 02 19 b0 65 72 31 46
In syslog, the device registers thusly:
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.
I'm interested in this, too. I owned the device this week and I'm also able to provide data.