Skip to content

Commit

Permalink
Fix inconsistent USB_N/_P vs. USB_DP/DM
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning committed Aug 18, 2024
1 parent a92b841 commit 2b3857b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Fingerprint Reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Mainboard documentation. The connector used is Kyocera 046809610110846+.
| Pin | Signal | Notes |
|-----|-------------|------------------------------|
| 1 | VBUS | 5V |
| 2 | USB_P | USB data |
| 3 | USB_N | USB data |
| 2 | USB_DP | USB data |
| 3 | USB_DM | USB data |
| 4 | GND | |
| 5 | FPR_CTRL | Output (mask switch events) |
| 6 | SWITCH | Open collector output |
Expand Down
4 changes: 2 additions & 2 deletions Mainboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ counterclockwise. Amphenol connector numbering is shown in the "Conn" column.
| 37 | 19 | TP_BOARD_ID | |
| 38 | 32 | 5VS | 5V, touchpad - see [2] |
| 39 | 20 | 5VALW | 5V, fingerprint, see [3] |
| 40 | 31 | USB_N | Fingerprint sensor USB |
| 40 | 31 | USB_DM | Fingerprint sensor USB |
| 41 | 21 | GND | |
| 42 | 30 | USB_P | Fingerprint sensor USB |
| 42 | 30 | USB_DP | Fingerprint sensor USB |
| 43 | 22 | FPR_CTRL | See [4] |
| 44 | 29 | SWITCH | Power button pin |
| 45 | 23 | FPR_LED_R | Low-side control by the EC |
Expand Down

0 comments on commit 2b3857b

Please sign in to comment.