Changeset 14511 for src/linux/pb42/linux-2.6.23/drivers/usb/core/hub.c
- Timestamp:
- 05/28/10 03:30:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/pb42/linux-2.6.23/drivers/usb/core/hub.c
r13817 r14511 1173 1173 dev_info (&udev->dev, "USB disconnect, address %d\n", udev->devnum); 1174 1174 1175 #ifdef AP_USB_LED_GPIO1176 1175 /* Turn USB LED off only if its a last device attached to root hub */ 1177 1176 if(udev->parent == udev->bus->root_hub) 1178 1177 ap_usb_led_off(); 1179 #endif1180 1178 1181 1179 usb_lock_device(udev); … … 2091 2089 /* success, speed is known */ 2092 2090 retval = -ENODEV; 2093 #ifdef AP_USB_LED_GPIO 2094 ap_usb_led_on(); 2095 #endif 2091 ap_usb_led_on(); 2096 2092 2097 2093 if (oldspeed != USB_SPEED_UNKNOWN && oldspeed != udev->speed) {
Note: See TracChangeset
for help on using the changeset viewer.
