Skip to content

Commit

Permalink
Updated card list
Browse files Browse the repository at this point in the history
Added Apacer, mat not be OEM. Minor format changes to comments
  • Loading branch information
OneOfTheInfiniteMonkeys authored Dec 4, 2022
1 parent 06111c0 commit a233618
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions sdinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@

#--------><--------><--------><--------><--------><--------><--------><-------->
# Author : OneOfTheInfinteMonkeys
# Revision : 0.2
# Date : 01 Oct 2022
# Revision : 0.3
# Date : 04 Dec 2022
# License : MIT
# Comments : Updated card list
# Comments : Updated card list, minor format changes to comments - Apacer 0xAD
#------------------:
# Revision : 0.2
# Date : 01 Oct 2022
# Comment : First packaged release - Updated card list
# :
# Revision : 0.1
# Date : 24 Dec 2021
# Comment : First Github release
# :
#------------------:
# Comments : Recover Raspberry Pi SD Card information from the SD Card
# : CID
# :
# Comments :
# : Original source location :
# : https://github.com/OneOfTheInfiniteMonkeys/sdinfo
# :
Expand All @@ -28,10 +33,11 @@
#--------------------------------------------------------------------------------
#


#---------------------------------------
readonly App_version="00.20" # Version
readonly App_rel_date="2022-10-01" # Release date
readonly App_rel_time="00:00" # Release time
readonly App_version="00.30" # Version - ##.##
readonly App_rel_date="2022-12-04" # Release date - yyyy-mm-dd
readonly App_rel_time="00:00" # Release time - hh:mm
readonly App_Name="SDInfo" # Default application name

#--------------------------------------
Expand Down Expand Up @@ -262,7 +268,7 @@ fi
# The principle applied is source identified as manufacturer where possible,
# which may not match marking see www.bunniestudios.com/blog/?page_id=1022
# Sources - Manufacturers data sheets, some SD cards,
# Cross checked with a number of sources in addition (in no specific order):
# Cross checked with a number of sources in addition to those below (in no specific order):
# elinux.org/RPi_SD_cards github.com/kbiva/stm32f103_projects https://goughlui.com/ www.cameramemeoryspeed.com
d_mid='' # Decoded primary brand
d_mid_id='' # 2 character ID
Expand Down Expand Up @@ -426,6 +432,10 @@ case $mid in
d_mid_id='BW'
d_mid_aka='Texas Instruments'
;;
'ad')
d_mid='Apacer'
d_mid_id='AP'
;;
'ff')
d_mid='Netac'
d_mid_id='NT'
Expand Down

0 comments on commit a233618

Please sign in to comment.