[Bug 224031] [usb][ukbd]: The USB keyboard driver does not force the boot protocol

2017-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224031

Gergely Nagy  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Not A Bug

--- Comment #1 from Gergely Nagy  ---
Oookay, I'm blind. There *is* an `usbd_req_set_protocol` call in ukbd. Not sure
why the keyboard doesn't go into boot mode then.

Closing this issue, will open a new one if/when I figure out what is happening.

Sorry for the noise.

-- 
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"


[Bug 192345] [u3g] [cdce] patch for huawei 4G/LTE modems: E3272, E3372

2017-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192345

--- Comment #28 from rozhuk...@gmail.com ---
First modem interface in huawei cases is serial.
FBSD call probe() and u3g wins.
FBSD call attach() and u3g attach to all interfaces.
No more probe() call, all interfaces marked as u3g child.

There is 3 ways:
1. Now I move usbd_set_parent_iface(uaa->device, i, uaa->info.bIfaceIndex);
after usbd_transfer_setup(), witch probably success only with serial devices.

2. u3g will atach only to one device per attach() call, so some modems will
generate fews u3g devices.

3. Add check, that will call cdce probe() from u3g and on success will skip
interface.
(Same thing was done in first patch, but instead of cdce probe() call code with
dev check was duplicated)

-- 
You are receiving this mail because:
You are on the CC list 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"


[Bug 192345] [u3g] [cdce] patch for huawei 4G/LTE modems: E3272, E3372

2017-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192345

rozhuk...@gmail.com changed:

   What|Removed |Added

 Attachment #188288|0   |1
is obsolete||

--- Comment #29 from rozhuk...@gmail.com ---
Created attachment 188479
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188479&action=edit
move usbd_set_parent_iface()

-- 
You are receiving this mail because:
You are on the CC list 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"


[Bug 192345] [u3g] [cdce] patch for huawei 4G/LTE modems: E3272, E3372

2017-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192345

rozhuk...@gmail.com changed:

   What|Removed |Added

 Attachment #188479|0   |1
is obsolete||

--- Comment #30 from rozhuk...@gmail.com ---
Created attachment 188484
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188484&action=edit
move usbd_set_parent_iface() fixed

-- 
You are receiving this mail because:
You are on the CC list 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"


[Bug 192345] [u3g] [cdce] patch for huawei 4G/LTE modems: E3272, E3372

2017-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192345

rozhuk...@gmail.com changed:

   What|Removed |Added

 Attachment #188484|0   |1
is obsolete||

--- Comment #31 from rozhuk...@gmail.com ---
Created attachment 188485
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188485&action=edit
use BUS_PROBE_DEFAULT for cdce

-- 
You are receiving this mail because:
You are on the CC list 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"