From 09e8fb230746026313a0d8291862f926bcd38531 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 20 Oct 2020 09:09:13 +0200 Subject: [PATCH] Clarify reserved PIDs in the howto Previously, this page would refer to the VID page for the reserved PIDs, but also list the 1xxx reservation explicitly while omitting the 0xxx reservation. This commit lists both, but more briefly, removing some duplication. This also changes the reference "VID page" to "PID list page", since that matches the link at the start of the paragraph (from the link text "list of PIDs" it is not immediately obvious that it links to the VID page). --- howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.md b/howto.md index 54d5f14e..3a6dde84 100644 --- a/howto.md +++ b/howto.md @@ -34,7 +34,7 @@ A short description of my organisation and what it does. If it's just you, that's fine too - put your own name and a short blurb about you and what you do. The site is an optional website for your organisation. ## 3. Find a VID and PID -Browse the [list of PIDs](/1209/) for an unused PID number. You may request any number that is not in use, except those reserved as described on the VID page. Note that PIDs on our existing VID, 0x1209, may not start with 0x1xxx - this range is reserved by the original owners of the VID. +Browse the [list of PIDs](/1209/) for an unused PID number. You may request any number that is not in use, except those reserved (0xxx and 1xxx) as described on the PID list page. When you've found a PID, create a directory named after it in the VID directory. So, if you picked PID `2345` on VID `1209`, create a directory with the path `/1209/2345/`. Inside it, create a file called `index.md` and add the following content: