mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[adm5120] integrate 2.6.28 specific patch into the usb driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15975 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -63,20 +63,6 @@
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
/* hcd->hub_irq_enable() */
|
||||
static void admhc_hub_irq_enable(struct usb_hcd *hcd)
|
||||
{
|
||||
struct admhcd *ahcd = hcd_to_admhcd(hcd);
|
||||
|
||||
spin_lock_irq(&ahcd->lock);
|
||||
if (!ahcd->autostop)
|
||||
del_timer(&hcd->rh_timer); /* Prevent next poll */
|
||||
admhc_intr_enable(ahcd, ADMHC_INTR_INSM);
|
||||
spin_unlock_irq(&ahcd->lock);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
/* build "status change" packet (one or two bytes) from HC registers */
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user