ch374 usb driver in kernel 4.2-0-27-generic

Asked by Janusz Wawrzkiewicz

Ubuntu 15.10 kernel (4.2-0-27-generic) does not contain a driver for the "WinChipHead 13.56MHz RFID Card Reader and Writer" (ID 4348: 5537, Product name: CH374) but contains the driver for the older version - CH341 (ch341.ko) . The chip is properly recognized, but the lack of communication with him.
Whether and where I could find a suitable driver, because the system "WinChipHead 13.56MHz RFID Card Reader and Writer" is used in Digital Storage Oscilloscope?
Regards - Janusz
----
#driver for ch341
/lib/modules/4.2.0-27-generic/kernel/drivers/usb/serial/ch341.ho

#lsusb
Bus 009 Device 005: ID 4348:5537 WinChipHead 13.56Mhz RFID Card Reader and Writer

#dmesg | grep...
[10069.356763] usb 9-2: new full-speed USB device number 5 using ohci-pci
[10069.517929] usb 9-2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 0, changing to 32
[10069.523946] usb 9-2: New USB device found, idVendor=4348, idProduct=5537
[10069.523957] usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[10069.523964] usb 9-2: Product: CH374
[10069.523970] usb 9-2: Manufacturer: wch.cn

#usb-devices
T: Bus=09 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ff(vend.) Sub=80 Prot=37 MxPS= 8 #Cfgs= 1
P: Vendor=4348 ProdID=5537 Rev=01.00
S: Manufacturer=wch.cn
S: Product=CH374
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=80 Prot=37 Driver=(none)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug

Revision history for this message
Janusz Wawrzkiewicz (januszw) said :
#2

Thanks actionparsnip, that solved my question.