Skip to content
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

res_usbradio: Add ability to specify allowed vid:pid #428

Merged
merged 4 commits into from
Dec 16, 2024
Merged

Conversation

KB4MDD
Copy link
Collaborator

@KB4MDD KB4MDD commented Nov 25, 2024

This updates res_usbradio to allow users to specify USB device descriptor(s) that can be used for interface devices. There are compatible chips that are not supported in the code. This will allow users to easily add the compatible chip(s).

This adds res_usbradio.conf for configuration. A sample configuration file was added.

Reworked the supported/known USB devices lookup. The supported devices are now in an array.

This closes #359.

This updates res_usbradio to allow users to specify USB device descriptor(s)
that can be used for interface devices.  There are compatible chips that
are not supported in the code.  This will allow users to easily add the
compatible chip(s).

This adds res_usbradio.conf for configuration.  A sample configuration file
was also added.

This closes #359.
res/res_usbradio.c Outdated Show resolved Hide resolved
configs/rpt/res_usbradio.conf Outdated Show resolved Hide resolved
configs/samples/res_usbradio.conf.sample Outdated Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Show resolved Hide resolved
This updates res_usbradio to allow users to specify USB device descriptor(s) that can be used for interface devices. There are compatible chips that are not supported in the code. This will allow users to easily add the compatible chip(s).

This adds res_usbradio.conf for configuration. A sample configuration file was added.

Reworked the supported/known USB devices lookup.  The supported devices are now in an array.

This closes #359.
res/res_usbradio.c Outdated Show resolved Hide resolved
This updates res_usbradio to allow users to specify USB device descriptor(s) that can be used for interface devices. There are compatible chips that are not supported in the code. This will allow users to easily add the compatible chip(s).

This adds res_usbradio.conf for configuration. A sample configuration file was added.

Reworked the supported/known USB devices lookup. The supported devices are now in an array.

This closes #359.
@Allan-N Allan-N requested a review from InterLinked1 December 4, 2024 23:47
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
res/res_usbradio.c Outdated Show resolved Hide resolved
This updates res_usbradio to allow users to specify USB device descriptor(s) that can be used for interface devices. There are compatible chips that are not supported in the code. This will allow users to easily add the compatible chip(s).

This adds res_usbradio.conf for configuration. A sample configuration file was added.

Reworked the supported/known USB devices lookup. The supported devices are now in an array.

This closes #359.
@Allan-N Allan-N requested a review from InterLinked1 December 6, 2024 15:08
@Allan-N Allan-N merged commit c048cb2 into master Dec 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add C108AH variant to app_rpt
3 participants