[Bug 222646] ukbd(4): support Consumer Control based multimedia keys

2017-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222646

Conrad Meyer  changed:

   What|Removed |Added

   Keywords||patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: USB/U3G: Added support for Panasonic CF-F9 GOBI 3G modem to U3G module

2017-09-27 Thread Hans Petter Selasky

On 09/27/17 00:37, Ian Lepore wrote:

On Wed, 2017-09-27 at 00:30 +0200, Hans Petter Selasky wrote:

On 09/27/17 00:11, Tomasz CEDRO wrote:


https://github.com/freebsd/freebsd/pull/115

:-)


The devd.conf rule should match more than just vendor and product:


+# Load GOBI 2000/3000 U3G QDL modem firmware on attach / boot.
+# Note: This requires additional "gobi_loader" utility to be
installed,
+#   as well as valid QDL driver firmware files placed in
/boot/firmware/gobi.
+#   If modem does not accept valid firmware try gobi_loader -2000
switch.
+#   Please adjust modem VID/PID to match your device supported by
u3g
module.
+#attach 100 {
+#  match "vendor" "0x04da";
+#  match "product" "0x250e";
+#  action "/usr/local/sbin/gobi_loader /dev/cuaU0
/boot/firmware/gobi/";
+#};

Else patch looks good.

--HPS


Hard-coding /dev/cuaU0 cannot possibly be right.

-- Ian



These three lines are missing:

match "system"  "DEVFS";
match "subsystem"   "CDEV";
match "type""CREATE";


--HPS
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"