Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 74848078 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-usb-gadgets (1.20240711.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3377e162
Branches
No related merge requests found
......@@ -57,8 +57,8 @@ usb_product="USB Device"
usb_iserialnumber="1234BBBK5678"
#usb_iserialnumber="$(cat /proc/device-tree/serial-number)"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}')"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}' | tr -d '\000')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}' | tr -d '\000')"
#usb0 mass_storage
usb_ms_stall=0
......
bb-usb-gadgets (1.20240704.0-0~bookworm+20240704) bookworm; urgency=low
bb-usb-gadgets (1.20240711.0-0~bookworm+20240711) bookworm; urgency=low
* Mainline linux is removing RNDIS support, in Debian 12/13 (Bookworm/Trixie), we default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 07:46:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Thu, 11 Jul 2024 09:29:41 -0500
......@@ -57,8 +57,8 @@ usb_product="USB Device"
usb_iserialnumber="1234BBBK5678"
#usb_iserialnumber="$(cat /proc/device-tree/serial-number)"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}')"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}' | tr -d '\000')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}' | tr -d '\000')"
#usb0 mass_storage
usb_ms_stall=0
......
bb-usb-gadgets (1.20240704.0-0~bullseye+20240704) bullseye; urgency=low
bb-usb-gadgets (1.20240711.0-0~bullseye+20240711) bullseye; urgency=low
* Mainline linux is removing RNDIS support, in Debian 12/13 (Bookworm/Trixie), we default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 07:46:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Thu, 11 Jul 2024 09:29:41 -0500
......@@ -57,8 +57,8 @@ usb_product="USB Device"
usb_iserialnumber="1234BBBK5678"
#usb_iserialnumber="$(cat /proc/device-tree/serial-number)"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}')"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}' | tr -d '\000')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}' | tr -d '\000')"
#usb0 mass_storage
usb_ms_stall=0
......
bb-usb-gadgets (1.20240704.0-0~jammy+20240704) jammy; urgency=low
bb-usb-gadgets (1.20240711.0-0~jammy+20240711) jammy; urgency=low
* Mainline linux is removing RNDIS support, in Debian 12/13 (Bookworm/Trixie), we default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 07:46:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Thu, 11 Jul 2024 09:29:41 -0500
bb-usb-gadgets (1.20240704.0-0~noble+20240704) noble; urgency=low
bb-usb-gadgets (1.20240711.0-0~noble+20240711) noble; urgency=low
* Mainline linux is removing RNDIS support, in Debian 12/13 (Bookworm/Trixie), we default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 07:46:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Thu, 11 Jul 2024 09:29:41 -0500
......@@ -57,8 +57,8 @@ usb_product="USB Device"
usb_iserialnumber="1234BBBK5678"
#usb_iserialnumber="$(cat /proc/device-tree/serial-number)"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}')"
usb_imanufacturer="$(cat /proc/device-tree/model | awk '{print $1}' | tr -d '\000')"
usb_iproduct="$(cat /proc/device-tree/model | awk '{print $2}' | tr -d '\000')"
#usb0 mass_storage
usb_ms_stall=0
......
bb-usb-gadgets (1.20240704.0-0~trixie+20240704) trixie; urgency=low
bb-usb-gadgets (1.20240711.0-0~trixie+20240711) trixie; urgency=low
* Mainline linux is removing RNDIS support, in Debian 12/13 (Bookworm/Trixie), we default to only NCM usb0 which works in Windows 11
* Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Thu, 04 Jul 2024 07:46:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Thu, 11 Jul 2024 09:29:41 -0500
......@@ -2,7 +2,7 @@
package_name="bb-usb-gadgets"
debian_pkg_name="${package_name}"
package_version="1.20240704.0"
package_version="1.20240711.0"
package_source=""
src_dir=""
......@@ -17,8 +17,8 @@ debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20240704"
bookworm_version="~bookworm+20240704"
trixie_version="~trixie+20240704"
jammy_version="~jammy+20240704"
noble_version="~noble+20240704"
bullseye_version="~bullseye+20240711"
bookworm_version="~bookworm+20240711"
trixie_version="~trixie+20240711"
jammy_version="~jammy+20240711"
noble_version="~noble+20240711"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment