| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
than default_*.
|
| |
|
| |
|
|
|
|
|
|
| |
the illusion of a tunable setting but was always turned on regardless.
MFC after: 1 week
|
|
|
|
|
|
| |
host or device (gadget) modes.
Suggested by: HPS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
proper device_t so it faked the devctl event to appear like one, this is now a
notify which allows more information to be passed.
We notify for both the device attach/detach and for each usb interface. A devd
rule can now match on the interface properties, including composite devices
which may have a uvideo interface and also usound and possibly uhid too.
An example to match a umass device with a scsi subclass and BBB protocol would be
notify 100 {
match "system" "USB";
match "subsystem" "INTERFACE";
match "type" "ATTACH";
match "intclass" "0x08";
match "intsubclass" "0x06";
match "intprotocol" "0x50";
action ...
};
The old attach devctl event has been retained for the moment to make merging to
8.1 easier. This was never compatible with 7.x or earlier due to the ugen regex
change needed.
Reviewed by: warner
MFC after: 1 week
|
|
|
|
|
|
| |
(almost identically named) local #define.
Reviewed by: hselasky
|
| |
|
|
|
|
|
|
|
| |
add the product id and use a standard scsi eject.
Reviewed by: thompsa
MFC after: 3 days
|
|
|
|
| |
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This framework allows drivers to abstract the rate control algorithm and
just feed the framework with the usable parameters. The rate control
framework will now deal with passing the parameters to the selected
algorithm. Right now we have AMRR (the default) and RSSADAPT but there's
no way to select one with ifconfig, yet.
The objective is to have more rate control algorithms in the net80211
stack so all drivers[0] can use it. Ideally, we'll have the well-known
sample rate control algorithm in the net80211 at some point so all
drivers can use it (not just ath).
[0] all drivers that do rate control in software, that is.
Reviewed by: bschmidt, thompsa, weyongo
MFC after: 1 months
|
|
|
|
|
| |
PR: usb/144915
Submitted by: Monty Hall
|
|
|
|
|
| |
Reported by: Steven Noonan
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
| |
the end of the list.
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: Dmitry Luhtionov @ gmail.com
|
|
|
|
| |
Submitted by: Dmitry Luhtionov @ gmail.com
|
|
|
|
|
|
| |
- add quirks for the usb storage
Reviewed by: hselasky
|
|
|
|
|
|
|
|
| |
Andrew Turner. The kernel supports the LN2410SBC evaluation board,
and likely others. These parts (or similar ones) are in some open
hardware designs for phones.
Submitted by: Andrew Turner
|
| |
|
|
|
|
|
|
|
| |
- Drain our tasks from the ieee80211 taskqueue
- Add more IDs
Submitted by: Akinori Furukoshi
|
|
|
|
|
| |
PR: usb/144414
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: Alexander Best
|
|
|
|
| |
Submitted by: Paul B Mahol
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
| |
ISOCHRONOUS transfers
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
| |
because the chip doesn't do this by itself.
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
| |
default.
Submitted by: Hans Petter Selasky
|
|
|
|
| |
PR: usb/144201
|
|
|
|
|
|
|
|
|
| |
is issued at the beginning of the initial IN/OUT data transfers. Reason
unknown, probably firmware fault. Now the stall is only cleared on data
transfer errors.
PR: usb/144199
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
|
|
| |
other modules can generate USB descriptors.
- extend the vendor specific request function by one length pointer argument,
because not all descriptors store the length in the first byte. For example
HID descriptors.
Submitted by: Hans Petter Selasky
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|
| |
|
|
|
|
| |
Submitted by: Giovanni Trematerra
|
|
|
|
|
|
| |
their software.
Obtained from: NetBSD
|
|
|
|
|
| |
PR: usb/143832
Submitted by: UEMURA Tetsuya
|
|
|
|
| |
Submitted by: Milan Obuch
|
|
|
|
|
| |
Reported by: Erick Wales
Submitted by: Hans Petter Selasky
|
| |
|
|
|
|
|
|
| |
reserve the keypresses so they do not get passed to syscons.
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
| |
the hardware to stall.
Submitted by: Hans Petter Selasky
|
|
|
|
|
|
|
| |
ID and use a standard scsi eject.
Reported by: Patrick Lamaiziere
MFC after: 3 days
|
| |
|
|
|
|
| |
Submitted by: mav
|
|
|
|
|
|
| |
into breaks.
Submitted by: Hans Petter Selesky
|
|
|
|
| |
Submitted by: Hans Petter Selesky
|
| |
|
| |
|
|
|
|
| |
Submitted by: Hans Petter Selesky
|
|
|
|
| |
Submitted by: Hans Petter Selasky
|