Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timfish/usb_enumeration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SubconsciousCompute/usb_enumeration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 6, 2023

  1. chore: Updating the dependencies to latest version.

    Dilawar Singh committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    08696f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. fmt + clippy

    sn99 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    650f024 View commit details
    Browse the repository at this point in the history
  2. migrate to windows-sys

    sn99 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f8d1c8d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #2 from sn99/subcom

    Migrate to windows-sys
    Dilawar Singh authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e5da714 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. chore: Adds example

    Dilawar Singh committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4ea6b7b View commit details
    Browse the repository at this point in the history
  2. chore: deps upgraded

    Dilawar Singh committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    182c8f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore: adds subscriber example

    Dilawar Singh committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0610d90 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. feat: add device class

    Dilawar Singh committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    57e2b17 View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt

    Dilawar Singh committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3d6280d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from SubconsciousCompute/subcom

    dev: add `class` field to UsbDevice
    Dilawar Singh authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f75f495 View commit details
    Browse the repository at this point in the history
  4. Update main.yml

    Dilawar Singh authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    54db0d8 View commit details
    Browse the repository at this point in the history
  5. feat: Add device class (#4)

    * feat: Adds defined codes
    
    * chore: baseClass on Linux as well
    
    * chore: class -> baseClass
    Dilawar Singh authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6fdc1ca View commit details
    Browse the repository at this point in the history
  6. chore: common is pub

    Dilawar Singh committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dea5a22 View commit details
    Browse the repository at this point in the history
  7. Update lib.rs

    Dilawar Singh authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    219e28d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. feat: Adds friendly name and manufactorer (#5)

    * chore: Adds friendly names
    
    * chore: Adds manufactoror on linux
    
    * feat: show 'class' on Windows
    
    * chore: osx doesn't have a consistent class name
    
    * chore: use windows-sys
    Dilawar Singh authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    886ace3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    c972e45 View commit details
    Browse the repository at this point in the history
Loading