-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solos: Add initial list of parameters
I don't much like the trick with multiple inclusions of solos-attrlist.c but don't really see a saner way to do it without repeating the list. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
- Loading branch information
David Woodhouse
authored and
David Woodhouse
committed
Jan 27, 2009
1 parent
01e2ffa
commit d057f0a
Showing
2 changed files
with
94 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
SOLOS_ATTR_RO(DriverVersion) | ||
SOLOS_ATTR_RO(APIVersion) | ||
SOLOS_ATTR_RO(FirmwareVersion) | ||
// SOLOS_ATTR_RO(DspVersion) | ||
// SOLOS_ATTR_RO(CommonHandshake) | ||
SOLOS_ATTR_RO(Connected) | ||
SOLOS_ATTR_RO(OperationalMode) | ||
SOLOS_ATTR_RO(State) | ||
SOLOS_ATTR_RO(Watchdog) | ||
SOLOS_ATTR_RO(OperationProgress) | ||
SOLOS_ATTR_RO(LastFailed) | ||
SOLOS_ATTR_RO(TxBitRate) | ||
SOLOS_ATTR_RO(RxBitRate) | ||
// SOLOS_ATTR_RO(DeltACTATPds) | ||
// SOLOS_ATTR_RO(DeltACTATPus) | ||
SOLOS_ATTR_RO(TxATTNDR) | ||
SOLOS_ATTR_RO(RxATTNDR) | ||
SOLOS_ATTR_RO(AnnexType) | ||
SOLOS_ATTR_RO(GeneralFailure) | ||
SOLOS_ATTR_RO(InterleaveDpDn) | ||
SOLOS_ATTR_RO(InterleaveDpUp) | ||
SOLOS_ATTR_RO(RSCorrectedErrorsDn) | ||
SOLOS_ATTR_RO(RSUnCorrectedErrorsDn) | ||
SOLOS_ATTR_RO(RSCorrectedErrorsUp) | ||
SOLOS_ATTR_RO(RSUnCorrectedErrorsUp) | ||
SOLOS_ATTR_RO(InterleaveRDn) | ||
SOLOS_ATTR_RO(InterleaveRUp) | ||
SOLOS_ATTR_RO(ShowtimeStart) | ||
SOLOS_ATTR_RO(ATURVendor) | ||
SOLOS_ATTR_RO(ATUCCountry) | ||
SOLOS_ATTR_RO(ATURANSIRev) | ||
SOLOS_ATTR_RO(ATURANSISTD) | ||
SOLOS_ATTR_RO(ATUCANSIRev) | ||
SOLOS_ATTR_RO(ATUCANSIId) | ||
SOLOS_ATTR_RO(ATUCANSISTD) | ||
SOLOS_ATTR_RO(DataBoost) | ||
SOLOS_ATTR_RO(LocalITUCountryCode) | ||
SOLOS_ATTR_RO(LocalSEF) | ||
SOLOS_ATTR_RO(LocalEndLOS) | ||
SOLOS_ATTR_RO(LocalSNRMargin) | ||
SOLOS_ATTR_RO(LocalLineAttn) | ||
SOLOS_ATTR_RO(RawAttn) | ||
SOLOS_ATTR_RO(LocalTxPower) | ||
SOLOS_ATTR_RO(RemoteTxPower) | ||
SOLOS_ATTR_RO(RemoteSEF) | ||
SOLOS_ATTR_RO(RemoteLOS) | ||
SOLOS_ATTR_RO(RemoteLineAttn) | ||
SOLOS_ATTR_RO(RemoteSNRMargin) | ||
SOLOS_ATTR_RO(LineUpCount) | ||
SOLOS_ATTR_RO(SRACnt) | ||
SOLOS_ATTR_RO(SRACntUp) | ||
SOLOS_ATTR_RO(ProfileStatus) | ||
SOLOS_ATTR_RW(Action) | ||
SOLOS_ATTR_RW(ActivateLine) | ||
SOLOS_ATTR_RO(LineStatus) | ||
SOLOS_ATTR_RW(HostControl) | ||
SOLOS_ATTR_RW(AutoStart) | ||
SOLOS_ATTR_RW(Failsafe) | ||
SOLOS_ATTR_RW(ShowtimeLed) | ||
SOLOS_ATTR_RW(Retrain) | ||
SOLOS_ATTR_RW(Defaults) | ||
SOLOS_ATTR_RW(LineMode) | ||
SOLOS_ATTR_RW(Profile) | ||
SOLOS_ATTR_RW(DetectNoise) | ||
SOLOS_ATTR_RO(SupportedAnnexes) | ||
SOLOS_ATTR_RO(Status) | ||
SOLOS_ATTR_RO(TotalStart) | ||
SOLOS_ATTR_RO(RecentShowtimeStart) | ||
SOLOS_ATTR_RO(TotalRxBlocks) | ||
SOLOS_ATTR_RO(TotalTxBlocks) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters