Forum | Documentation | Website | Blog

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

bb-usb-gadgets (1.20240604.1)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 7ebb149d
No related merge requests found
Showing
with 81 additions and 56 deletions
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
# other values take no effect, and are ignored. The only expected value is "yes" # other values take no effect, and are ignored. The only expected value is "yes"
##USB_IMAGE_FILE_DISABLED=yes ##USB_IMAGE_FILE_DISABLED=yes
# USB_MTP_DISABLED=yes #disable the loading of the MTP client.
USB_MTP_DISABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11... # Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes ##USB_RNDIS_DISABLED=yes
...@@ -175,15 +175,17 @@ run_libcomposite () { ...@@ -175,15 +175,17 @@ run_libcomposite () {
#echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file #echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file
#ln -s functions/mass_storage.usb0 configs/c.1/ #ln -s functions/mass_storage.usb0 configs/c.1/
#if [ -f /usr/bin/umtprd ] ; then if [ ! "x${USB_MTP_DISABLED}" = "xyes" ]; then
# mkdir -p functions/ffs.mtp if [ -f /usr/bin/umtprd ] ; then
# ln -s functions/ffs.mtp configs/c.1 mkdir -p functions/ffs.mtp
ln -s functions/ffs.mtp configs/c.1
# mkdir /dev/ffs-mtp
# mount -t functionfs mtp /dev/ffs-mtp mkdir /dev/ffs-mtp
# /usr/bin/umtprd & mount -t functionfs mtp /dev/ffs-mtp
# sleep 1 /usr/bin/umtprd &
#fi sleep 1
fi
fi
fi fi
###FIXME: ###FIXME:
......
bb-usb-gadgets (1.20240604.0-0~bookworm+20240604) bookworm; urgency=low bb-usb-gadgets (1.20240604.1-0~bookworm+20240604) 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 * 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 * Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:32:52 -0500 -- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:54:11 -0500
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
# other values take no effect, and are ignored. The only expected value is "yes" # other values take no effect, and are ignored. The only expected value is "yes"
##USB_IMAGE_FILE_DISABLED=yes ##USB_IMAGE_FILE_DISABLED=yes
# USB_MTP_DISABLED=yes #disable the loading of the MTP client.
USB_MTP_DISABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11... # Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes ##USB_RNDIS_DISABLED=yes
...@@ -175,15 +175,17 @@ run_libcomposite () { ...@@ -175,15 +175,17 @@ run_libcomposite () {
#echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file #echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file
#ln -s functions/mass_storage.usb0 configs/c.1/ #ln -s functions/mass_storage.usb0 configs/c.1/
#if [ -f /usr/bin/umtprd ] ; then if [ ! "x${USB_MTP_DISABLED}" = "xyes" ]; then
# mkdir -p functions/ffs.mtp if [ -f /usr/bin/umtprd ] ; then
# ln -s functions/ffs.mtp configs/c.1 mkdir -p functions/ffs.mtp
ln -s functions/ffs.mtp configs/c.1
# mkdir /dev/ffs-mtp
# mount -t functionfs mtp /dev/ffs-mtp mkdir /dev/ffs-mtp
# /usr/bin/umtprd & mount -t functionfs mtp /dev/ffs-mtp
# sleep 1 /usr/bin/umtprd &
#fi sleep 1
fi
fi
fi fi
###FIXME: ###FIXME:
......
bb-usb-gadgets (1.20240604.0-0~bullseye+20240604) bullseye; urgency=low bb-usb-gadgets (1.20240604.1-0~bullseye+20240604) 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 * 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 * Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:32:52 -0500 -- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:54:11 -0500
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
# other values take no effect, and are ignored. The only expected value is "yes" # other values take no effect, and are ignored. The only expected value is "yes"
##USB_IMAGE_FILE_DISABLED=yes ##USB_IMAGE_FILE_DISABLED=yes
# USB_MTP_DISABLED=yes #disable the loading of the MTP client.
USB_MTP_DISABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11... # Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
##USB_RNDIS_DISABLED=yes ##USB_RNDIS_DISABLED=yes
...@@ -175,15 +175,17 @@ run_libcomposite () { ...@@ -175,15 +175,17 @@ run_libcomposite () {
#echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file #echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file
#ln -s functions/mass_storage.usb0 configs/c.1/ #ln -s functions/mass_storage.usb0 configs/c.1/
#if [ -f /usr/bin/umtprd ] ; then if [ ! "x${USB_MTP_DISABLED}" = "xyes" ]; then
# mkdir -p functions/ffs.mtp if [ -f /usr/bin/umtprd ] ; then
# ln -s functions/ffs.mtp configs/c.1 mkdir -p functions/ffs.mtp
ln -s functions/ffs.mtp configs/c.1
# mkdir /dev/ffs-mtp
# mount -t functionfs mtp /dev/ffs-mtp mkdir /dev/ffs-mtp
# /usr/bin/umtprd & mount -t functionfs mtp /dev/ffs-mtp
# sleep 1 /usr/bin/umtprd &
#fi sleep 1
fi
fi
fi fi
###FIXME: ###FIXME:
......
bb-usb-gadgets (1.20240604.0-0~jammy+20240604) jammy; urgency=low bb-usb-gadgets (1.20240604.1-0~jammy+20240604) 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 * 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 * Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:32:52 -0500 -- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:54:11 -0500
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
# other values take no effect, and are ignored. The only expected value is "yes" # other values take no effect, and are ignored. The only expected value is "yes"
##USB_IMAGE_FILE_DISABLED=yes ##USB_IMAGE_FILE_DISABLED=yes
# USB_MTP_DISABLED=yes #disable the loading of the MTP client.
USB_MTP_DISABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11... # Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
USB_RNDIS_DISABLED=yes USB_RNDIS_DISABLED=yes
...@@ -175,15 +175,17 @@ run_libcomposite () { ...@@ -175,15 +175,17 @@ run_libcomposite () {
#echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file #echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file
#ln -s functions/mass_storage.usb0 configs/c.1/ #ln -s functions/mass_storage.usb0 configs/c.1/
#if [ -f /usr/bin/umtprd ] ; then if [ ! "x${USB_MTP_DISABLED}" = "xyes" ]; then
# mkdir -p functions/ffs.mtp if [ -f /usr/bin/umtprd ] ; then
# ln -s functions/ffs.mtp configs/c.1 mkdir -p functions/ffs.mtp
ln -s functions/ffs.mtp configs/c.1
# mkdir /dev/ffs-mtp
# mount -t functionfs mtp /dev/ffs-mtp mkdir /dev/ffs-mtp
# /usr/bin/umtprd & mount -t functionfs mtp /dev/ffs-mtp
# sleep 1 /usr/bin/umtprd &
#fi sleep 1
fi
fi
fi fi
###FIXME: ###FIXME:
......
bb-usb-gadgets (1.20240604.0-0~noble+20240604) noble; urgency=low bb-usb-gadgets (1.20240604.1-0~noble+20240604) 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 * 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 * Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:32:52 -0500 -- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:54:11 -0500
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
# other values take no effect, and are ignored. The only expected value is "yes" # other values take no effect, and are ignored. The only expected value is "yes"
##USB_IMAGE_FILE_DISABLED=yes ##USB_IMAGE_FILE_DISABLED=yes
# USB_MTP_DISABLED=yes #disable the loading of the MTP client.
USB_MTP_DISABLED=yes
# Mainline Linux is removing RNDIS Support, NCM works in Windows 11... # Mainline Linux is removing RNDIS Support, NCM works in Windows 11...
USB_RNDIS_DISABLED=yes USB_RNDIS_DISABLED=yes
...@@ -175,15 +175,17 @@ run_libcomposite () { ...@@ -175,15 +175,17 @@ run_libcomposite () {
#echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file #echo /dev/nbd0 > functions/mass_storage.usb0/lun.0/file
#ln -s functions/mass_storage.usb0 configs/c.1/ #ln -s functions/mass_storage.usb0 configs/c.1/
#if [ -f /usr/bin/umtprd ] ; then if [ ! "x${USB_MTP_DISABLED}" = "xyes" ]; then
# mkdir -p functions/ffs.mtp if [ -f /usr/bin/umtprd ] ; then
# ln -s functions/ffs.mtp configs/c.1 mkdir -p functions/ffs.mtp
ln -s functions/ffs.mtp configs/c.1
# mkdir /dev/ffs-mtp
# mount -t functionfs mtp /dev/ffs-mtp mkdir /dev/ffs-mtp
# /usr/bin/umtprd & mount -t functionfs mtp /dev/ffs-mtp
# sleep 1 /usr/bin/umtprd &
#fi sleep 1
fi
fi
fi fi
###FIXME: ###FIXME:
......
bb-usb-gadgets (1.20240604.0-0~trixie+20240604) trixie; urgency=low bb-usb-gadgets (1.20240604.1-0~trixie+20240604) 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 * 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 * Automatically generate /etc/default/bb-mac-addr if file doesnt exist
-- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:32:52 -0500 -- Robert Nelson <robertcnelson@gmail.com> Tue, 04 Jun 2024 15:54:11 -0500
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
package_name="bb-usb-gadgets" package_name="bb-usb-gadgets"
debian_pkg_name="${package_name}" debian_pkg_name="${package_name}"
package_version="1.20240604.0" package_version="1.20240604.1"
package_source="" package_source=""
src_dir="" src_dir=""
......
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