-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State interaction with usb.ids #620
Comments
I don't know of any process to move the USB IDs over. This is the first I've heard of usb.ids. Where is usb.ids used? I see my USB device with a proper name in |
The regular
Altering the usb.ids file (as installed using the usb.ids package) does not have an immediate effect, but an upstream change would, as I understand, propagate in there through the database. As no mechanism is active from this side and no notes to that effect are in the usb.ids database from the other, it stands to reason to assume that the entries there are currently maintained manually, and that thus no harm comes from registrants to enter their devices over there once registered. (If every anyone takes the time to automate that, owners of any entries whose descriptions diverge between the two databases would likely be notified; I currently don't have the resources to start up such synchronization). |
It looks like the entries from pidcodes were synchronized to the usbids by someone 2008. I just took 3h wrote a converter :P |
Paging @rohieb I think, I'm guessing that's the same person that did the push on 2018-08-10.
I don't think you need to worry, the run that happened only did some minor formatting tweaks from what we initially submitted, see for example:
Awesome work @Solartraveler . I'd say the ideal thing would be to setup something in GitHub Actions so it automatically pushes any changes whenever commits are made! I think I started looking at this once but never got very far.
I would say so, assuming you're skipping any updates where the codespace of the file upsets things (but additions are probably better than nothing). In the short term, there should probably be a PR to add this to the repo, until it's (hopefully) automated. |
|
Hmm yes, I remember that I once submitted data to http://www.linux-usb.org/usb-ids.html, but other than that I have no memory of the process … |
Does anyone know which format their bot at http://www.linux-usb.org/usb-ids.html
|
I've recently tried adding a PID, but I'm not clear at all what needs to happen to first merge it beyond "discussion" and then into http://www.linux-usb.org/usb-ids.html, which for instance Arch Linux uses in |
The database Linux-based desktop systems use to describe USB devices in
lsusb
is accessed (through the detour of udev's database maintained at systemd but updated from there) asusb.ids
and maintained at https://usb-ids.gowdy.us/.Is there a regular batch process (possibly automated using mail submit) that is run on the pidcodes data? If so, that could be stated somewhere (if only in this ticket), and if not too, for then applicants can know to just submit their items to https://usb-ids.gowdy.us/ once they're allocated, without fear of upsetting some process.
The text was updated successfully, but these errors were encountered: