libsigrok/hardware/common
Alexandru Gagniuc 0853d5e627 rs9lcd: Convenience fixes
Convert bit masks from hardcoded hex values to bit shifts. For example 0x80
becomes (1 << 7). This also fixes a typo error in the definition of INFO_DIODE.

Add comments explaining that some case values in sr_rs9lcd_parse() are meant to
fall through without a 'break;', and explain some of the unusual modes.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-25 23:43:02 +01:00
..
dmm rs9lcd: Convenience fixes 2012-12-25 23:43:02 +01:00
Makefile.am genericdmm: Factor out USB functions. 2012-11-03 00:02:56 +01:00
ezusb.c hardware: A few further USB error message fixups 2012-12-05 01:34:15 +01:00
serial.c serial: more debug cleanup 2012-12-24 11:22:01 +01:00
usb.c usb: strip overly verbose debugging 2012-12-15 04:07:25 +01:00