bug-report: Kernel NULL pointer dereferenced when attaching an external HD via usb

2014-11-01 Thread ` Mystery .
Hi, My laptop is HP Envy4-1220tx with Intel HM77 chipset, and I'm using Arch Linux with kernel 3.17.1-1-ARCH. When I connect an external HD to my laptop, system freezes after 30 sec. Not certain whether the bug is related to kernel or udev. kernel log as follows: Oct 30 12:48:42 kernel: usb 4-1: n

Re: [PATCH] usb: option: Add ID for Peiker LTE NAD

2014-11-01 Thread Lars Melin
On 2014-11-01 23:01, Matthias Klein wrote: Add ID of the Peiker LTE NAD for legacy serial interface Signed-off-by: Matthias Klein --- drivers/usb/serial/option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1a3f60..d7f10

[GIT PULL] USB driver fixes for 3.18-rc3

2014-11-01 Thread Greg KH
The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.18-rc3 for you to fetch changes up to 9c19db5b11487da704d

[PATCH] usb: option: Add ID for Peiker LTE NAD

2014-11-01 Thread Matthias Klein
Add ID of the Peiker LTE NAD for legacy serial interface Signed-off-by: Matthias Klein --- drivers/usb/serial/option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1a3f60..d7f1042 100644 --- a/drivers/usb/serial/option.c +++

Re: Question r/e zero byte bulk transfer on musb gadget (causes kernel panic)

2014-11-01 Thread Alan Stern
On Sat, 1 Nov 2014, Breton M. Saunders wrote: > > This is required behavior, for example, during the data phase of a > > bulk-only mass-storage transfer. The specification states that under > > certain circumstances, the device _must_ send a zero-length packet on > > its bulk-IN endpoint. > > Hi

Re: Question r/e zero byte bulk transfer on musb gadget (causes kernel panic)

2014-11-01 Thread Breton M. Saunders
On 31/10/14 14:23, Alan Stern wrote: On Fri, 31 Oct 2014, Peter Stuge wrote: Breton M. Saunders wrote: Are zero length transfers from a device to the PC on a bulk endpoint sensible? I don't see how they could be. If the device has no data to send it responds with a NAK handshake. If the dev

PATCH : add support for HuiJia USB Gamepad connector (0e8f:1006 and 0e8f:3010)

2014-11-01 Thread Prédhomme Philippe
Create each gamepad as a separate joystick. Both device (1006 is for Sega Saturn controllers, 3010 is for Sony Playstation 1/2 controllers) work the same as 0e8f:3013 (which is for Nintendo 64 controllers), so i used this device as reference to make my patch. Work with kernel 3.14, 3.15, 3.16, 3.17