[roll] Roll fuchsia [starnix] Allow to register a device driver by major identifier

This CL allows to register a generic device driver by major identifier,
so that all nodes with a given major id are redirected to the same
device.

To allows distinguishing by minor identifier, the identifier is now
passed to the DeviceOps::open call

This CL also register the major 136 to 143 for /dev/pts/X devices.

Original-Bug: 95707

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/660925
Original-Revision: 3c457033b287a0970e833351d7cd8925c2ca937a
GitOrigin-RevId: 9dd02c82f56005eadac460cf22b336bff85a97dd
Change-Id: I173aca441d63d8d56f6b67784b714577fb5ee259
1 file changed
tree: 61158540009abfc7e853f7be0d4ed767c40a9eba
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.