Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits) trivial: Update my email address trivial: NULL noise: drivers/mtd/tests/mtd_*test.c trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.h trivial: Fix misspelling of "Celsius". trivial: remove unused variable 'path' in alloc_file() trivial: fix a pdlfush -> pdflush typo in comment trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL trivial: wusb: Storage class should be before const qualifier trivial: drivers/char/bsr.c: Storage class should be before const qualifier trivial: h8300: Storage class should be before const qualifier trivial: fix where cgroup documentation is not correctly referred to trivial: Give the right path in Documentation example trivial: MTD: remove EOL from MODULE_DESCRIPTION trivial: Fix typo in bio_split()'s documentation trivial: PWM: fix of #endif comment trivial: fix typos/grammar errors in Kconfig texts trivial: Fix misspelling of firmware trivial: cgroups: documentation typo and spelling corrections trivial: Update contact info for Jochen Hein trivial: fix typo "resgister" -> "register" ...
此提交包含在:
@@ -626,7 +626,7 @@ static void uea_upload_pre_firmware(const struct firmware *fw_entry, void *conte
|
||||
goto err_fw_corrupted;
|
||||
|
||||
/*
|
||||
* Start to upload formware : send reset
|
||||
* Start to upload firmware : send reset
|
||||
*/
|
||||
value = 1;
|
||||
ret = uea_send_modem_cmd(usb, F8051_USBCS, sizeof(value), &value);
|
||||
|
@@ -392,7 +392,7 @@ config USB_GADGET_FSL_QE
|
||||
controllers having QE or CPM2, given minor tweaks.
|
||||
|
||||
Set CONFIG_USB_GADGET to "m" to build this driver as a
|
||||
dynmically linked module called "fsl_qe_udc".
|
||||
dynamically linked module called "fsl_qe_udc".
|
||||
|
||||
config USB_FSL_QE
|
||||
tristate
|
||||
|
@@ -715,7 +715,7 @@ io_edgeport.c Change Log comments:
|
||||
|
||||
0.2 (01/30/2000) greg kroah-hartman
|
||||
Milestone 1 release.
|
||||
Device is found by USB subsystem, enumerated, fimware is downloaded
|
||||
Device is found by USB subsystem, enumerated, firmware is downloaded
|
||||
and the descriptors are printed to the debug log, config is set, and
|
||||
green light starts to blink. Open port works, and data can be sent
|
||||
and received at the default settings of the UART. Loopback connector
|
||||
|
@@ -518,8 +518,8 @@ config USB_SERIAL_SIERRAWIRELESS
|
||||
help
|
||||
Say M here if you want to use Sierra Wireless devices.
|
||||
|
||||
Many deviecs have a feature known as TRU-Install, for those devices
|
||||
to work properly the USB Storage Sierra feature must be enabled.
|
||||
Many devices have a feature known as TRU-Install. For those devices
|
||||
to work properly, the USB Storage Sierra feature must be enabled.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called sierra.
|
||||
|
@@ -562,7 +562,7 @@ void wusbhc_gtk_rekey(struct wusbhc *wusbhc)
|
||||
struct wusb_dev *wusb_dev;
|
||||
|
||||
wusb_dev = wusbhc->port[p].wusb_dev;
|
||||
if (!wusb_dev || !wusb_dev->usb_dev | !wusb_dev->usb_dev->authenticated)
|
||||
if (!wusb_dev || !wusb_dev->usb_dev || !wusb_dev->usb_dev->authenticated)
|
||||
continue;
|
||||
|
||||
usb_fill_control_urb(wusb_dev->set_gtk_urb, wusb_dev->usb_dev,
|
||||
|
新增問題並參考
封鎖使用者