File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
drivers/staging/gpib/agilent_82350b Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -848,6 +848,7 @@ static gpib_interface_t agilent_82350b_unaccel_interface = {
848
848
.primary_address = agilent_82350b_primary_address ,
849
849
.secondary_address = agilent_82350b_secondary_address ,
850
850
.serial_poll_response = agilent_82350b_serial_poll_response ,
851
+ .serial_poll_status = agilent_82350b_serial_poll_status ,
851
852
.t1_delay = agilent_82350b_t1_delay ,
852
853
.return_to_local = agilent_82350b_return_to_local ,
853
854
};
@@ -875,6 +876,7 @@ static gpib_interface_t agilent_82350b_interface = {
875
876
.primary_address = agilent_82350b_primary_address ,
876
877
.secondary_address = agilent_82350b_secondary_address ,
877
878
.serial_poll_response = agilent_82350b_serial_poll_response ,
879
+ .serial_poll_status = agilent_82350b_serial_poll_status ,
878
880
.t1_delay = agilent_82350b_t1_delay ,
879
881
.return_to_local = agilent_82350b_return_to_local ,
880
882
};
You can’t perform that action at this time.
0 commit comments