SR_PRIV struct sr_dev_driver fx2lafw_driver_info = {
.name = "fx2lafw",
- .longname = "fx2lafw",
+ .longname = "fx2lafw (generic driver for FX2 based LAs)",
.api_version = 1,
.init = hw_init,
.cleanup = hw_cleanup,
SR_PRIV struct sr_output_format output_analog_bits = {
.id = "analog_bits",
- .description = "Bits (takes argument, default 64)",
+ .description = "Bits",
.df_type = SR_DF_ANALOG,
.init = init_bits,
.data = data_bits,
#if 0
struct sr_output_format output_analog_hex = {
.id = "analog_hex",
- .description = "Hexadecimal (takes argument, default 192)",
+ .description = "Hexadecimal",
.df_type = SR_DF_ANALOG,
.init = init_hex,
.data = data_hex,
struct sr_output_format output_analog_ascii = {
.id = "analog_ascii",
- .description = "ASCII (takes argument, default 74)",
+ .description = "ASCII",
.df_type = SR_DF_ANALOG,
.init = init_ascii,
.data = data_ascii,
SR_PRIV struct sr_output_format output_text_ascii = {
.id = "ascii",
- .description = "ASCII (takes argument, default 74)",
+ .description = "ASCII",
.df_type = SR_DF_LOGIC,
.init = init_ascii,
.data = data_ascii,
SR_PRIV struct sr_output_format output_text_bits = {
.id = "bits",
- .description = "Bits (takes argument, default 64)",
+ .description = "Bits",
.df_type = SR_DF_LOGIC,
.init = init_bits,
.data = data_bits,
SR_PRIV struct sr_output_format output_text_hex = {
.id = "hex",
- .description = "Hexadecimal (takes argument, default 192)",
+ .description = "Hexadecimal",
.df_type = SR_DF_LOGIC,
.init = init_hex,
.data = data_hex,