Skip to content

Commit 327a280

Browse files
committed
Restore HS100. Just in case ...
1 parent 7e467b4 commit 327a280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cm108.c

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ static int cm108_write (char *name, int iomask, int iodata);
149149
#define CMEDIA_PID_CM108B 0x0012 // CM108B
150150
#define CMEDIA_PID_CM119A 0x013a // CM119A
151151
#define CMEDIA_PID_CM119B 0x0013 // CM119B
152+
#define CMEDIA_PID_HS100 0x013c // HS100
152153

153154
// The SSS chips seem to be pretty much compatible but they have only two GPIO.
154155
// https://irongarment.wordpress.com/2011/03/29/cm108-compatible-chips-with-gpio/
@@ -169,6 +170,7 @@ static int cm108_write (char *name, int iomask, int iodata);
169170
// CM119 0d8c 0008-000f * 8
170171
// CM119A 0d8c 013a * 8
171172
// CM119B 0d8c 0013 8
173+
// HS100 0d8c 013c 0
172174
//
173175
// SSS1621 0c76 1605 2 per ZL3AME, Can't find data sheet
174176
// SSS1623 0c76 1607,160b 2 per ZL3AME, Not in data sheet.

0 commit comments

Comments
 (0)