driver.c 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784
  1. /*
  2. * drivers/usb/driver.c - most of the driver model stuff for usb
  3. *
  4. * (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de>
  5. *
  6. * based on drivers/usb/usb.c which had the following copyrights:
  7. * (C) Copyright Linus Torvalds 1999
  8. * (C) Copyright Johannes Erdfelt 1999-2001
  9. * (C) Copyright Andreas Gal 1999
  10. * (C) Copyright Gregory P. Smith 1999
  11. * (C) Copyright Deti Fliegl 1999 (new USB architecture)
  12. * (C) Copyright Randy Dunlap 2000
  13. * (C) Copyright David Brownell 2000-2004
  14. * (C) Copyright Yggdrasil Computing, Inc. 2000
  15. * (usb_device_id matching changes by Adam J. Richter)
  16. * (C) Copyright Greg Kroah-Hartman 2002-2003
  17. *
  18. * NOTE! This is not actually a driver at all, rather this is
  19. * just a collection of helper routines that implement the
  20. * matching, probing, releasing, suspending and resuming for
  21. * real drivers.
  22. *
  23. */
  24. #include <linux/device.h>
  25. #include <linux/slab.h>
  26. #include <linux/usb.h>
  27. #include <linux/usb/quirks.h>
  28. #include <linux/pm_runtime.h>
  29. #include "hcd.h"
  30. #include "usb.h"
  31. #ifdef CONFIG_HOTPLUG
  32. /*
  33. * Adds a new dynamic USBdevice ID to this driver,
  34. * and cause the driver to probe for all devices again.
  35. */
  36. ssize_t usb_store_new_id(struct usb_dynids *dynids,
  37. struct device_driver *driver,
  38. const char *buf, size_t count)
  39. {
  40. struct usb_dynid *dynid;
  41. u32 idVendor = 0;
  42. u32 idProduct = 0;
  43. int fields = 0;
  44. int retval = 0;
  45. fields = sscanf(buf, "%x %x", &idVendor, &idProduct);
  46. if (fields < 2)
  47. return -EINVAL;
  48. dynid = kzalloc(sizeof(*dynid), GFP_KERNEL);
  49. if (!dynid)
  50. return -ENOMEM;
  51. INIT_LIST_HEAD(&dynid->node);
  52. dynid->id.idVendor = idVendor;
  53. dynid->id.idProduct = idProduct;
  54. dynid->id.match_flags = USB_DEVICE_ID_MATCH_DEVICE;
  55. spin_lock(&dynids->lock);
  56. list_add_tail(&dynid->node, &dynids->list);
  57. spin_unlock(&dynids->lock);
  58. if (get_driver(driver)) {
  59. retval = driver_attach(driver);
  60. put_driver(driver);
  61. }
  62. if (retval)
  63. return retval;
  64. return count;
  65. }
  66. EXPORT_SYMBOL_GPL(usb_store_new_id);
  67. static ssize_t store_new_id(struct device_driver *driver,
  68. const char *buf, size_t count)
  69. {
  70. struct usb_driver *usb_drv = to_usb_driver(driver);
  71. return usb_store_new_id(&usb_drv->dynids, driver, buf, count);
  72. }
  73. static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
  74. /**
  75. * store_remove_id - remove a USB device ID from this driver
  76. * @driver: target device driver
  77. * @buf: buffer for scanning device ID data
  78. * @count: input size
  79. *
  80. * Removes a dynamic usb device ID from this driver.
  81. */
  82. static ssize_t
  83. store_remove_id(struct device_driver *driver, const char *buf, size_t count)
  84. {
  85. struct usb_dynid *dynid, *n;
  86. struct usb_driver *usb_driver = to_usb_driver(driver);
  87. u32 idVendor = 0;
  88. u32 idProduct = 0;
  89. int fields = 0;
  90. int retval = 0;
  91. fields = sscanf(buf, "%x %x", &idVendor, &idProduct);
  92. if (fields < 2)
  93. return -EINVAL;
  94. spin_lock(&usb_driver->dynids.lock);
  95. list_for_each_entry_safe(dynid, n, &usb_driver->dynids.list, node) {
  96. struct usb_device_id *id = &dynid->id;
  97. if ((id->idVendor == idVendor) &&
  98. (id->idProduct == idProduct)) {
  99. list_del(&dynid->node);
  100. kfree(dynid);
  101. retval = 0;
  102. break;
  103. }
  104. }
  105. spin_unlock(&usb_driver->dynids.lock);
  106. if (retval)
  107. return retval;
  108. return count;
  109. }
  110. static DRIVER_ATTR(remove_id, S_IWUSR, NULL, store_remove_id);
  111. static int usb_create_newid_file(struct usb_driver *usb_drv)
  112. {
  113. int error = 0;
  114. if (usb_drv->no_dynamic_id)
  115. goto exit;
  116. if (usb_drv->probe != NULL)
  117. error = driver_create_file(&usb_drv->drvwrap.driver,
  118. &driver_attr_new_id);
  119. exit:
  120. return error;
  121. }
  122. static void usb_remove_newid_file(struct usb_driver *usb_drv)
  123. {
  124. if (usb_drv->no_dynamic_id)
  125. return;
  126. if (usb_drv->probe != NULL)
  127. driver_remove_file(&usb_drv->drvwrap.driver,
  128. &driver_attr_new_id);
  129. }
  130. static int
  131. usb_create_removeid_file(struct usb_driver *drv)
  132. {
  133. int error = 0;
  134. if (drv->probe != NULL)
  135. error = driver_create_file(&drv->drvwrap.driver,
  136. &driver_attr_remove_id);
  137. return error;
  138. }
  139. static void usb_remove_removeid_file(struct usb_driver *drv)
  140. {
  141. driver_remove_file(&drv->drvwrap.driver, &driver_attr_remove_id);
  142. }
  143. static void usb_free_dynids(struct usb_driver *usb_drv)
  144. {
  145. struct usb_dynid *dynid, *n;
  146. spin_lock(&usb_drv->dynids.lock);
  147. list_for_each_entry_safe(dynid, n, &usb_drv->dynids.list, node) {
  148. list_del(&dynid->node);
  149. kfree(dynid);
  150. }
  151. spin_unlock(&usb_drv->dynids.lock);
  152. }
  153. #else
  154. static inline int usb_create_newid_file(struct usb_driver *usb_drv)
  155. {
  156. return 0;
  157. }
  158. static void usb_remove_newid_file(struct usb_driver *usb_drv)
  159. {
  160. }
  161. static int
  162. usb_create_removeid_file(struct usb_driver *drv)
  163. {
  164. return 0;
  165. }
  166. static void usb_remove_removeid_file(struct usb_driver *drv)
  167. {
  168. }
  169. static inline void usb_free_dynids(struct usb_driver *usb_drv)
  170. {
  171. }
  172. #endif
  173. static const struct usb_device_id *usb_match_dynamic_id(struct usb_interface *intf,
  174. struct usb_driver *drv)
  175. {
  176. struct usb_dynid *dynid;
  177. spin_lock(&drv->dynids.lock);
  178. list_for_each_entry(dynid, &drv->dynids.list, node) {
  179. if (usb_match_one_id(intf, &dynid->id)) {
  180. spin_unlock(&drv->dynids.lock);
  181. return &dynid->id;
  182. }
  183. }
  184. spin_unlock(&drv->dynids.lock);
  185. return NULL;
  186. }
  187. /* called from driver core with dev locked */
  188. static int usb_probe_device(struct device *dev)
  189. {
  190. struct usb_device_driver *udriver = to_usb_device_driver(dev->driver);
  191. struct usb_device *udev = to_usb_device(dev);
  192. int error = 0;
  193. dev_dbg(dev, "%s\n", __func__);
  194. /* TODO: Add real matching code */
  195. /* The device should always appear to be in use
  196. * unless the driver suports autosuspend.
  197. */
  198. if (!udriver->supports_autosuspend)
  199. error = usb_autoresume_device(udev);
  200. if (!error)
  201. error = udriver->probe(udev);
  202. return error;
  203. }
  204. /* called from driver core with dev locked */
  205. static int usb_unbind_device(struct device *dev)
  206. {
  207. struct usb_device *udev = to_usb_device(dev);
  208. struct usb_device_driver *udriver = to_usb_device_driver(dev->driver);
  209. udriver->disconnect(udev);
  210. if (!udriver->supports_autosuspend)
  211. usb_autosuspend_device(udev);
  212. return 0;
  213. }
  214. /*
  215. * Cancel any pending scheduled resets
  216. *
  217. * [see usb_queue_reset_device()]
  218. *
  219. * Called after unconfiguring / when releasing interfaces. See
  220. * comments in __usb_queue_reset_device() regarding
  221. * udev->reset_running.
  222. */
  223. static void usb_cancel_queued_reset(struct usb_interface *iface)
  224. {
  225. if (iface->reset_running == 0)
  226. cancel_work_sync(&iface->reset_ws);
  227. }
  228. /* called from driver core with dev locked */
  229. static int usb_probe_interface(struct device *dev)
  230. {
  231. struct usb_driver *driver = to_usb_driver(dev->driver);
  232. struct usb_interface *intf = to_usb_interface(dev);
  233. struct usb_device *udev = interface_to_usbdev(intf);
  234. const struct usb_device_id *id;
  235. int error = -ENODEV;
  236. dev_dbg(dev, "%s\n", __func__);
  237. intf->needs_binding = 0;
  238. if (usb_device_is_owned(udev))
  239. return error;
  240. if (udev->authorized == 0) {
  241. dev_err(&intf->dev, "Device is not authorized for usage\n");
  242. return error;
  243. }
  244. id = usb_match_id(intf, driver->id_table);
  245. if (!id)
  246. id = usb_match_dynamic_id(intf, driver);
  247. if (!id)
  248. return error;
  249. dev_dbg(dev, "%s - got id\n", __func__);
  250. error = usb_autoresume_device(udev);
  251. if (error)
  252. return error;
  253. intf->condition = USB_INTERFACE_BINDING;
  254. /* Bound interfaces are initially active. They are
  255. * runtime-PM-enabled only if the driver has autosuspend support.
  256. * They are sensitive to their children's power states.
  257. */
  258. pm_runtime_set_active(dev);
  259. pm_suspend_ignore_children(dev, false);
  260. if (driver->supports_autosuspend)
  261. pm_runtime_enable(dev);
  262. /* Carry out a deferred switch to altsetting 0 */
  263. if (intf->needs_altsetting0) {
  264. error = usb_set_interface(udev, intf->altsetting[0].
  265. desc.bInterfaceNumber, 0);
  266. if (error < 0)
  267. goto err;
  268. intf->needs_altsetting0 = 0;
  269. }
  270. error = driver->probe(intf, id);
  271. if (error)
  272. goto err;
  273. intf->condition = USB_INTERFACE_BOUND;
  274. usb_autosuspend_device(udev);
  275. return error;
  276. err:
  277. intf->needs_remote_wakeup = 0;
  278. intf->condition = USB_INTERFACE_UNBOUND;
  279. usb_cancel_queued_reset(intf);
  280. /* Unbound interfaces are always runtime-PM-disabled and -suspended */
  281. pm_runtime_disable(dev);
  282. pm_runtime_set_suspended(dev);
  283. usb_autosuspend_device(udev);
  284. return error;
  285. }
  286. /* called from driver core with dev locked */
  287. static int usb_unbind_interface(struct device *dev)
  288. {
  289. struct usb_driver *driver = to_usb_driver(dev->driver);
  290. struct usb_interface *intf = to_usb_interface(dev);
  291. struct usb_device *udev;
  292. int error, r;
  293. intf->condition = USB_INTERFACE_UNBINDING;
  294. /* Autoresume for set_interface call below */
  295. udev = interface_to_usbdev(intf);
  296. error = usb_autoresume_device(udev);
  297. /* Terminate all URBs for this interface unless the driver
  298. * supports "soft" unbinding.
  299. */
  300. if (!driver->soft_unbind)
  301. usb_disable_interface(udev, intf, false);
  302. driver->disconnect(intf);
  303. usb_cancel_queued_reset(intf);
  304. /* Reset other interface state.
  305. * We cannot do a Set-Interface if the device is suspended or
  306. * if it is prepared for a system sleep (since installing a new
  307. * altsetting means creating new endpoint device entries).
  308. * When either of these happens, defer the Set-Interface.
  309. */
  310. if (intf->cur_altsetting->desc.bAlternateSetting == 0) {
  311. /* Already in altsetting 0 so skip Set-Interface.
  312. * Just re-enable it without affecting the endpoint toggles.
  313. */
  314. usb_enable_interface(udev, intf, false);
  315. } else if (!error && intf->dev.power.status == DPM_ON) {
  316. r = usb_set_interface(udev, intf->altsetting[0].
  317. desc.bInterfaceNumber, 0);
  318. if (r < 0)
  319. intf->needs_altsetting0 = 1;
  320. } else {
  321. intf->needs_altsetting0 = 1;
  322. }
  323. usb_set_intfdata(intf, NULL);
  324. intf->condition = USB_INTERFACE_UNBOUND;
  325. intf->needs_remote_wakeup = 0;
  326. /* Unbound interfaces are always runtime-PM-disabled and -suspended */
  327. pm_runtime_disable(dev);
  328. pm_runtime_set_suspended(dev);
  329. /* Undo any residual pm_autopm_get_interface_* calls */
  330. for (r = atomic_read(&intf->pm_usage_cnt); r > 0; --r)
  331. usb_autopm_put_interface_no_suspend(intf);
  332. atomic_set(&intf->pm_usage_cnt, 0);
  333. if (!error)
  334. usb_autosuspend_device(udev);
  335. return 0;
  336. }
  337. /**
  338. * usb_driver_claim_interface - bind a driver to an interface
  339. * @driver: the driver to be bound
  340. * @iface: the interface to which it will be bound; must be in the
  341. * usb device's active configuration
  342. * @priv: driver data associated with that interface
  343. *
  344. * This is used by usb device drivers that need to claim more than one
  345. * interface on a device when probing (audio and acm are current examples).
  346. * No device driver should directly modify internal usb_interface or
  347. * usb_device structure members.
  348. *
  349. * Few drivers should need to use this routine, since the most natural
  350. * way to bind to an interface is to return the private data from
  351. * the driver's probe() method.
  352. *
  353. * Callers must own the device lock, so driver probe() entries don't need
  354. * extra locking, but other call contexts may need to explicitly claim that
  355. * lock.
  356. */
  357. int usb_driver_claim_interface(struct usb_driver *driver,
  358. struct usb_interface *iface, void *priv)
  359. {
  360. struct device *dev = &iface->dev;
  361. int retval = 0;
  362. if (dev->driver)
  363. return -EBUSY;
  364. dev->driver = &driver->drvwrap.driver;
  365. usb_set_intfdata(iface, priv);
  366. iface->needs_binding = 0;
  367. iface->condition = USB_INTERFACE_BOUND;
  368. /* Bound interfaces are initially active. They are
  369. * runtime-PM-enabled only if the driver has autosuspend support.
  370. * They are sensitive to their children's power states.
  371. */
  372. pm_runtime_set_active(dev);
  373. pm_suspend_ignore_children(dev, false);
  374. if (driver->supports_autosuspend)
  375. pm_runtime_enable(dev);
  376. /* if interface was already added, bind now; else let
  377. * the future device_add() bind it, bypassing probe()
  378. */
  379. if (device_is_registered(dev))
  380. retval = device_bind_driver(dev);
  381. return retval;
  382. }
  383. EXPORT_SYMBOL_GPL(usb_driver_claim_interface);
  384. /**
  385. * usb_driver_release_interface - unbind a driver from an interface
  386. * @driver: the driver to be unbound
  387. * @iface: the interface from which it will be unbound
  388. *
  389. * This can be used by drivers to release an interface without waiting
  390. * for their disconnect() methods to be called. In typical cases this
  391. * also causes the driver disconnect() method to be called.
  392. *
  393. * This call is synchronous, and may not be used in an interrupt context.
  394. * Callers must own the device lock, so driver disconnect() entries don't
  395. * need extra locking, but other call contexts may need to explicitly claim
  396. * that lock.
  397. */
  398. void usb_driver_release_interface(struct usb_driver *driver,
  399. struct usb_interface *iface)
  400. {
  401. struct device *dev = &iface->dev;
  402. /* this should never happen, don't release something that's not ours */
  403. if (!dev->driver || dev->driver != &driver->drvwrap.driver)
  404. return;
  405. /* don't release from within disconnect() */
  406. if (iface->condition != USB_INTERFACE_BOUND)
  407. return;
  408. iface->condition = USB_INTERFACE_UNBINDING;
  409. /* Release via the driver core only if the interface
  410. * has already been registered
  411. */
  412. if (device_is_registered(dev)) {
  413. device_release_driver(dev);
  414. } else {
  415. device_lock(dev);
  416. usb_unbind_interface(dev);
  417. dev->driver = NULL;
  418. device_unlock(dev);
  419. }
  420. }
  421. EXPORT_SYMBOL_GPL(usb_driver_release_interface);
  422. /* returns 0 if no match, 1 if match */
  423. int usb_match_device(struct usb_device *dev, const struct usb_device_id *id)
  424. {
  425. if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) &&
  426. id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
  427. return 0;
  428. if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) &&
  429. id->idProduct != le16_to_cpu(dev->descriptor.idProduct))
  430. return 0;
  431. /* No need to test id->bcdDevice_lo != 0, since 0 is never
  432. greater than any unsigned number. */
  433. if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) &&
  434. (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice)))
  435. return 0;
  436. if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) &&
  437. (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice)))
  438. return 0;
  439. if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) &&
  440. (id->bDeviceClass != dev->descriptor.bDeviceClass))
  441. return 0;
  442. if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) &&
  443. (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass))
  444. return 0;
  445. if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) &&
  446. (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol))
  447. return 0;
  448. return 1;
  449. }
  450. /* returns 0 if no match, 1 if match */
  451. int usb_match_one_id(struct usb_interface *interface,
  452. const struct usb_device_id *id)
  453. {
  454. struct usb_host_interface *intf;
  455. struct usb_device *dev;
  456. /* proc_connectinfo in devio.c may call us with id == NULL. */
  457. if (id == NULL)
  458. return 0;
  459. intf = interface->cur_altsetting;
  460. dev = interface_to_usbdev(interface);
  461. if (!usb_match_device(dev, id))
  462. return 0;
  463. /* The interface class, subclass, and protocol should never be
  464. * checked for a match if the device class is Vendor Specific,
  465. * unless the match record specifies the Vendor ID. */
  466. if (dev->descriptor.bDeviceClass == USB_CLASS_VENDOR_SPEC &&
  467. !(id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) &&
  468. (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS |
  469. USB_DEVICE_ID_MATCH_INT_SUBCLASS |
  470. USB_DEVICE_ID_MATCH_INT_PROTOCOL)))
  471. return 0;
  472. if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_CLASS) &&
  473. (id->bInterfaceClass != intf->desc.bInterfaceClass))
  474. return 0;
  475. if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_SUBCLASS) &&
  476. (id->bInterfaceSubClass != intf->desc.bInterfaceSubClass))
  477. return 0;
  478. if ((id->match_flags & USB_DEVICE_ID_MATCH_INT_PROTOCOL) &&
  479. (id->bInterfaceProtocol != intf->desc.bInterfaceProtocol))
  480. return 0;
  481. return 1;
  482. }
  483. EXPORT_SYMBOL_GPL(usb_match_one_id);
  484. /**
  485. * usb_match_id - find first usb_device_id matching device or interface
  486. * @interface: the interface of interest
  487. * @id: array of usb_device_id structures, terminated by zero entry
  488. *
  489. * usb_match_id searches an array of usb_device_id's and returns
  490. * the first one matching the device or interface, or null.
  491. * This is used when binding (or rebinding) a driver to an interface.
  492. * Most USB device drivers will use this indirectly, through the usb core,
  493. * but some layered driver frameworks use it directly.
  494. * These device tables are exported with MODULE_DEVICE_TABLE, through
  495. * modutils, to support the driver loading functionality of USB hotplugging.
  496. *
  497. * What Matches:
  498. *
  499. * The "match_flags" element in a usb_device_id controls which
  500. * members are used. If the corresponding bit is set, the
  501. * value in the device_id must match its corresponding member
  502. * in the device or interface descriptor, or else the device_id
  503. * does not match.
  504. *
  505. * "driver_info" is normally used only by device drivers,
  506. * but you can create a wildcard "matches anything" usb_device_id
  507. * as a driver's "modules.usbmap" entry if you provide an id with
  508. * only a nonzero "driver_info" field. If you do this, the USB device
  509. * driver's probe() routine should use additional intelligence to
  510. * decide whether to bind to the specified interface.
  511. *
  512. * What Makes Good usb_device_id Tables:
  513. *
  514. * The match algorithm is very simple, so that intelligence in
  515. * driver selection must come from smart driver id records.
  516. * Unless you have good reasons to use another selection policy,
  517. * provide match elements only in related groups, and order match
  518. * specifiers from specific to general. Use the macros provided
  519. * for that purpose if you can.
  520. *
  521. * The most specific match specifiers use device descriptor
  522. * data. These are commonly used with product-specific matches;
  523. * the USB_DEVICE macro lets you provide vendor and product IDs,
  524. * and you can also match against ranges of product revisions.
  525. * These are widely used for devices with application or vendor
  526. * specific bDeviceClass values.
  527. *
  528. * Matches based on device class/subclass/protocol specifications
  529. * are slightly more general; use the USB_DEVICE_INFO macro, or
  530. * its siblings. These are used with single-function devices
  531. * where bDeviceClass doesn't specify that each interface has
  532. * its own class.
  533. *
  534. * Matches based on interface class/subclass/protocol are the
  535. * most general; they let drivers bind to any interface on a
  536. * multiple-function device. Use the USB_INTERFACE_INFO
  537. * macro, or its siblings, to match class-per-interface style
  538. * devices (as recorded in bInterfaceClass).
  539. *
  540. * Note that an entry created by USB_INTERFACE_INFO won't match
  541. * any interface if the device class is set to Vendor-Specific.
  542. * This is deliberate; according to the USB spec the meanings of
  543. * the interface class/subclass/protocol for these devices are also
  544. * vendor-specific, and hence matching against a standard product
  545. * class wouldn't work anyway. If you really want to use an
  546. * interface-based match for such a device, create a match record
  547. * that also specifies the vendor ID. (Unforunately there isn't a
  548. * standard macro for creating records like this.)
  549. *
  550. * Within those groups, remember that not all combinations are
  551. * meaningful. For example, don't give a product version range
  552. * without vendor and product IDs; or specify a protocol without
  553. * its associated class and subclass.
  554. */
  555. const struct usb_device_id *usb_match_id(struct usb_interface *interface,
  556. const struct usb_device_id *id)
  557. {
  558. /* proc_connectinfo in devio.c may call us with id == NULL. */
  559. if (id == NULL)
  560. return NULL;
  561. /* It is important to check that id->driver_info is nonzero,
  562. since an entry that is all zeroes except for a nonzero
  563. id->driver_info is the way to create an entry that
  564. indicates that the driver want to examine every
  565. device and interface. */
  566. for (; id->idVendor || id->idProduct || id->bDeviceClass ||
  567. id->bInterfaceClass || id->driver_info; id++) {
  568. if (usb_match_one_id(interface, id))
  569. return id;
  570. }
  571. return NULL;
  572. }
  573. EXPORT_SYMBOL_GPL(usb_match_id);
  574. static int usb_device_match(struct device *dev, struct device_driver *drv)
  575. {
  576. /* devices and interfaces are handled separately */
  577. if (is_usb_device(dev)) {
  578. /* interface drivers never match devices */
  579. if (!is_usb_device_driver(drv))
  580. return 0;
  581. /* TODO: Add real matching code */
  582. return 1;
  583. } else if (is_usb_interface(dev)) {
  584. struct usb_interface *intf;
  585. struct usb_driver *usb_drv;
  586. const struct usb_device_id *id;
  587. /* device drivers never match interfaces */
  588. if (is_usb_device_driver(drv))
  589. return 0;
  590. intf = to_usb_interface(dev);
  591. usb_drv = to_usb_driver(drv);
  592. id = usb_match_id(intf, usb_drv->id_table);
  593. if (id)
  594. return 1;
  595. id = usb_match_dynamic_id(intf, usb_drv);
  596. if (id)
  597. return 1;
  598. }
  599. return 0;
  600. }
  601. #ifdef CONFIG_HOTPLUG
  602. static int usb_uevent(struct device *dev, struct kobj_uevent_env *env)
  603. {
  604. struct usb_device *usb_dev;
  605. if (is_usb_device(dev)) {
  606. usb_dev = to_usb_device(dev);
  607. } else if (is_usb_interface(dev)) {
  608. struct usb_interface *intf = to_usb_interface(dev);
  609. usb_dev = interface_to_usbdev(intf);
  610. } else {
  611. return 0;
  612. }
  613. if (usb_dev->devnum < 0) {
  614. /* driver is often null here; dev_dbg() would oops */
  615. pr_debug("usb %s: already deleted?\n", dev_name(dev));
  616. return -ENODEV;
  617. }
  618. if (!usb_dev->bus) {
  619. pr_debug("usb %s: bus removed?\n", dev_name(dev));
  620. return -ENODEV;
  621. }
  622. #ifdef CONFIG_USB_DEVICEFS
  623. /* If this is available, userspace programs can directly read
  624. * all the device descriptors we don't tell them about. Or
  625. * act as usermode drivers.
  626. */
  627. if (add_uevent_var(env, "DEVICE=/proc/bus/usb/%03d/%03d",
  628. usb_dev->bus->busnum, usb_dev->devnum))
  629. return -ENOMEM;
  630. #endif
  631. /* per-device configurations are common */
  632. if (add_uevent_var(env, "PRODUCT=%x/%x/%x",
  633. le16_to_cpu(usb_dev->descriptor.idVendor),
  634. le16_to_cpu(usb_dev->descriptor.idProduct),
  635. le16_to_cpu(usb_dev->descriptor.bcdDevice)))
  636. return -ENOMEM;
  637. /* class-based driver binding models */
  638. if (add_uevent_var(env, "TYPE=%d/%d/%d",
  639. usb_dev->descriptor.bDeviceClass,
  640. usb_dev->descriptor.bDeviceSubClass,
  641. usb_dev->descriptor.bDeviceProtocol))
  642. return -ENOMEM;
  643. return 0;
  644. }
  645. #else
  646. static int usb_uevent(struct device *dev, struct kobj_uevent_env *env)
  647. {
  648. return -ENODEV;
  649. }
  650. #endif /* CONFIG_HOTPLUG */
  651. /**
  652. * usb_register_device_driver - register a USB device (not interface) driver
  653. * @new_udriver: USB operations for the device driver
  654. * @owner: module owner of this driver.
  655. *
  656. * Registers a USB device driver with the USB core. The list of
  657. * unattached devices will be rescanned whenever a new driver is
  658. * added, allowing the new driver to attach to any recognized devices.
  659. * Returns a negative error code on failure and 0 on success.
  660. */
  661. int usb_register_device_driver(struct usb_device_driver *new_udriver,
  662. struct module *owner)
  663. {
  664. int retval = 0;
  665. if (usb_disabled())
  666. return -ENODEV;
  667. new_udriver->drvwrap.for_devices = 1;
  668. new_udriver->drvwrap.driver.name = (char *) new_udriver->name;
  669. new_udriver->drvwrap.driver.bus = &usb_bus_type;
  670. new_udriver->drvwrap.driver.probe = usb_probe_device;
  671. new_udriver->drvwrap.driver.remove = usb_unbind_device;
  672. new_udriver->drvwrap.driver.owner = owner;
  673. retval = driver_register(&new_udriver->drvwrap.driver);
  674. if (!retval) {
  675. pr_info("%s: registered new device driver %s\n",
  676. usbcore_name, new_udriver->name);
  677. usbfs_update_special();
  678. } else {
  679. printk(KERN_ERR "%s: error %d registering device "
  680. " driver %s\n",
  681. usbcore_name, retval, new_udriver->name);
  682. }
  683. return retval;
  684. }
  685. EXPORT_SYMBOL_GPL(usb_register_device_driver);
  686. /**
  687. * usb_deregister_device_driver - unregister a USB device (not interface) driver
  688. * @udriver: USB operations of the device driver to unregister
  689. * Context: must be able to sleep
  690. *
  691. * Unlinks the specified driver from the internal USB driver list.
  692. */
  693. void usb_deregister_device_driver(struct usb_device_driver *udriver)
  694. {
  695. pr_info("%s: deregistering device driver %s\n",
  696. usbcore_name, udriver->name);
  697. driver_unregister(&udriver->drvwrap.driver);
  698. usbfs_update_special();
  699. }
  700. EXPORT_SYMBOL_GPL(usb_deregister_device_driver);
  701. /**
  702. * usb_register_driver - register a USB interface driver
  703. * @new_driver: USB operations for the interface driver
  704. * @owner: module owner of this driver.
  705. * @mod_name: module name string
  706. *
  707. * Registers a USB interface driver with the USB core. The list of
  708. * unattached interfaces will be rescanned whenever a new driver is
  709. * added, allowing the new driver to attach to any recognized interfaces.
  710. * Returns a negative error code on failure and 0 on success.
  711. *
  712. * NOTE: if you want your driver to use the USB major number, you must call
  713. * usb_register_dev() to enable that functionality. This function no longer
  714. * takes care of that.
  715. */
  716. int usb_register_driver(struct usb_driver *new_driver, struct module *owner,
  717. const char *mod_name)
  718. {
  719. int retval = 0;
  720. if (usb_disabled())
  721. return -ENODEV;
  722. new_driver->drvwrap.for_devices = 0;
  723. new_driver->drvwrap.driver.name = (char *) new_driver->name;
  724. new_driver->drvwrap.driver.bus = &usb_bus_type;
  725. new_driver->drvwrap.driver.probe = usb_probe_interface;
  726. new_driver->drvwrap.driver.remove = usb_unbind_interface;
  727. new_driver->drvwrap.driver.owner = owner;
  728. new_driver->drvwrap.driver.mod_name = mod_name;
  729. spin_lock_init(&new_driver->dynids.lock);
  730. INIT_LIST_HEAD(&new_driver->dynids.list);
  731. retval = driver_register(&new_driver->drvwrap.driver);
  732. if (retval)
  733. goto out;
  734. usbfs_update_special();
  735. retval = usb_create_newid_file(new_driver);
  736. if (retval)
  737. goto out_newid;
  738. retval = usb_create_removeid_file(new_driver);
  739. if (retval)
  740. goto out_removeid;
  741. pr_info("%s: registered new interface driver %s\n",
  742. usbcore_name, new_driver->name);
  743. out:
  744. return retval;
  745. out_removeid:
  746. usb_remove_newid_file(new_driver);
  747. out_newid:
  748. driver_unregister(&new_driver->drvwrap.driver);
  749. printk(KERN_ERR "%s: error %d registering interface "
  750. " driver %s\n",
  751. usbcore_name, retval, new_driver->name);
  752. goto out;
  753. }
  754. EXPORT_SYMBOL_GPL(usb_register_driver);
  755. /**
  756. * usb_deregister - unregister a USB interface driver
  757. * @driver: USB operations of the interface driver to unregister
  758. * Context: must be able to sleep
  759. *
  760. * Unlinks the specified driver from the internal USB driver list.
  761. *
  762. * NOTE: If you called usb_register_dev(), you still need to call
  763. * usb_deregister_dev() to clean up your driver's allocated minor numbers,
  764. * this * call will no longer do it for you.
  765. */
  766. void usb_deregister(struct usb_driver *driver)
  767. {
  768. pr_info("%s: deregistering interface driver %s\n",
  769. usbcore_name, driver->name);
  770. usb_remove_removeid_file(driver);
  771. usb_remove_newid_file(driver);
  772. usb_free_dynids(driver);
  773. driver_unregister(&driver->drvwrap.driver);
  774. usbfs_update_special();
  775. }
  776. EXPORT_SYMBOL_GPL(usb_deregister);
  777. /* Forced unbinding of a USB interface driver, either because
  778. * it doesn't support pre_reset/post_reset/reset_resume or
  779. * because it doesn't support suspend/resume.
  780. *
  781. * The caller must hold @intf's device's lock, but not its pm_mutex
  782. * and not @intf->dev.sem.
  783. */
  784. void usb_forced_unbind_intf(struct usb_interface *intf)
  785. {
  786. struct usb_driver *driver = to_usb_driver(intf->dev.driver);
  787. dev_dbg(&intf->dev, "forced unbind\n");
  788. usb_driver_release_interface(driver, intf);
  789. /* Mark the interface for later rebinding */
  790. intf->needs_binding = 1;
  791. }
  792. /* Delayed forced unbinding of a USB interface driver and scan
  793. * for rebinding.
  794. *
  795. * The caller must hold @intf's device's lock, but not its pm_mutex
  796. * and not @intf->dev.sem.
  797. *
  798. * Note: Rebinds will be skipped if a system sleep transition is in
  799. * progress and the PM "complete" callback hasn't occurred yet.
  800. */
  801. void usb_rebind_intf(struct usb_interface *intf)
  802. {
  803. int rc;
  804. /* Delayed unbind of an existing driver */
  805. if (intf->dev.driver) {
  806. struct usb_driver *driver =
  807. to_usb_driver(intf->dev.driver);
  808. dev_dbg(&intf->dev, "forced unbind\n");
  809. usb_driver_release_interface(driver, intf);
  810. }
  811. /* Try to rebind the interface */
  812. if (intf->dev.power.status == DPM_ON) {
  813. intf->needs_binding = 0;
  814. rc = device_attach(&intf->dev);
  815. if (rc < 0)
  816. dev_warn(&intf->dev, "rebind failed: %d\n", rc);
  817. }
  818. }
  819. #ifdef CONFIG_PM
  820. #define DO_UNBIND 0
  821. #define DO_REBIND 1
  822. /* Unbind drivers for @udev's interfaces that don't support suspend/resume,
  823. * or rebind interfaces that have been unbound, according to @action.
  824. *
  825. * The caller must hold @udev's device lock.
  826. */
  827. static void do_unbind_rebind(struct usb_device *udev, int action)
  828. {
  829. struct usb_host_config *config;
  830. int i;
  831. struct usb_interface *intf;
  832. struct usb_driver *drv;
  833. config = udev->actconfig;
  834. if (config) {
  835. for (i = 0; i < config->desc.bNumInterfaces; ++i) {
  836. intf = config->interface[i];
  837. switch (action) {
  838. case DO_UNBIND:
  839. if (intf->dev.driver) {
  840. drv = to_usb_driver(intf->dev.driver);
  841. if (!drv->suspend || !drv->resume)
  842. usb_forced_unbind_intf(intf);
  843. }
  844. break;
  845. case DO_REBIND:
  846. if (intf->needs_binding)
  847. usb_rebind_intf(intf);
  848. break;
  849. }
  850. }
  851. }
  852. }
  853. static int usb_suspend_device(struct usb_device *udev, pm_message_t msg)
  854. {
  855. struct usb_device_driver *udriver;
  856. int status = 0;
  857. if (udev->state == USB_STATE_NOTATTACHED ||
  858. udev->state == USB_STATE_SUSPENDED)
  859. goto done;
  860. /* For devices that don't have a driver, we do a generic suspend. */
  861. if (udev->dev.driver)
  862. udriver = to_usb_device_driver(udev->dev.driver);
  863. else {
  864. udev->do_remote_wakeup = 0;
  865. udriver = &usb_generic_driver;
  866. }
  867. status = udriver->suspend(udev, msg);
  868. done:
  869. dev_vdbg(&udev->dev, "%s: status %d\n", __func__, status);
  870. return status;
  871. }
  872. static int usb_resume_device(struct usb_device *udev, pm_message_t msg)
  873. {
  874. struct usb_device_driver *udriver;
  875. int status = 0;
  876. if (udev->state == USB_STATE_NOTATTACHED)
  877. goto done;
  878. /* Can't resume it if it doesn't have a driver. */
  879. if (udev->dev.driver == NULL) {
  880. status = -ENOTCONN;
  881. goto done;
  882. }
  883. /* Non-root devices on a full/low-speed bus must wait for their
  884. * companion high-speed root hub, in case a handoff is needed.
  885. */
  886. if (!(msg.event & PM_EVENT_AUTO) && udev->parent &&
  887. udev->bus->hs_companion)
  888. device_pm_wait_for_dev(&udev->dev,
  889. &udev->bus->hs_companion->root_hub->dev);
  890. if (udev->quirks & USB_QUIRK_RESET_RESUME)
  891. udev->reset_resume = 1;
  892. udriver = to_usb_device_driver(udev->dev.driver);
  893. status = udriver->resume(udev, msg);
  894. done:
  895. dev_vdbg(&udev->dev, "%s: status %d\n", __func__, status);
  896. return status;
  897. }
  898. static int usb_suspend_interface(struct usb_device *udev,
  899. struct usb_interface *intf, pm_message_t msg)
  900. {
  901. struct usb_driver *driver;
  902. int status = 0;
  903. if (udev->state == USB_STATE_NOTATTACHED ||
  904. intf->condition == USB_INTERFACE_UNBOUND)
  905. goto done;
  906. driver = to_usb_driver(intf->dev.driver);
  907. if (driver->suspend) {
  908. status = driver->suspend(intf, msg);
  909. if (status && !(msg.event & PM_EVENT_AUTO))
  910. dev_err(&intf->dev, "%s error %d\n",
  911. "suspend", status);
  912. } else {
  913. /* Later we will unbind the driver and reprobe */
  914. intf->needs_binding = 1;
  915. dev_warn(&intf->dev, "no %s for driver %s?\n",
  916. "suspend", driver->name);
  917. }
  918. done:
  919. dev_vdbg(&intf->dev, "%s: status %d\n", __func__, status);
  920. return status;
  921. }
  922. static int usb_resume_interface(struct usb_device *udev,
  923. struct usb_interface *intf, pm_message_t msg, int reset_resume)
  924. {
  925. struct usb_driver *driver;
  926. int status = 0;
  927. if (udev->state == USB_STATE_NOTATTACHED)
  928. goto done;
  929. /* Don't let autoresume interfere with unbinding */
  930. if (intf->condition == USB_INTERFACE_UNBINDING)
  931. goto done;
  932. /* Can't resume it if it doesn't have a driver. */
  933. if (intf->condition == USB_INTERFACE_UNBOUND) {
  934. /* Carry out a deferred switch to altsetting 0 */
  935. if (intf->needs_altsetting0 &&
  936. intf->dev.power.status == DPM_ON) {
  937. usb_set_interface(udev, intf->altsetting[0].
  938. desc.bInterfaceNumber, 0);
  939. intf->needs_altsetting0 = 0;
  940. }
  941. goto done;
  942. }
  943. /* Don't resume if the interface is marked for rebinding */
  944. if (intf->needs_binding)
  945. goto done;
  946. driver = to_usb_driver(intf->dev.driver);
  947. if (reset_resume) {
  948. if (driver->reset_resume) {
  949. status = driver->reset_resume(intf);
  950. if (status)
  951. dev_err(&intf->dev, "%s error %d\n",
  952. "reset_resume", status);
  953. } else {
  954. intf->needs_binding = 1;
  955. dev_warn(&intf->dev, "no %s for driver %s?\n",
  956. "reset_resume", driver->name);
  957. }
  958. } else {
  959. if (driver->resume) {
  960. status = driver->resume(intf);
  961. if (status)
  962. dev_err(&intf->dev, "%s error %d\n",
  963. "resume", status);
  964. } else {
  965. intf->needs_binding = 1;
  966. dev_warn(&intf->dev, "no %s for driver %s?\n",
  967. "resume", driver->name);
  968. }
  969. }
  970. done:
  971. dev_vdbg(&intf->dev, "%s: status %d\n", __func__, status);
  972. /* Later we will unbind the driver and/or reprobe, if necessary */
  973. return status;
  974. }
  975. /**
  976. * usb_suspend_both - suspend a USB device and its interfaces
  977. * @udev: the usb_device to suspend
  978. * @msg: Power Management message describing this state transition
  979. *
  980. * This is the central routine for suspending USB devices. It calls the
  981. * suspend methods for all the interface drivers in @udev and then calls
  982. * the suspend method for @udev itself. If an error occurs at any stage,
  983. * all the interfaces which were suspended are resumed so that they remain
  984. * in the same state as the device.
  985. *
  986. * Autosuspend requests originating from a child device or an interface
  987. * driver may be made without the protection of @udev's device lock, but
  988. * all other suspend calls will hold the lock. Usbcore will insure that
  989. * method calls do not arrive during bind, unbind, or reset operations.
  990. * However drivers must be prepared to handle suspend calls arriving at
  991. * unpredictable times.
  992. *
  993. * This routine can run only in process context.
  994. */
  995. static int usb_suspend_both(struct usb_device *udev, pm_message_t msg)
  996. {
  997. int status = 0;
  998. int i = 0;
  999. struct usb_interface *intf;
  1000. if (udev->state == USB_STATE_NOTATTACHED ||
  1001. udev->state == USB_STATE_SUSPENDED)
  1002. goto done;
  1003. /* Suspend all the interfaces and then udev itself */
  1004. if (udev->actconfig) {
  1005. for (; i < udev->actconfig->desc.bNumInterfaces; i++) {
  1006. intf = udev->actconfig->interface[i];
  1007. status = usb_suspend_interface(udev, intf, msg);
  1008. if (status != 0)
  1009. break;
  1010. }
  1011. }
  1012. if (status == 0)
  1013. status = usb_suspend_device(udev, msg);
  1014. /* If the suspend failed, resume interfaces that did get suspended */
  1015. if (status != 0) {
  1016. msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME);
  1017. while (--i >= 0) {
  1018. intf = udev->actconfig->interface[i];
  1019. usb_resume_interface(udev, intf, msg, 0);
  1020. }
  1021. /* If the suspend succeeded then prevent any more URB submissions
  1022. * and flush any outstanding URBs.
  1023. */
  1024. } else {
  1025. udev->can_submit = 0;
  1026. for (i = 0; i < 16; ++i) {
  1027. usb_hcd_flush_endpoint(udev, udev->ep_out[i]);
  1028. usb_hcd_flush_endpoint(udev, udev->ep_in[i]);
  1029. }
  1030. }
  1031. done:
  1032. dev_vdbg(&udev->dev, "%s: status %d\n", __func__, status);
  1033. return status;
  1034. }
  1035. /**
  1036. * usb_resume_both - resume a USB device and its interfaces
  1037. * @udev: the usb_device to resume
  1038. * @msg: Power Management message describing this state transition
  1039. *
  1040. * This is the central routine for resuming USB devices. It calls the
  1041. * the resume method for @udev and then calls the resume methods for all
  1042. * the interface drivers in @udev.
  1043. *
  1044. * Autoresume requests originating from a child device or an interface
  1045. * driver may be made without the protection of @udev's device lock, but
  1046. * all other resume calls will hold the lock. Usbcore will insure that
  1047. * method calls do not arrive during bind, unbind, or reset operations.
  1048. * However drivers must be prepared to handle resume calls arriving at
  1049. * unpredictable times.
  1050. *
  1051. * This routine can run only in process context.
  1052. */
  1053. static int usb_resume_both(struct usb_device *udev, pm_message_t msg)
  1054. {
  1055. int status = 0;
  1056. int i;
  1057. struct usb_interface *intf;
  1058. if (udev->state == USB_STATE_NOTATTACHED) {
  1059. status = -ENODEV;
  1060. goto done;
  1061. }
  1062. udev->can_submit = 1;
  1063. /* Resume the device */
  1064. if (udev->state == USB_STATE_SUSPENDED || udev->reset_resume)
  1065. status = usb_resume_device(udev, msg);
  1066. /* Resume the interfaces */
  1067. if (status == 0 && udev->actconfig) {
  1068. for (i = 0; i < udev->actconfig->desc.bNumInterfaces; i++) {
  1069. intf = udev->actconfig->interface[i];
  1070. usb_resume_interface(udev, intf, msg,
  1071. udev->reset_resume);
  1072. }
  1073. }
  1074. done:
  1075. dev_vdbg(&udev->dev, "%s: status %d\n", __func__, status);
  1076. if (!status)
  1077. udev->reset_resume = 0;
  1078. return status;
  1079. }
  1080. /* The device lock is held by the PM core */
  1081. int usb_suspend(struct device *dev, pm_message_t msg)
  1082. {
  1083. struct usb_device *udev = to_usb_device(dev);
  1084. do_unbind_rebind(udev, DO_UNBIND);
  1085. udev->do_remote_wakeup = device_may_wakeup(&udev->dev);
  1086. return usb_suspend_both(udev, msg);
  1087. }
  1088. /* The device lock is held by the PM core */
  1089. int usb_resume(struct device *dev, pm_message_t msg)
  1090. {
  1091. struct usb_device *udev = to_usb_device(dev);
  1092. int status;
  1093. /* For PM complete calls, all we do is rebind interfaces */
  1094. if (msg.event == PM_EVENT_ON) {
  1095. if (udev->state != USB_STATE_NOTATTACHED)
  1096. do_unbind_rebind(udev, DO_REBIND);
  1097. status = 0;
  1098. /* For all other calls, take the device back to full power and
  1099. * tell the PM core in case it was autosuspended previously.
  1100. */
  1101. } else {
  1102. status = usb_resume_both(udev, msg);
  1103. if (status == 0) {
  1104. pm_runtime_disable(dev);
  1105. pm_runtime_set_active(dev);
  1106. pm_runtime_enable(dev);
  1107. udev->last_busy = jiffies;
  1108. }
  1109. }
  1110. /* Avoid PM error messages for devices disconnected while suspended
  1111. * as we'll display regular disconnect messages just a bit later.
  1112. */
  1113. if (status == -ENODEV)
  1114. status = 0;
  1115. return status;
  1116. }
  1117. #endif /* CONFIG_PM */
  1118. #ifdef CONFIG_USB_SUSPEND
  1119. /**
  1120. * usb_enable_autosuspend - allow a USB device to be autosuspended
  1121. * @udev: the USB device which may be autosuspended
  1122. *
  1123. * This routine allows @udev to be autosuspended. An autosuspend won't
  1124. * take place until the autosuspend_delay has elapsed and all the other
  1125. * necessary conditions are satisfied.
  1126. *
  1127. * The caller must hold @udev's device lock.
  1128. */
  1129. int usb_enable_autosuspend(struct usb_device *udev)
  1130. {
  1131. if (udev->autosuspend_disabled) {
  1132. udev->autosuspend_disabled = 0;
  1133. usb_autosuspend_device(udev);
  1134. }
  1135. return 0;
  1136. }
  1137. EXPORT_SYMBOL_GPL(usb_enable_autosuspend);
  1138. /**
  1139. * usb_disable_autosuspend - prevent a USB device from being autosuspended
  1140. * @udev: the USB device which may not be autosuspended
  1141. *
  1142. * This routine prevents @udev from being autosuspended and wakes it up
  1143. * if it is already autosuspended.
  1144. *
  1145. * The caller must hold @udev's device lock.
  1146. */
  1147. int usb_disable_autosuspend(struct usb_device *udev)
  1148. {
  1149. int rc = 0;
  1150. if (!udev->autosuspend_disabled) {
  1151. rc = usb_autoresume_device(udev);
  1152. if (rc == 0)
  1153. udev->autosuspend_disabled = 1;
  1154. }
  1155. return rc;
  1156. }
  1157. EXPORT_SYMBOL_GPL(usb_disable_autosuspend);
  1158. /**
  1159. * usb_autosuspend_device - delayed autosuspend of a USB device and its interfaces
  1160. * @udev: the usb_device to autosuspend
  1161. *
  1162. * This routine should be called when a core subsystem is finished using
  1163. * @udev and wants to allow it to autosuspend. Examples would be when
  1164. * @udev's device file in usbfs is closed or after a configuration change.
  1165. *
  1166. * @udev's usage counter is decremented; if it drops to 0 and all the
  1167. * interfaces are inactive then a delayed autosuspend will be attempted.
  1168. * The attempt may fail (see autosuspend_check()).
  1169. *
  1170. * The caller must hold @udev's device lock.
  1171. *
  1172. * This routine can run only in process context.
  1173. */
  1174. void usb_autosuspend_device(struct usb_device *udev)
  1175. {
  1176. int status;
  1177. udev->last_busy = jiffies;
  1178. status = pm_runtime_put_sync(&udev->dev);
  1179. dev_vdbg(&udev->dev, "%s: cnt %d -> %d\n",
  1180. __func__, atomic_read(&udev->dev.power.usage_count),
  1181. status);
  1182. }
  1183. /**
  1184. * usb_try_autosuspend_device - attempt an autosuspend of a USB device and its interfaces
  1185. * @udev: the usb_device to autosuspend
  1186. *
  1187. * This routine should be called when a core subsystem thinks @udev may
  1188. * be ready to autosuspend.
  1189. *
  1190. * @udev's usage counter left unchanged. If it is 0 and all the interfaces
  1191. * are inactive then an autosuspend will be attempted. The attempt may
  1192. * fail or be delayed.
  1193. *
  1194. * The caller must hold @udev's device lock.
  1195. *
  1196. * This routine can run only in process context.
  1197. */
  1198. void usb_try_autosuspend_device(struct usb_device *udev)
  1199. {
  1200. int status;
  1201. status = pm_runtime_idle(&udev->dev);
  1202. dev_vdbg(&udev->dev, "%s: cnt %d -> %d\n",
  1203. __func__, atomic_read(&udev->dev.power.usage_count),
  1204. status);
  1205. }
  1206. /**
  1207. * usb_autoresume_device - immediately autoresume a USB device and its interfaces
  1208. * @udev: the usb_device to autoresume
  1209. *
  1210. * This routine should be called when a core subsystem wants to use @udev
  1211. * and needs to guarantee that it is not suspended. No autosuspend will
  1212. * occur until usb_autosuspend_device() is called. (Note that this will
  1213. * not prevent suspend events originating in the PM core.) Examples would
  1214. * be when @udev's device file in usbfs is opened or when a remote-wakeup
  1215. * request is received.
  1216. *
  1217. * @udev's usage counter is incremented to prevent subsequent autosuspends.
  1218. * However if the autoresume fails then the usage counter is re-decremented.
  1219. *
  1220. * The caller must hold @udev's device lock.
  1221. *
  1222. * This routine can run only in process context.
  1223. */
  1224. int usb_autoresume_device(struct usb_device *udev)
  1225. {
  1226. int status;
  1227. status = pm_runtime_get_sync(&udev->dev);
  1228. if (status < 0)
  1229. pm_runtime_put_sync(&udev->dev);
  1230. dev_vdbg(&udev->dev, "%s: cnt %d -> %d\n",
  1231. __func__, atomic_read(&udev->dev.power.usage_count),
  1232. status);
  1233. if (status > 0)
  1234. status = 0;
  1235. return status;
  1236. }
  1237. /**
  1238. * usb_autopm_put_interface - decrement a USB interface's PM-usage counter
  1239. * @intf: the usb_interface whose counter should be decremented
  1240. *
  1241. * This routine should be called by an interface driver when it is
  1242. * finished using @intf and wants to allow it to autosuspend. A typical
  1243. * example would be a character-device driver when its device file is
  1244. * closed.
  1245. *
  1246. * The routine decrements @intf's usage counter. When the counter reaches
  1247. * 0, a delayed autosuspend request for @intf's device is attempted. The
  1248. * attempt may fail (see autosuspend_check()).
  1249. *
  1250. * If the driver has set @intf->needs_remote_wakeup then autosuspend will
  1251. * take place only if the device's remote-wakeup facility is enabled.
  1252. *
  1253. * This routine can run only in process context.
  1254. */
  1255. void usb_autopm_put_interface(struct usb_interface *intf)
  1256. {
  1257. struct usb_device *udev = interface_to_usbdev(intf);
  1258. int status;
  1259. udev->last_busy = jiffies;
  1260. atomic_dec(&intf->pm_usage_cnt);
  1261. status = pm_runtime_put_sync(&intf->dev);
  1262. dev_vdbg(&intf->dev, "%s: cnt %d -> %d\n",
  1263. __func__, atomic_read(&intf->dev.power.usage_count),
  1264. status);
  1265. }
  1266. EXPORT_SYMBOL_GPL(usb_autopm_put_interface);
  1267. /**
  1268. * usb_autopm_put_interface_async - decrement a USB interface's PM-usage counter
  1269. * @intf: the usb_interface whose counter should be decremented
  1270. *
  1271. * This routine does much the same thing as usb_autopm_put_interface():
  1272. * It decrements @intf's usage counter and schedules a delayed
  1273. * autosuspend request if the counter is <= 0. The difference is that it
  1274. * does not perform any synchronization; callers should hold a private
  1275. * lock and handle all synchronization issues themselves.
  1276. *
  1277. * Typically a driver would call this routine during an URB's completion
  1278. * handler, if no more URBs were pending.
  1279. *
  1280. * This routine can run in atomic context.
  1281. */
  1282. void usb_autopm_put_interface_async(struct usb_interface *intf)
  1283. {
  1284. struct usb_device *udev = interface_to_usbdev(intf);
  1285. unsigned long last_busy;
  1286. int status = 0;
  1287. last_busy = udev->last_busy;
  1288. udev->last_busy = jiffies;
  1289. atomic_dec(&intf->pm_usage_cnt);
  1290. pm_runtime_put_noidle(&intf->dev);
  1291. if (!udev->autosuspend_disabled) {
  1292. /* Optimization: Don't schedule a delayed autosuspend if
  1293. * the timer is already running and the expiration time
  1294. * wouldn't change.
  1295. *
  1296. * We have to use the interface's timer. Attempts to
  1297. * schedule a suspend for the device would fail because
  1298. * the interface is still active.
  1299. */
  1300. if (intf->dev.power.timer_expires == 0 ||
  1301. round_jiffies_up(last_busy) !=
  1302. round_jiffies_up(jiffies)) {
  1303. status = pm_schedule_suspend(&intf->dev,
  1304. jiffies_to_msecs(
  1305. round_jiffies_up_relative(
  1306. udev->autosuspend_delay)));
  1307. }
  1308. }
  1309. dev_vdbg(&intf->dev, "%s: cnt %d -> %d\n",
  1310. __func__, atomic_read(&intf->dev.power.usage_count),
  1311. status);
  1312. }
  1313. EXPORT_SYMBOL_GPL(usb_autopm_put_interface_async);
  1314. /**
  1315. * usb_autopm_put_interface_no_suspend - decrement a USB interface's PM-usage counter
  1316. * @intf: the usb_interface whose counter should be decremented
  1317. *
  1318. * This routine decrements @intf's usage counter but does not carry out an
  1319. * autosuspend.
  1320. *
  1321. * This routine can run in atomic context.
  1322. */
  1323. void usb_autopm_put_interface_no_suspend(struct usb_interface *intf)
  1324. {
  1325. struct usb_device *udev = interface_to_usbdev(intf);
  1326. udev->last_busy = jiffies;
  1327. atomic_dec(&intf->pm_usage_cnt);
  1328. pm_runtime_put_noidle(&intf->dev);
  1329. }
  1330. EXPORT_SYMBOL_GPL(usb_autopm_put_interface_no_suspend);
  1331. /**
  1332. * usb_autopm_get_interface - increment a USB interface's PM-usage counter
  1333. * @intf: the usb_interface whose counter should be incremented
  1334. *
  1335. * This routine should be called by an interface driver when it wants to
  1336. * use @intf and needs to guarantee that it is not suspended. In addition,
  1337. * the routine prevents @intf from being autosuspended subsequently. (Note
  1338. * that this will not prevent suspend events originating in the PM core.)
  1339. * This prevention will persist until usb_autopm_put_interface() is called
  1340. * or @intf is unbound. A typical example would be a character-device
  1341. * driver when its device file is opened.
  1342. *
  1343. * @intf's usage counter is incremented to prevent subsequent autosuspends.
  1344. * However if the autoresume fails then the counter is re-decremented.
  1345. *
  1346. * This routine can run only in process context.
  1347. */
  1348. int usb_autopm_get_interface(struct usb_interface *intf)
  1349. {
  1350. int status;
  1351. status = pm_runtime_get_sync(&intf->dev);
  1352. if (status < 0)
  1353. pm_runtime_put_sync(&intf->dev);
  1354. else
  1355. atomic_inc(&intf->pm_usage_cnt);
  1356. dev_vdbg(&intf->dev, "%s: cnt %d -> %d\n",
  1357. __func__, atomic_read(&intf->dev.power.usage_count),
  1358. status);
  1359. if (status > 0)
  1360. status = 0;
  1361. return status;
  1362. }
  1363. EXPORT_SYMBOL_GPL(usb_autopm_get_interface);
  1364. /**
  1365. * usb_autopm_get_interface_async - increment a USB interface's PM-usage counter
  1366. * @intf: the usb_interface whose counter should be incremented
  1367. *
  1368. * This routine does much the same thing as
  1369. * usb_autopm_get_interface(): It increments @intf's usage counter and
  1370. * queues an autoresume request if the device is suspended. The
  1371. * differences are that it does not perform any synchronization (callers
  1372. * should hold a private lock and handle all synchronization issues
  1373. * themselves), and it does not autoresume the device directly (it only
  1374. * queues a request). After a successful call, the device may not yet be
  1375. * resumed.
  1376. *
  1377. * This routine can run in atomic context.
  1378. */
  1379. int usb_autopm_get_interface_async(struct usb_interface *intf)
  1380. {
  1381. int status = 0;
  1382. enum rpm_status s;
  1383. /* Don't request a resume unless the interface is already suspending
  1384. * or suspended. Doing so would force a running suspend timer to be
  1385. * cancelled.
  1386. */
  1387. pm_runtime_get_noresume(&intf->dev);
  1388. s = ACCESS_ONCE(intf->dev.power.runtime_status);
  1389. if (s == RPM_SUSPENDING || s == RPM_SUSPENDED)
  1390. status = pm_request_resume(&intf->dev);
  1391. if (status < 0 && status != -EINPROGRESS)
  1392. pm_runtime_put_noidle(&intf->dev);
  1393. else
  1394. atomic_inc(&intf->pm_usage_cnt);
  1395. dev_vdbg(&intf->dev, "%s: cnt %d -> %d\n",
  1396. __func__, atomic_read(&intf->dev.power.usage_count),
  1397. status);
  1398. if (status > 0)
  1399. status = 0;
  1400. return status;
  1401. }
  1402. EXPORT_SYMBOL_GPL(usb_autopm_get_interface_async);
  1403. /**
  1404. * usb_autopm_get_interface_no_resume - increment a USB interface's PM-usage counter
  1405. * @intf: the usb_interface whose counter should be incremented
  1406. *
  1407. * This routine increments @intf's usage counter but does not carry out an
  1408. * autoresume.
  1409. *
  1410. * This routine can run in atomic context.
  1411. */
  1412. void usb_autopm_get_interface_no_resume(struct usb_interface *intf)
  1413. {
  1414. struct usb_device *udev = interface_to_usbdev(intf);
  1415. udev->last_busy = jiffies;
  1416. atomic_inc(&intf->pm_usage_cnt);
  1417. pm_runtime_get_noresume(&intf->dev);
  1418. }
  1419. EXPORT_SYMBOL_GPL(usb_autopm_get_interface_no_resume);
  1420. /* Internal routine to check whether we may autosuspend a device. */
  1421. static int autosuspend_check(struct usb_device *udev)
  1422. {
  1423. int i;
  1424. struct usb_interface *intf;
  1425. unsigned long suspend_time, j;
  1426. /* Fail if autosuspend is disabled, or any interfaces are in use, or
  1427. * any interface drivers require remote wakeup but it isn't available.
  1428. */
  1429. udev->do_remote_wakeup = device_may_wakeup(&udev->dev);
  1430. if (udev->actconfig) {
  1431. for (i = 0; i < udev->actconfig->desc.bNumInterfaces; i++) {
  1432. intf = udev->actconfig->interface[i];
  1433. /* We don't need to check interfaces that are
  1434. * disabled for runtime PM. Either they are unbound
  1435. * or else their drivers don't support autosuspend
  1436. * and so they are permanently active.
  1437. */
  1438. if (intf->dev.power.disable_depth)
  1439. continue;
  1440. if (atomic_read(&intf->dev.power.usage_count) > 0)
  1441. return -EBUSY;
  1442. if (intf->needs_remote_wakeup &&
  1443. !udev->do_remote_wakeup) {
  1444. dev_dbg(&udev->dev, "remote wakeup needed "
  1445. "for autosuspend\n");
  1446. return -EOPNOTSUPP;
  1447. }
  1448. /* Don't allow autosuspend if the device will need
  1449. * a reset-resume and any of its interface drivers
  1450. * doesn't include support or needs remote wakeup.
  1451. */
  1452. if (udev->quirks & USB_QUIRK_RESET_RESUME) {
  1453. struct usb_driver *driver;
  1454. driver = to_usb_driver(intf->dev.driver);
  1455. if (!driver->reset_resume ||
  1456. intf->needs_remote_wakeup)
  1457. return -EOPNOTSUPP;
  1458. }
  1459. }
  1460. }
  1461. /* If everything is okay but the device hasn't been idle for long
  1462. * enough, queue a delayed autosuspend request.
  1463. */
  1464. j = ACCESS_ONCE(jiffies);
  1465. suspend_time = udev->last_busy + udev->autosuspend_delay;
  1466. if (time_before(j, suspend_time)) {
  1467. pm_schedule_suspend(&udev->dev, jiffies_to_msecs(
  1468. round_jiffies_up_relative(suspend_time - j)));
  1469. return -EAGAIN;
  1470. }
  1471. return 0;
  1472. }
  1473. static int usb_runtime_suspend(struct device *dev)
  1474. {
  1475. int status = 0;
  1476. /* A USB device can be suspended if it passes the various autosuspend
  1477. * checks. Runtime suspend for a USB device means suspending all the
  1478. * interfaces and then the device itself.
  1479. */
  1480. if (is_usb_device(dev)) {
  1481. struct usb_device *udev = to_usb_device(dev);
  1482. if (autosuspend_check(udev) != 0)
  1483. return -EAGAIN;
  1484. status = usb_suspend_both(udev, PMSG_AUTO_SUSPEND);
  1485. /* If an interface fails the suspend, adjust the last_busy
  1486. * time so that we don't get another suspend attempt right
  1487. * away.
  1488. */
  1489. if (status) {
  1490. udev->last_busy = jiffies +
  1491. (udev->autosuspend_delay == 0 ?
  1492. HZ/2 : 0);
  1493. }
  1494. /* Prevent the parent from suspending immediately after */
  1495. else if (udev->parent) {
  1496. udev->parent->last_busy = jiffies;
  1497. }
  1498. }
  1499. /* Runtime suspend for a USB interface doesn't mean anything. */
  1500. return status;
  1501. }
  1502. static int usb_runtime_resume(struct device *dev)
  1503. {
  1504. /* Runtime resume for a USB device means resuming both the device
  1505. * and all its interfaces.
  1506. */
  1507. if (is_usb_device(dev)) {
  1508. struct usb_device *udev = to_usb_device(dev);
  1509. int status;
  1510. status = usb_resume_both(udev, PMSG_AUTO_RESUME);
  1511. udev->last_busy = jiffies;
  1512. return status;
  1513. }
  1514. /* Runtime resume for a USB interface doesn't mean anything. */
  1515. return 0;
  1516. }
  1517. static int usb_runtime_idle(struct device *dev)
  1518. {
  1519. /* An idle USB device can be suspended if it passes the various
  1520. * autosuspend checks. An idle interface can be suspended at
  1521. * any time.
  1522. */
  1523. if (is_usb_device(dev)) {
  1524. struct usb_device *udev = to_usb_device(dev);
  1525. if (autosuspend_check(udev) != 0)
  1526. return 0;
  1527. }
  1528. pm_runtime_suspend(dev);
  1529. return 0;
  1530. }
  1531. static struct dev_pm_ops usb_bus_pm_ops = {
  1532. .runtime_suspend = usb_runtime_suspend,
  1533. .runtime_resume = usb_runtime_resume,
  1534. .runtime_idle = usb_runtime_idle,
  1535. };
  1536. #else
  1537. #define usb_bus_pm_ops (*(struct dev_pm_ops *) NULL)
  1538. #endif /* CONFIG_USB_SUSPEND */
  1539. struct bus_type usb_bus_type = {
  1540. .name = "usb",
  1541. .match = usb_device_match,
  1542. .uevent = usb_uevent,
  1543. .pm = &usb_bus_pm_ops,
  1544. };