libsigrok/hardware
Alexandru Gagniuc e7ed87a469 serial-dmm: Use dummy info struct for rs9lcd parser
The rs9lcd parser, which is used for the RadioShack 22-812 does not use its
*info parameter, and therefore did not have a rs9lcd_info struct declared.

With recent re-factoring of the receive data callbacks, it became necessary to
pass a struct pointer. This made the RECV_DATA macro look like:

- RECV_DATA(RADIOSHACK_22_812, metex14)

giving the wrong impression that the RadioShack 22-182 uses the
metex14 protocol, which is not the case.

Create a dummy rs9lcd_info struct, and correctly identify the parser
as rs9lcd in the RECV_DATA macro:

+ RECV_DATA(RADIOSHACK_22_812, rs9lcd)

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-13 23:16:34 +01:00
..
agilent-dmm hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
alsa Add a struct sr_context * parameter to hw_init() 2012-12-03 12:07:40 +01:00
asix-sigma hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
chronovu-la8 hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
colead-slm hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
common hardware: A few further USB error message fixups 2012-12-05 01:34:15 +01:00
demo hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
fluke-dmm hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
fx2lafw fx2lafw: Don't say "Device came back" when it didn't 2012-12-06 22:40:00 +01:00
hantek-dso hardware: A few further USB error message fixups 2012-12-05 01:34:15 +01:00
lascar-el-usb lascar-el-usb: add scanning functionality 2012-12-04 23:58:26 +01:00
link-mso19 Add a struct sr_context * parameter to hw_init() 2012-12-03 12:07:40 +01:00
openbench-logic-sniffer hw_init(): Save struct sr_context * parameter in struct drv_context 2012-12-03 12:07:40 +01:00
serial-dmm serial-dmm: Use dummy info struct for rs9lcd parser 2012-12-13 23:16:34 +01:00
tondaj-sl-814 tondaj-sl-814: Fix unused parameter warning 2012-12-03 19:39:58 -06:00
uni-t-dmm hardware: Call libusb_error_name() in all USB-related error messages 2012-12-05 01:14:44 +01:00
victor-dmm hardware: Call libusb_error_name() in all USB-related error messages 2012-12-05 01:14:44 +01:00
zeroplus-logic-cube hardware: Call libusb_error_name() in all USB-related error messages 2012-12-05 01:14:44 +01:00
Makefile.am lascar-el-usb: Initial driver skeleton. 2012-12-03 03:53:44 +01:00