[PATCH 2/3] USB: VID/PID update for sierra

2007-12-22 Thread Greg Kroah-Hartman
From: Kevin R Page <[EMAIL PROTECTED]> Adds VID/PID for the MC8775 found internally in the Thinkpad X61s laptop (and likely others). For commercial reasons the driver maintainer cannot add VID/PIDs for laptop OEM devices himself. Signed-off-by: Kevin R Page <[EMAIL PROTECTED]> Cc: stable <[EMAIL

[PATCH 3/3] USB: New device ID for the CP2101 driver

2007-12-22 Thread Greg Kroah-Hartman
From: Martin Kusserow <[EMAIL PROTECTED]> attached please find a new device ID for CP2101 driver. This device is a usb stick from Dynastream to communicate with ANT wireless devices which I suppose is fairly similar to the ANT dev board having product id 0x1003. From: Martin Kusserow <[EMAIL PROT

[PATCH 1/3] USB: Unbreak fsl_usb2_udc

2007-12-22 Thread Greg Kroah-Hartman
From: Peter Korsgaard <[EMAIL PROTECTED]> Commit a4e3ef5... (USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup) broke fsl_usb2_udc; the build test didn't cover peripheral drivers, just gadget drivers. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> Signed-off-by: David Brownell <[E

[GIT PATCH] USB fixes for 2.6.24-rc5

2007-12-22 Thread Greg KH
Here are some USB fixes and new device ids against your 2.6.24-rc6 git tree. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ The full patches will be sent to the linux-usb mailing list (note the address change), if anyone wants to see them. thanks, greg

Re: [RFC] USB Kconfig: Declutter USB Kconfig Menu

2007-12-22 Thread David Brownell
On Saturday 22 December 2007, Al Boldi wrote: > Provided there is agreement, and we go with < >, it would mean a slight > change to Host side USB, like this (note new USB Core Config sub-menu): > >       --- Support for Host-side USB >       [ ]   USB Core Config  ---> Maybe. Let's see what you

Re: Issue with USB thumb drives on gumstix port

2007-12-22 Thread Matthew Dharm
Autoloading depends on your distro configuration. The kernel won't request the module automatically, but my udev has the following: ACTION=="add", SUBSYSTEM=="scsi_device", SYSFS{type}=="0|7|14", \ RUN+="modprobe sd_mod" My udev is older than yours (095-17) so I would assume that you hav

Re: Issue with USB thumb drives on gumstix port

2007-12-22 Thread Steve Sakoman
Matt, You hit it on the first try! Everything works if I manually load sd_mod. Should sd_mod be loading automatically? Or should I add it to /etc/modules? Currently I'm only autoloading ohci-hcd and everything else USB needs seems to be pulled in as needed. Thanks! Steve On Sat, 2007-12-22

Re: [RFC] USB Kconfig: Declutter USB Kconfig Menu

2007-12-22 Thread Al Boldi
David Brownell wrote: > > > Which is why my suggestion was to have them both move up a level, with > > > host and peripheral side menus nested normally: > > > > > > Device Drivers: > > > ... > > > [ ] HID devices > > > < > Host side USB > > > < > Peripheral

Re: Issue with USB thumb drives on gumstix port

2007-12-22 Thread Matthew Dharm
Is sd_mod getting loaded? What happens if you load it manually? Matt On Fri, Dec 21, 2007 at 11:51:42PM -0800, Steve Sakoman wrote: > I'm working on an OpenEmbedded port for gumstix modules (PXA270 based) > and running into an issue with USB storage devices. > > I am using a 2.6.21 kernel and u

Issue with USB thumb drives on gumstix port

2007-12-22 Thread Steve Sakoman
I'm working on an OpenEmbedded port for gumstix modules (PXA270 based) and running into an issue with USB storage devices. I am using a 2.6.21 kernel and udev-115. Other devices seem to work fine: USB keyboards, Bluetooth dongles, etc. However when I insert a USB storage device the mount proces